Difference between revisions of "Commands"
Grandpoobah (Talk | contribs) m (→General Commands: - add the `tips` command to the list) |
(→Action Commands) |
||
(10 intermediate revisions by 6 users not shown) | |||
Line 104: | Line 104: | ||
|Wood elves and members of the archer guild will automatically fire missiles with readied weapon to the closest monster | |Wood elves and members of the archer guild will automatically fire missiles with readied weapon to the closest monster | ||
|- | |- | ||
− | |<code> | + | |<code>autoattack on/off</code> |
|Initiates combat with monsters by walking into them | |Initiates combat with monsters by walking into them | ||
|- | |- | ||
Line 187: | Line 187: | ||
:Many keys on the keyboard have special names for aliasing purposes. For example, the Page Down key on your keyboard is called page_down in the alias command. To use it for a hotkey, you'd type alias page_down <command>, for instance alias page_down put sword in scabbard. The following table lists the special key names. | :Many keys on the keyboard have special names for aliasing purposes. For example, the Page Down key on your keyboard is called page_down in the alias command. To use it for a hotkey, you'd type alias page_down <command>, for instance alias page_down put sword in scabbard. The following table lists the special key names. | ||
− | Keyboard Key Special Name | + | {| |
− | ` (backquote) ` | + | !Keyboard Key !!Special Name |
− | left arrow key arrow_left | + | |- |
− | up arrow key arrow_up | + | |` (backquote) ||` |
− | right arrow key arrow_right | + | |- |
− | down arrow key arrow_down | + | |left arrow key ||arrow_left |
− | Scroll Lock scroll_lock | + | |- |
− | Num Lock num_lock | + | |up arrow key ||arrow_up |
− | Print Screen print_screen | + | |- |
− | Page Down page_down | + | |right arrow key ||arrow_right |
− | Page Up page_up | + | |- |
− | Home home_key | + | |down arrow key ||arrow_down |
− | End end_key | + | |- |
− | Insert insert_key | + | |Scroll Lock ||scroll_lock |
− | Delete delete_key | + | |- |
− | Escape escape_key | + | |Num Lock ||num_lock |
− | Function Keys f1 through f12 | + | |- |
− | Number Pad keys (with NumLock on) number-1 through numpad-9 | + | |Print Screen ||print_screen |
+ | |- | ||
+ | |Page Down ||page_down | ||
+ | |- | ||
+ | |Page Up page_up | ||
+ | |- | ||
+ | |Home ||home_key | ||
+ | |- | ||
+ | |End ||end_key | ||
+ | |- | ||
+ | |Insert ||insert_key | ||
+ | |- | ||
+ | |Delete ||delete_key | ||
+ | |- | ||
+ | |Escape ||escape_key | ||
+ | |- | ||
+ | |Function Keys ||f1 through f12 | ||
+ | |- | ||
+ | |Number Pad keys (with NumLock on) ||number-1 through numpad-9 | ||
+ | |} | ||
:If you want to alias a shifted key, such as capital-'A' (shift-a) the % symbol (shift-5), you have to specify it by putting "shift." in front of the unshifted key. For instance, to alias the "%" key to "get wand", you'd type alias shift.5 get wand. | :If you want to alias a shifted key, such as capital-'A' (shift-a) the % symbol (shift-5), you have to specify it by putting "shift." in front of the unshifted key. For instance, to alias the "%" key to "get wand", you'd type alias shift.5 get wand. | ||
Line 352: | Line 371: | ||
:Lets you report an idea for a new game feature. | :Lets you report an idea for a new game feature. | ||
− | :All idea submissions become property of | + | :All idea submissions become property of Ghost Track, so if you don't want to give up your idea, don't submit it. We reserve the right to take your idea, change it, implement any version or variation of it we like, or not use it at all. |
:Usage: idea <feature idea> | :Usage: idea <feature idea> | ||
Line 980: | Line 999: | ||
:Usage: open [direction|door] | :Usage: open [direction|door] | ||
+ | :Synonyms: (none) | ||
+ | |||
+ | ;playerspells | ||
+ | |||
+ | :Toggles the visibility of other players spells. This is useful during events with a lot of other players who are casting spells, like a Live Quest (LQ). | ||
+ | |||
+ | :Examples: | ||
+ | : | ||
+ | :playerspells on | ||
+ | : | ||
+ | :playerspells off | ||
+ | : | ||
:Synonyms: (none) | :Synonyms: (none) | ||
Line 1,271: | Line 1,302: | ||
:Usage: buyback <item> | :Usage: buyback <item> | ||
+ | |||
+ | :Synonyms: (none) | ||
+ | |||
+ | ;gems | ||
+ | |||
+ | :Turns money into gems of specified value in a bank. This command is only available while standing on a coin or gem converter. The only things in the game that require gem conversions are the enchant weapon and enchant armor spells, which require diamonds and rubies (respectively) valued at 1000+ gp for each casting. Since these spells are much less useful than crown enchantment, there's not much point. | ||
+ | |||
+ | :Only supports a few gem types: <code>ruby</code>, <code>sapphire</code>, <code>amethyst</code>, <code>diamond</code>, <code>emerald</code>, <code>pearl</code> are known to work, while most or all other gems (even gems that can be found while training) can't be created this way. | ||
+ | |||
+ | :Examples: | ||
+ | |||
+ | :<code>gems 1 ruby</code> - spends 1000 gp to create a single ruby worth 1000 gp (the default value) for the enchant armor spell | ||
+ | |||
+ | :<code>gems 100 diamond 1000</code> - spends 100000 gp to create a hundred diamonds worth 1000 gp each for the enchant weapon spell | ||
+ | |||
+ | :Usage: | ||
+ | |||
+ | :<code>gems <number> <type> [value]</code> | ||
:Synonyms: (none) | :Synonyms: (none) | ||
Line 1,276: | Line 1,325: | ||
;list | ;list | ||
− | :Lists the items available in | + | :Lists the items available in an auction house. This command is only available in auction houses. For shops, see the command 'shoplist'. |
: | : | ||
− | :Many | + | :Many auction houses have lots of items for sale, and you may only want to see a subset of the items. For instance, if you only want to see the swords or perhaps only magical items. You can type list match to see only the items that match what you typed as match. |
: | : | ||
:For example, list sword will only show the items with "sword" in the name. | :For example, list sword will only show the items with "sword" in the name. | ||
Line 1,408: | Line 1,457: | ||
: | : | ||
:sell all | :sell all | ||
+ | |||
+ | :Synonyms: (none) | ||
+ | |||
+ | ;shoplist | ||
+ | |||
+ | :Lists the items available in a shop. This command is only available in shops. | ||
+ | : | ||
+ | :Many shops have lots of items for sale, and you may only want to see a subset of the items. For instance, if you're in a weapon shop, and you only want to see the swords, or perhaps only magical items. You can type shoplist match to see only the items that match what you typed as match. | ||
+ | : | ||
+ | :For example, shoplist sword will only show the items with "sword" in the name. | ||
+ | |||
+ | :Examples: | ||
+ | : | ||
+ | :shoplist sword — only shows swords | ||
+ | : | ||
+ | :shoplist + — only shows magical items that are + something | ||
+ | : | ||
+ | :shoplist o — shows all items that have the letter 'o' in them | ||
+ | : | ||
+ | :shoplist of durability — only shows items with a durability enchantment | ||
+ | |||
+ | :Usage: shoplist [match] | ||
:Synonyms: (none) | :Synonyms: (none) | ||
Line 1,495: | Line 1,566: | ||
:Screams a message to everyone on the game. | :Screams a message to everyone on the game. | ||
: | : | ||
− | :This command should only be used in dire need. People will see it like a normal shout, but it will print "screams" instead of "shouts", making it rather uncomfortable for people to look at. | + | :This command should only be used in dire need. People will see it like a normal shout, but it will print "screams" instead of "shouts", making it rather uncomfortable for people to look at. Also allows one to type with as many capital letters as they wish. |
: | : | ||
:Abuse of this command will result in administrative penalties. | :Abuse of this command will result in administrative penalties. | ||
Line 2,155: | Line 2,226: | ||
:See also: grow | :See also: grow | ||
+ | |||
+ | </div> | ||
+ | |||
+ | ===Emote Commands=== | ||
+ | |||
+ | Emotes allow players to roleplay and react to each other without the need to speak it. | ||
+ | The "atmospheres" command allows players to view all of the emotes. | ||
+ | ---- | ||
+ | <div class="mw-collapsible mw-collapsed"> | ||
+ | |||
+ | {| class="sortable wikitable" style="text-align: center;" | ||
+ | |- | ||
+ | ! scope="col"| Emote | ||
+ | ! scope="col"| Description | ||
+ | |- | ||
+ | |Agree | ||
+ | |...agrees wholeheartedly | ||
+ | |- | ||
+ | |Alarm | ||
+ | |...looks alarmed | ||
+ | |- | ||
+ | |Anxious | ||
+ | |...looks anxious | ||
+ | |- | ||
+ | |Applaud | ||
+ | |...applauds | ||
+ | |- | ||
+ | |Ashamed | ||
+ | |...looks ashamed | ||
+ | |- | ||
+ | |Avoid | ||
+ | |...avoids making eye contact | ||
+ | |- | ||
+ | |Backaway | ||
+ | |...frowns and backs away | ||
+ | |- | ||
+ | |Bare | ||
+ | |...bares his/her teeth | ||
+ | |- | ||
+ | |Barf | ||
+ | |...barfs | ||
+ | |- | ||
+ | |Beam | ||
+ | |...beams | ||
+ | |- | ||
+ | |Beckon | ||
+ | |...makes a beckoning motion | ||
+ | |- | ||
+ | |Beg | ||
+ | |...begs | ||
+ | |- | ||
+ | |Belly | ||
+ | |...rubs his/her belly | ||
+ | |- | ||
+ | |Blank | ||
+ | |...stares blankly | ||
+ | |- | ||
+ | |Blink | ||
+ | |...blinks | ||
+ | |- | ||
+ | |Blow | ||
+ | |...blows his/her nose | ||
+ | |- | ||
+ | |Blush | ||
+ | |...blushes hotly | ||
+ | |- | ||
+ | |Boo | ||
+ | |...boos | ||
+ | |- | ||
+ | |Boots | ||
+ | |...shakes in his/her boots | ||
+ | |- | ||
+ | |Bored | ||
+ | |...looks bored | ||
+ | |- | ||
+ | |Bounce | ||
+ | |...bounces | ||
+ | |- | ||
+ | |Bow | ||
+ | |...bows gracefully | ||
+ | |- | ||
+ | |Brace | ||
+ | |...braces his/herself | ||
+ | |- | ||
+ | |Brandish | ||
+ | |...brandishes his/her fists | ||
+ | |- | ||
+ | |Bray | ||
+ | |...brays like a donkey | ||
+ | |- | ||
+ | |Brow | ||
+ | |...raises an eyebrow | ||
+ | |- | ||
+ | |Brush | ||
+ | |...brushes his/her hair vainly | ||
+ | |- | ||
+ | |Cackle | ||
+ | |...cackles maniacally | ||
+ | |- | ||
+ | |Canteven | ||
+ | |...can't even | ||
+ | |- | ||
+ | |Cartwheel | ||
+ | |...turns a cartwheel | ||
+ | |- | ||
+ | |Cautious | ||
+ | |...looks about cautiously | ||
+ | |- | ||
+ | |Cheer | ||
+ | |...cheers | ||
+ | |- | ||
+ | |Chin | ||
+ | |...rubs his/her chin | ||
+ | |- | ||
+ | |Chortle | ||
+ | |...chortles | ||
+ | |- | ||
+ | |Chuckle | ||
+ | |...chuckles | ||
+ | |- | ||
+ | |Clap | ||
+ | |...claps | ||
+ | |- | ||
+ | |Clear | ||
+ | |...clears his/her throat | ||
+ | |- | ||
+ | |Cluck | ||
+ | |...clucks like a chicken | ||
+ | |- | ||
+ | |Collapse | ||
+ | |...collapses in a heap | ||
+ | |- | ||
+ | |Concerned | ||
+ | |...looks concerned | ||
+ | |- | ||
+ | |Cough | ||
+ | |...coughs loudly | ||
+ | |- | ||
+ | |Cover | ||
+ | |...covers his/her eyes | ||
+ | |- | ||
+ | |Cower | ||
+ | |...cowers in terror | ||
+ | |- | ||
+ | |Cringe | ||
+ | |...cringes | ||
+ | |- | ||
+ | |Cross | ||
+ | |...looks cross | ||
+ | |- | ||
+ | |Crossarms | ||
+ | |...crosses his/her arms | ||
+ | |- | ||
+ | |Crossfingers | ||
+ | |...crosses his/her fingers | ||
+ | |- | ||
+ | |Cry | ||
+ | |...bursts into tears | ||
+ | |- | ||
+ | |Curious | ||
+ | |...tilts his/her head curiously | ||
+ | |- | ||
+ | |Curse | ||
+ | |...mutters an inaudible curse | ||
+ | |- | ||
+ | |Curtsy | ||
+ | |...curtsies | ||
+ | |- | ||
+ | |Daydream | ||
+ | |...drifts off into a daydream | ||
+ | |- | ||
+ | |Despair | ||
+ | |...gives a look of utter despair | ||
+ | |- | ||
+ | |Die | ||
+ | |...rolls over and plays dead | ||
+ | |- | ||
+ | |Disagree | ||
+ | |...disagrees completely | ||
+ | |- | ||
+ | |Disgust | ||
+ | |...looks disgusted | ||
+ | |- | ||
+ | |Dismiss | ||
+ | |...gives a dismissive wave | ||
+ | |- | ||
+ | |Drool | ||
+ | |...drools uncontrollably | ||
+ | |- | ||
+ | |Duck | ||
+ | |...ducks for cover | ||
+ | |- | ||
+ | |Dumb | ||
+ | |...plays dumb | ||
+ | |- | ||
+ | |Edge | ||
+ | |...edges slowly away | ||
+ | |- | ||
+ | |Embarassed | ||
+ | |...looks embarassed | ||
+ | |- | ||
+ | |Emphatic | ||
+ | |...nods emphatically | ||
+ | |- | ||
+ | |Evilgrin | ||
+ | |...grins evilly | ||
+ | |- | ||
+ | |Excuse | ||
+ | |...excuses his/herself | ||
+ | |- | ||
+ | |Eyebulge | ||
+ | |...eyes buldge | ||
+ | |- | ||
+ | |Facepalm | ||
+ | |...facepalms | ||
+ | |- | ||
+ | |Faint | ||
+ | |...faints | ||
+ | |- | ||
+ | |Fedup | ||
+ | |...looks fedup | ||
+ | |- | ||
+ | |Fidget | ||
+ | |...fidgets | ||
+ | |- | ||
+ | |Flex | ||
+ | |...flexes his/her muscles | ||
+ | |- | ||
+ | |Flip | ||
+ | |...flips head over heels | ||
+ | |- | ||
+ | |Foetal | ||
+ | |...curls up into a foetal position | ||
+ | |- | ||
+ | |Frown | ||
+ | |...frowns | ||
+ | |- | ||
+ | |Furious | ||
+ | |...looks furious | ||
+ | |- | ||
+ | |Gag | ||
+ | |...gags | ||
+ | |- | ||
+ | |Gape | ||
+ | |...gapes in amazement | ||
+ | |- | ||
+ | |Gasp | ||
+ | |...gasps | ||
+ | |- | ||
+ | |Giggle | ||
+ | |...giggles | ||
+ | |- | ||
+ | |Glance | ||
+ | |glances around | ||
+ | |- | ||
+ | |Gloat | ||
+ | |...gloats | ||
+ | |- | ||
+ | |Gnash | ||
+ | |...gnashes his/her teeth in frustration | ||
+ | |- | ||
+ | |Golfclap | ||
+ | |...golfclaps | ||
+ | |- | ||
+ | |Grimace | ||
+ | |...grimaces | ||
+ | |- | ||
+ | |Grin | ||
+ | |...grins widely | ||
+ | |- | ||
+ | |Groan | ||
+ | |...groans loudly | ||
+ | |- | ||
+ | |Grovel | ||
+ | |...grovels | ||
+ | |- | ||
+ | |Grumble | ||
+ | |...grumbles under his/her breath | ||
+ | |- | ||
+ | |Grunt | ||
+ | |...grunts noncomitally | ||
+ | |- | ||
+ | |Guffaw | ||
+ | |...guffaws madly | ||
+ | |- | ||
+ | |Gulp | ||
+ | |...gulps loudly | ||
+ | |} | ||
+ | |||
+ | TODO: And more | ||
+ | |||
+ | ==Special Emotes== | ||
+ | |||
+ | Rakshasas have their own set of special emotes which include: | ||
+ | |||
+ | {| class="sortable wikitable" style="text-align: center;" | ||
+ | |- | ||
+ | ! scope="col"| Emote | ||
+ | ! scope="col"| Description | ||
+ | |- | ||
+ | |Bare | ||
+ | |...bares his/her teeth | ||
+ | |- | ||
+ | |Catnap | ||
+ | |...takes a quick catnap | ||
+ | |- | ||
+ | |Chase | ||
+ | |...chases his/her own tail | ||
+ | |- | ||
+ | |Flick | ||
+ | |...flicks his/her tail | ||
+ | |- | ||
+ | |Growl | ||
+ | |...growls menacingly | ||
+ | |- | ||
+ | |Hiss | ||
+ | |...hisses | ||
+ | |- | ||
+ | |Mew | ||
+ | |...mews | ||
+ | |- | ||
+ | |Meow | ||
+ | |...meows | ||
+ | |- | ||
+ | |Purr | ||
+ | |...purrs contentedly | ||
+ | |- | ||
+ | |Pounce | ||
+ | |...gets ready to pounce | ||
+ | |- | ||
+ | |Roar | ||
+ | |...roars loudly | ||
+ | |- | ||
+ | |Sharp | ||
+ | |...sharpens his/her claws | ||
+ | |- | ||
+ | |Slink | ||
+ | |...slinks around | ||
+ | |- | ||
+ | |Twitch | ||
+ | |...twitches his/her ears | ||
+ | |} | ||
</div> | </div> |
Latest revision as of 18:32, 7 May 2021
Contents
[hide]Command Summary
Command | Description | |
---|---|---|
skills
|
Shows what you have spent your skill points on | |
startup add <command>
|
Lets you specify commands to run automatically when you log in. | |
autobag
|
Lets you autobag picked up items into gem pouch/reagent bag/ bag of holding etc. Guide: http://wyvernsource.com/2016/08/30/autobag-guide/ | |
alias <key/word> <command>
|
Links a command to a key, word or button | |
shout <text>
|
The main command used to speak. Using shout commands prints your text for all players to see. | |
say <text>
|
Same as shout command. but your text is only printed to those in your immediate vacinity/same room. | |
earmuffs
|
Mutes shouts from other players. | |
give <item_name> to <NPC/Player_name>
|
Gives an item to anoter character. You can only give items to another players if the item has a value of ?less than 100*need confirmation. can be useful for sharing reagents/arrows. | |
stash <all/item_name>
|
Tried to put all unkept items in first bag/pouch of item type. | |
gather
|
Automatically stashes all of your offered items from auction houses into your Auctioneer's Bag (requires Auctioneer's Bag) | |
adjust <item_name> <0-99>
|
Changes the location of an item in your inventory to set number | |
cast <spell_name>
|
Casts the spell in the direction your character is facing | |
apply <item>
|
Can work for various items and have different effects depending on selected item. eg apply <full_name_of_wand> will cast it in same direction, apply unicorn horn will try to dispel negative effects, and applying levers will interact with them. specific quest items/structures requires you to apply them to activate their effect. | |
who
|
Prints all players that are online, including their title and their level. | |
who <player_name>
|
Prints information about a particular player. | |
where
|
Prints out the name of map/random dungeon floor the player is currently in. | |
refund <item>
|
Attempt to refund a recently bought store item for the full price the player had paid. This works for any bought items to any store in-game, even if its not the same one you bought your item from. | |
dispel <all/spell_name>
|
Dispels and prematurely ends the effect of specific spell. Note that potions/scrolls can't be dispelled* need confirmation. | |
autocast <all/spell_name>
|
Keeps specific spells effects always-on on the player by casting the spell in a loop whenever it expires. | |
follow <player_name>
|
Follows a player | |
group <player_name>
|
Allows two players to form a party or group. This has effects on being allowed in the same map together, sharing kill experience, and allowing spells/buffs to be cast/received from party members | |
buffs <on/off>
|
Permits or denies buffs be cast on oneself from a group member. It has to be on to be able to cast on others. | |
<fly>
|
Storm giant racial ability to fly or land | |
<land>
|
Storm giant racial ability to fly or land | |
sell <all/name_of_item>
|
Sells the item to the shop. Must be in shop to work. 'Sell all' sells all items except for items marked as (kept) | |
<fish>
|
Must have fishing pole wielded. Must have fishing permit. Attempts to catch fish from specified fishing areas. | |
<unlock>
|
Allows doors to be unlocked, provided you are next to a locked door and have the right key. | |
<map>
|
Requires the map in the inventory. With no arguments, a menu is provided to show the map or print locations. With an argument (regardless of what, could be one letter), will print locations. | |
button-bar <number> <command>
|
similar to alias, links a command or string of commands to a button on the button-bar (which can be enabled via the W on the bottom left corner). | |
button-bar image <number> <picture>
|
sets the image for a button on the button-bar. You must either have the item in your inventory, be standing on or adjacent to the picture of the item you'd like to see. | |
kill <monster/NPC>
|
Initiates combat with the monsterNPC. | |
autofire on/off
|
Wood elves and members of the archer guild will automatically fire missiles with readied weapon to the closest monster | |
autoattack on/off
|
Initiates combat with monsters by walking into them | |
adjust <item> <position>
|
Adjust the order of item's in player inventory. The first position is number 0 | |
tips
|
Toggle login tips on and off. Tips are turned on my default for new players and contain, well, tips about how to play Wyvern. |
All Commands
Usage: command [optional-argument] <required-argument>
An "argument" is something you type after the command. For example, if you type open door, "open" is the command and "door" is the argument.
If you're not required to type in an argument, but you could if you wanted to, it's called an optional argument and it appears in square brackets in the command-usage description.
If you have to specify an argument, it's called a required argument or mandatory argument and it appears in angle-brackets in the command-usage description.
If you can specify either of two options, they are separated by a vertical bar (|). For instance, you can type close door or close <direction>. Either kind of argument (a door or a direction) is acceptable. We use the vertical bar symbol to mean "or", so the usage description for close looks like this:
Usage: close [direction|door]
The argument to the "close" command is optional (since you can type close with nothing else after it and it'll still work), so the possible arguments appear in square-braces.
General Commands
All commands which don't really have a place in the other categories but are still useful.
Action Commands
All commands which you can use to interact with something in game.
Shop Commands
All commands related to shops, including trading with other players.
Chat and Multiplayer Interaction Commands
All commands related to talking with other players, making friends, groups, and guild commands. Commands to trade items with other players are under the Shop Commands section.
Race Specific Commands
All commands that certain races can only do.
Emote Commands
Emotes allow players to roleplay and react to each other without the need to speak it. The "atmospheres" command allows players to view all of the emotes.
Removed Commands
All commands which don't seem to be used by the game anymore but are kept for legacy.