Age of Power commands are phrases spoken by the character in game. ClassicUO sends them to the server as ordinary speech packets, and the server decides whether a string is a command or normal speech. They are not part of the Basic IDE Runtime API and must not be added to the Basic API Manual.
Use the ordinary ASCII apostrophe ' as the command prefix so commands can be copied safely.
Manual input
Open the in-game input line, enter the complete command, and press Enter:
'pc status
Calling a command from a Basic script
Use UO.Say so the string is sent to the server as speech:
SUB Main()
UO.Say("'pc status")
ENDSUB
Do not use the local UO.Exec(...) call for a server command; it is intended for Basic Runtime commands.
Main commands
Command or phrase
Purpose
bank
Opens the character's personal bank box when used near a banker.
guards
Calls a guard against a Murderer or Criminal while in a city Guard Zone.
Vendors
Replace <name> with the NPC vendor's exact name.
Command or phrase
Purpose and conditions
<name> buy
Opens the nearby NPC's goods list.
<name> sell
Shows backpack items that the NPC is willing to buy.
<name> balance
Shows the financial balance of your own vendor.
<name> gold
Collects earned gold from your own vendor.
<name> deed
Removes your own vendor; this requires 40 000 gold in the bank account, and unsold items are moved to the bank.
'pc allprice
Sets a price for all goods in the bag.
General commands
Command
Purpose
'time
Shows the current time.
'name
Shows the name.
'where
Shows the character's current coordinates.
'changepack
Changes the primary backpack; the new backpack must be inside the current one.
'rstats <radius>
Shows the number of items within the specified radius.
'allnames
No description is listed.
'resend
Refreshes the screen; the guide recommends it when textures are displayed incorrectly.
Communication
Command or prefix
Purpose
! <text>
Yell. Range: SumStat / 10 steps.
; <text>
Whisper. Range: several steps or SumStat / 100.
'asay <text>
Sends a message to all members of allied guilds.
'gsay <text>
Sends a message to online members of your guild.
'rsay <text>
Sends a message to members of your race: hobbits, elves, dwarves, drow, vampires, and orcs.
Crafting
Command
Purpose
'pc craft <number>
After a successful attempt, repeats production of the selected item the specified number of times.
'craftcreate 0
Destroys created items as a resource-saving training mode.
'craftcreate 1
Keeps created items again.
'pc craft pack
Selects the bag for crafted items. Limit: 241 items per bag.
Character and skills
Command
Purpose
'pc heal self
Uses bandages on yourself.
'pc heal lt
Uses bandages on the last target.
'pc quaf <type>
Drinks the specified potion type: agile, cure, expl, heal, ns, posion, refresh, str, mana, or lsd. The accepted spellings include quaf and posion.
'pc follow start
Selects a target to follow; calling it again stops following.
'pc recharge on / 'pc recharge off
Enables or disables rune recharging during Mark. Chance: 30%.
'pc repeat on / 'pc repeat off
Enables or disables automatic repetition of resource gathering.
'pc autoarm on / 'pc autoarm off
Enables or disables automatic weapon re-equipping after pc heal and pc quaf.
'pc mine <direction>
Mines ore in the selected direction relative to the character: center|n|s|e|w|ne|se|sw|ne.
'pc <skill>
Uses a skill by its full name or one of the abbreviations in the table below.
Skill names and abbreviations
Skill
Accepted forms
Anatomy
ANATOMY, ANAT
Animal Lore
ANIMALLORE, ANLORE, ANL
Animal Taming
TAMING, TAME
Arms Lore
ARMSLORE, ARLORE, ARL
Begging
BEGGING, BEG
Blacksmithing
BLACKSMITHING, BLACKSMITH, BS
Cartography
CARTOGRAPHY, CT, CART
Detecting Hidden
DETECTINGHIDDEN, DETECTH, DH
Enticement
ENTICEMENT, ENT
Evaluating Intelligence
EVALUATINGINTEL, EVALINT, EI
Forensic Evaluation
FORENSICS, FR
Hiding
HIDING, HIDE
Inscription
INSCRIPTION, INSCRIPT, INSCR
Item Identification
ITEMID, II
Meditation
MEDITATION, MED
Peacemaking
PEACEMAKING, PM
Poisoning
POISONING, POISON
Provocation
PROVOCATION, PROV
Remove Trap
REMOVETRAPS, RTRAP, REMOVET, RT
Spirit Speak
SPIRITSPEAK, SPIRITS, SPIRIT, SS
Stealing
STEALING, STEAL
Stealth
STEALTH, STLTH
Taste Identification
TASTEID, TASTE
Tracking
TRACKING, TRACK
Jail and stats
Command or phrase
Purpose
jail time left
Shows the remaining jail time in seconds while the character is in jail.
i want to be weakened
Reduces Strength by one near a blue humanoid NPC.
i want to be slower
Reduces Dexterity by one near the appropriate NPC.
i want to be stupid
Reduces Intelligence by one near the appropriate NPC.
i want to lock my <str|dex|int>
Locks growth of the selected stat.
i want to unlock my <str|dex|int>
Unlocks growth of the selected stat.
The server may process several repeated stat-reduction commands after a delay. Do not repeat one blindly: five repetitions may reduce the stat by five points.
Pet control
Replace <name> with the pet's name.
Phrase
Purpose
<name> come
Calls the pet to you.
<name> kill
Orders the pet to attack the selected target.
<name> follow
Orders the pet to follow its owner.
<name> stop
Stops the pet.
<name> release
Releases the pet.
<name> transfer
Transfers the pet to another owner through a target cursor.
House control
Speak these phrases inside your house and select the required object with the target cursor that appears.
Phrase
Purpose
I wish to lock this down
Locks an item down in the house.
I wish to secure this
Makes a container accessible only to the owner and friends.
I wish to release this
Releases a locked-down or secured item.
I wish to remove this
Removes the selected house item according to server rules.
Ship control
Phrase
Purpose
Forward
Starts moving forward.
Backward
Starts moving backward.
Turn left
Turns left.
Turn right
Turns right.
Turn around
Turns the ship around by 180 degrees.
One left
Moves one tile left.
One right
Moves one tile right.
Drop anchor
Drops the anchor and stops the ship.
Raise anchor
Raises the anchor.
Convert to deed
Converts the ship back into a deed.
Bank account
These commands work near a banker.
Command
Purpose and conditions
'bank add
Selects gold and deposits it into the bank account; the fee is 1%.
'bank withdraw
Withdraws gold from the account; the fee is 4%.
'bank balance
Shows the account balance.
'bank bill <number>
Creates a check for the specified amount; the cost is 250 gold.
Guild
These commands work near the guild stone.
Command
Purpose and conditions
'guild cloak 1
Buys a standard guild cloak; the price is 1 000 gold, with 50% paid into the treasury.
'guild cloak 2
Buys a cloak with +5 physical defence and +5 to all magic resistances; the price is 10 000 gold, with 50% paid into the treasury.
'guild cloak 3
Has the same properties and price as variant 2.
'guild cloak 4
Buys a cloak with +9 physical defence and +9 to all magic resistances; the price is 100 000 gold, with 50% paid into the treasury.
'guild cloak 5
Has the same properties and price as variant 2.
'guild pay
Pays guild tax.
'guild pay 0
Pays the entire outstanding balance.
'guild pay <number>
Pays the specified amount.
'guild balance
Shows the guild treasury balance.
Guild Master only
Command
Purpose and conditions
'guild tax
Collects the configured tax from all members.
'guild tax <number>
Sets the tax for all members.
'guild tax <number> <serial>
Sets the tax for one character.
'guild showtax
Shows the outstanding-balance table.
'guild withdraw <number>
Withdraws money from the treasury as a check. Minimum: 1 000 gold; check cost: 250 gold.
Other character commands
Command
Purpose
'pc status
Shows karma, fame, kills, fullness, and magic resistances.
'pc net
Opens settings for displaying server messages and objects.
'pc net all on / 'pc net all off
Enables or disables all system messages.
'pc norrobe on / 'pc norrobe off
Enables or disables resurrection in a resurrection robe. The spelling norrobe is preserved without correction.
'pc lock <password>
Locks the character's bank access. Never publish or store the password in the Wiki or a script.
'pc unlock <password>
Unlocks bank access. Never publish or store the password in the Wiki or a script.