Contents |
1) When you log in with your character, type .commands OR type help in the CLI(Command Line Interface).
2) You can browse the database with your favorite MySQL Browser, get the IDs from some W*W database site (thottbot, allakhazam, WoWDB, etc) or .lookup item/location/object etc via the appropriate command.
3) Partial commands are supported in game, I mean instead of .modify you can just type .mod, etc. the first few characters usually do the trick for a command, try, it won't hurt.
Written by Refractor
I Will eventually get a full list with the latest revision. -Hikikomori
The command list contains 5 different security levels for access.
| account | .account | Display the access level of your account. |
| account lock | .account lock (on/off) | Allow login from account only from current used IP or remove this requirement. |
| account password | .account password $old_password $new_password $new_password | Change your account password. |
| commands | .commands | Display a list of available commands for your account level. |
| dismount | .dismount | Dismount you, if you are mounted. |
| gm ingame | .gm ingame | Display a list of available in game Game Masters. |
| gm online | .gm online | Display a list of available Game Masters. |
| help | .help ($command) | Display usage instructions for the given $command. If no $command provided show list available commands. |
| save | .save | Saves your character. |
| server info | .server info | Display server version and the number of connected players. |
| server motd | .server motd | Show server Message of the day. |
| start | .start |
Teleport you to the starting area of your character. |
Security 0 Commands Complete 6/25/09 By sodboone
Added Syntax column and cleaned layout. Zayfox 02:38, 5 July 2009 (UTC)
| announce | .announce $MessageToBroadcast | Send a global message to all players online in chat log. |
| debug play cinematic | .debug play cinematic #cinematicid | Play cinematic #cinematicid for you. You stay at place while your mind fly. |
| debug play movie | .debug play movie #movieid | Play movie #movieid for you. |
| debug play sound | .debug play sound #soundid | Play sound with #soundid. Sound will be play only for you. Other players do not hear this. Warning: client may have more 5000 sounds... |
| gm | .gm (on/off) | Enable or Disable in game GM MODE or show current state of on/off not provided. |
| gm chat | .gm chat (on/off) | Enable or disable chat GM MODE (show gm badge in messages) or show current state of on/off not provided. |
| gm visible | .gm visible (on/off) | Output current visibility state or make GM visible(on) and invisible(off) for other players. |
| go creature guid | .go creature #creature_guid | Teleport your character to creature with guid #creature_guid. |
| go creature name | .gocreature #creature_name | Teleport your character to creature with this name. |
| go creature id | .gocreature id #creature_id | Teleport your character to a creature that was spawned from the template with this entry. If more than one creature is found, then you are teleported to the first that is found inside the database. |
| go graveyard | .go graveyard #graveyardId | Teleport to graveyard with the graveyardId specified. |
| go grid | .go grid #gridX #gridY (#mapId) | Teleport the gm to center of grid with provided indexes at map #mapId (or current map if it not provided). |
| go object | ||
| go taxinode | ||
| go trigger | ||
| go xy | ||
| go xyz | ||
| go zonexy | ||
| goname | ||
| gps | ||
| groupgo | ||
| learn all_default | ||
| learn all_lang | ||
| lookup area | ||
| lookup tele | ||
| modify arena | ||
| modify aspeed | ||
| modify bit | ||
| modify bwalk | ||
| modify drunk | ||
| modify energy | ||
| modify faction | ||
| modify honor | ||
| modify hp | ||
| modify mana | ||
| modify money | ||
| modify mount | ||
| modify rage | ||
| modify runicpower | ||
| modify scale | ||
| modify speed | ||
| modify spell | ||
| modify swim | ||
| modify titles | ||
| modify tp | ||
| mute | ||
| namego | ||
| notify | ||
| npc textemote | ||
| npc whisper | ||
| recall | ||
| saveall | ||
| send mail | ||
| taxicheat | ||
| tele | ||
| tele group | ||
| tele name | ||
| unmute | ||
| whispers |
Security 1 Commands Started 6/25/09 By sodboone.
Modified by Zayfox 02:39, 5 July 2009 (UTC)
| character customize | .character customize <player name> | Mark selected in game or by $name in command character for customize at next login. |
| character rename | .character rename <player name> | Mark selected in game or by $name in command character for rename at next login. |
| character reputation | .character reputation <player name> | Show reputation information for selected player or player find by $player_name. |
| combatstop | .combatstop <player name> | Stop combat for selected character. If selected non-player then command applied to self. If $playername provided then attempt applied to online player $playername. |
| debug anim | .debug anim <emote ID> | Play emote #emoteid for your character. |
| delticket | .delticket <all / character name / ticket number> | all to delete all tickets at server, $character_name to delete ticket of this character, #num to delete ticket #num. |
| demorph | .demorph | Demorph the selected player. |
| event | .event <event ID> | Show details about event with #event_id. |
| event activelist | .event activelist | Show list of currently active events. |
| event start | .event start <event ID> | Start event #event_id. Set start time for event to current moment (change not saved in DB). |
| event stop | .event stop <event ID> | Stop event #event_id. Set start time for event to time in past that make current moment is event stop time (change not saved in DB). |
| gobject add | .gobject add <gobject ID> <spawntime> | Add a game object from game object templates to the world at your current location using the #id. spawntimesecs sets the spawntime, it is optional. |
| gobject delete | .gobject delete <go_guid> | Delete gameobject with guid #go_guid. |
| gobject move | .gobject move <go_guid> <x> <y> <z> | Move gameobject #goguid to character coordinates (or to (#x,#y,#z) coordinates if its provide). [UNWORKING(?)] |
Began work on level 2 GM commands. Zayfox