diff options
| author | Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> | 2019-11-21 07:53:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-21 07:53:22 +0100 |
| commit | ffa3fc44d51690051bd9f704d6c5a94ed0af5d6f (patch) | |
| tree | 14906e715bd5f02414cb1581c8f6c17a192b83d1 /docs | |
| parent | 77f13f2d857781ca70402c123d5033c368158933 (diff) | |
| download | wiki-ffa3fc44d51690051bd9f704d6c5a94ed0af5d6f.tar.gz wiki-ffa3fc44d51690051bd9f704d6c5a94ed0af5d6f.tar.bz2 wiki-ffa3fc44d51690051bd9f704d6c5a94ed0af5d6f.zip | |
Update GM-Commands (#141)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/GM-Commands.md | 2806 |
1 files changed, 517 insertions, 2289 deletions
diff --git a/docs/GM-Commands.md b/docs/GM-Commands.md index 32ba6a3..310cf8a 100644 --- a/docs/GM-Commands.md +++ b/docs/GM-Commands.md @@ -1,2291 +1,519 @@ -<p>GM commands can be entered mainly in 2 ways. Either by typing it directly into the world console window. In the world console window the leading dot (.) is not mandantory, but you can use it. The other way is using the gm command ingame in the chat console of the wow client. There, all commands must start with a leading dot, f.ex.: .gm on</p> +GM commands can be entered mainly in 2 ways. Either by typing it directly into the world console window. In the world console window the leading dot (.) is not mandantory, but you can use it. The other way is using the gm command ingame in the chat console of the wow client. There, all commands must start with a leading dot, f.ex.: .gm on -<p>Note: Some commands are working only by selecting a player or a creature. These commands can not be used in the world console.</p> +Note: Some commands are working only by selecting a player or a creature. These commands can not be used in the world console. -<h1>GM Commands 3.x</h1> -<table> -<colgroup> -<col width="45%" /> -<col width="5%" /> -<col width="50%" /> -</colgroup> -<thead> -<tr> -<th>Command</th> -<th>Security</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>account create</td> -<td>4</td> -<td>Syntax: .account create $account $password Create account and set password to it.</td> -</tr> -<tr> -<td>account delete</td> -<td>4</td> -<td>Syntax: .account delete $account Delete account with all characters.</td> -</tr> -<tr> -<td>account lock</td> -<td>0</td> -<td>Syntax: .account lock [on\off] Allow login from account only from current used IP or remove this requirement.</td> -</tr> -<tr> -<td>account onlinelist</td> -<td>4</td> -<td>Syntax: .account onlinelist Show list of online accounts.</td> -</tr> -<tr> -<td>account password</td> -<td>0</td> -<td>Syntax: .account password $old_password $new_password $new_password Change your account password.</td> -</tr> -<tr> -<td>account set addon</td> -<td>3</td> -<td>Syntax: .account set addon [$account] #addon Set user (possible targeted) expansion addon level allowed. Addon values: 0 - normal, 1 - tbc, 2 - wotlk.</td> -</tr> -<tr> -<td>account set gmlevel</td> -<td>4</td> -<td>Syntax: .account set gmlevel [$account] #level [#realmid] Set the security level for targeted player (can't be used at self) or for account $name to a level of #level on the realm #realmID. #level may range from 0 to 3. #reamID may be -1 for all realms.</td> -</tr> -<tr> -<td>account set password</td> -<td>4</td> -<td>Syntax: .account set password $account $password $password Set password for account.</td> -</tr> -<tr> -<td>account set</td> -<td>3</td> -<td>Syntax: .account set $subcommand Type .account set to see the list of possible subcommands or .help account set $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>account</td> -<td>0</td> -<td>Syntax: .account Display the access level of your account.</td> -</tr> -<tr> -<td>additem</td> -<td>3</td> -<td>Syntax: .additem #itemid/[#itemname]/#shift-click-item-link #itemcount Adds the specified number of items of id #itemid (or exact (!) name $itemname in brackets, or link created by shift-click at item in inventory or recipe) to your or selected character inventory. If #itemcount is omitted, only one item will be added. .</td> -</tr> -<tr> -<td>additemset</td> -<td>3</td> -<td>Syntax: .additemset #itemsetid Add items from itemset of id #itemsetid to your or selected character inventory. Will add by one example each item from itemset.</td> -</tr> -<tr> -<td>announce</td> -<td>1</td> -<td>Syntax: .announce $MessageToBroadcast Send a global message to all players online in chat log.</td> -</tr> -<tr> -<td>aura</td> -<td>3</td> -<td>Syntax: .aura #spellid Add the aura from spell #spellid to the selected Unit.</td> -</tr> -<tr> -<td>ban account</td> -<td>3</td> -<td>Syntax: .ban account $Name $bantime $reason Ban account kick player. $bantime: negative value leads to permban, otherwise use a timestring like "4d20h3s".</td> -</tr> -<tr> -<td>ban character</td> -<td>3</td> -<td>Syntax: .ban character $Name $bantime $reason Ban character and kick player. $bantime: negative value leads to permban, otherwise use a timestring like "4d20h3s".</td> -</tr> -<tr> -<td>ban ip</td> -<td>3</td> -<td>Syntax: .ban ip $Ip $bantime $reason Ban IP. $bantime: negative value leads to permban, otherwise use a timestring like "4d20h3s".</td> -</tr> -<tr> -<td>ban</td> -<td>3</td> -<td>Syntax: .ban $subcommand Type .ban to see the list of possible subcommands or .help ban $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>baninfo account</td> -<td>3</td> -<td>Syntax: .baninfo account $accountid Watch full information about a specific ban.</td> -</tr> -<tr> -<td>baninfo character</td> -<td>3</td> -<td>Syntax: .baninfo character $charactername Watch full information about a specific ban.</td> -</tr> -<tr> -<td>baninfo ip</td> -<td>3</td> -<td>Syntax: .baninfo ip $ip Watch full information about a specific ban.</td> -</tr> -<tr> -<td>baninfo</td> -<td>3</td> -<td>Syntax: .baninfo $subcommand Type .baninfo to see the list of possible subcommands or .help baninfo $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>bank</td> -<td>3</td> -<td>Syntax: .bank Show your bank inventory.</td> -</tr> -<tr> -<td>banlist account</td> -<td>3</td> -<td>Syntax: .banlist account [$Name] Searches the banlist for a account name pattern or show full list account bans.</td> -</tr> -<tr> -<td>banlist character</td> -<td>3</td> -<td>Syntax: .banlist character $Name Searches the banlist for a character name pattern. Pattern required.</td> -</tr> -<tr> -<td>banlist ip</td> -<td>3</td> -<td>Syntax: .banlist ip [$Ip] Searches the banlist for a IP pattern or show full list of IP bans.</td> -</tr> -<tr> -<td>banlist</td> -<td>3</td> -<td>Syntax: .banlist $subcommand Type .banlist to see the list of possible subcommands or .help banlist $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>bindsight</td> -<td>3</td> -<td>Syntax: .bindsight Binds vision to the selected unit indefinitely. Cannot be used while currently possessing a target.</td> -</tr> -<tr> -<td>cast back</td> -<td>3</td> -<td>Syntax: .cast back #spellid [triggered] Selected target will cast #spellid to your character. If 'trigered' or part provided then spell casted with triggered flag.</td> -</tr> -<tr> -<td>cast dist</td> -<td>3</td> -<td>Syntax: .cast dist #spellid [#dist [triggered]] You will cast spell to pint at distance #dist. If 'trigered' or part provided then spell casted with triggered flag. Not all spells can be casted as area spells.</td> -</tr> -<tr> -<td>cast self</td> -<td>3</td> -<td>Syntax: .cast self #spellid [triggered] Cast #spellid by target at target itself. If 'trigered' or part provided then spell casted with triggered flag.</td> -</tr> -<tr> -<td>cast target</td> -<td>3</td> -<td>Syntax: .cast target #spellid [triggered] Selected target will cast #spellid to his victim. If 'trigered' or part provided then spell casted with triggered flag.</td> -</tr> -<tr> -<td>cast</td> -<td>3</td> -<td>Syntax: .cast #spellid [triggered] Cast #spellid to selected target. If no target selected cast to self. If 'trigered' or part provided then spell casted with triggered flag.</td> -</tr> -<tr> -<td>character customize</td> -<td>2</td> -<td>Syntax: .character customize [$name] Mark selected in game or by $name in command character for customize at next login.</td> -</tr> -<tr> -<td>character erase</td> -<td>4</td> -<td>Syntax: .character erase $name Delete character $name. Character finally deleted in case any deleting options.</td> -</tr> -<tr> -<td>character level</td> -<td>3</td> -<td>Syntax: .character level [$playername] [#level] Set the level of character with $playername (or the selected if not name provided) by #numberoflevels Or +1 if no #numberoflevels provided). If #numberoflevels is omitted, the level will be increase by 1. If #numberoflevels is 0, the same level will be restarted. If no character is selected and name not provided, increase your level. Command can be used for offline character. All stats and dependent values recalculated. At level decrease talents can be reset if need. Also at level decrease equipped items with greater level requirement can be lost.</td> -</tr> -<tr> -<td>character rename</td> -<td>2</td> -<td>Syntax: .character rename [$name] Mark selected in game or by $name in command character for rename at next login.</td> -</tr> -<tr> -<td>character reputation</td> -<td>2</td> -<td>Syntax: .character reputation [$player_name] Show reputation information for selected player or player find by $player_name.</td> -</tr> -<tr> -<td>combatstop</td> -<td>2</td> -<td>Syntax: .combatstop [$playername] Stop combat for selected character. If selected non-player then command applied to self. If $playername provided then attempt applied to online player $playername.</td> -</tr> -<tr> -<td>cometome</td> -<td>3</td> -<td>SYntax: .cometome $parameter Make selected creature come to your current location (new position not saved to DB).</td> -</tr> -<tr> -<td>commands</td> -<td>0</td> -<td>Syntax: .commands Display a list of available commands for your account level.</td> -</tr> -<tr> -<td>cooldown</td> -<td>3</td> -<td>Syntax: .cooldown [#spell_id] Remove all (if spell_id not provided) or #spel_id spell cooldown from selected character or you (if no selection).</td> -</tr> -<tr> -<td>damage</td> -<td>3</td> -<td>Syntax: .damage $damage_amount [$school [$spellid]] Apply $damage to target. If not $school and $spellid provided then this flat clean melee damage without any modifiers. If $school provided then damage modified by armor reduction (if school physical), and target absorbing modifiers and result applied as melee damage to target. If spell provided then damage modified and applied as spell damage. $spellid can be shift-link.</td> -</tr> -<tr> -<td>debug arena</td> -<td>3</td> -<td>Syntax: .debug arena Toggle debug mode for arenas. In debug mode GM can start arena with single player.</td> -</tr> -<tr> -<td>debug bg</td> -<td>3</td> -<td>Syntax: .debug bg Toggle debug mode for battlegrounds. In debug mode GM can start battleground with single player.</td> -</tr> -<tr> -<td>debug Mod32Value</td> -<td>3</td> -<td>Syntax: .debug Mod32Value #field #value Add #value to field #field of your character.</td> -</tr> -<tr> -<td>debug play cinematic</td> -<td>1</td> -<td>Syntax: .debug play cinematic #cinematicid Play cinematic #cinematicid for you. You stay at place while your mind fly.</td> -</tr> -<tr> -<td>debug play movie</td> -<td>1</td> -<td>Syntax: .debug play movie #movieid Play movie #movieid for you.</td> -</tr> -<tr> -<td>debug play sound</td> -<td>1</td> -<td>Syntax: .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...</td> -</tr> -<tr> -<td>debug</td> -<td>1</td> -<td>Syntax: .debug $subcommand Type .debug to see the list of possible subcommands or .help debug $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>demorph</td> -<td>2</td> -<td>Syntax: .demorph Demorph the selected player.</td> -</tr> -<tr> -<td>die</td> -<td>3</td> -<td>Syntax: .die Kill the selected player. If no player is selected, it will kill you.</td> -</tr> -<tr> -<td>dismount</td> -<td>0</td> -<td>Syntax: .dismount Dismount you, if you are mounted.</td> -</tr> -<tr> -<td>distance</td> -<td>3</td> -<td>Syntax: .distance Display the distance from your character to the selected creature.</td> -</tr> -<tr> -<td>event activelist</td> -<td>2</td> -<td>Syntax: .event activelist Show list of currently active events.</td> -</tr> -<tr> -<td>event start</td> -<td>2</td> -<td>Syntax: .event start #event_id Start event #event_id. Set start time for event to current moment (change not saved in DB).</td> -</tr> -<tr> -<td>event stop</td> -<td>2</td> -<td>Syntax: .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).</td> -</tr> -<tr> -<td>event</td> -<td>2</td> -<td>Syntax: .event #event_id Show details about event with #event_id.</td> -</tr> -<tr> -<td>cheat cooldown</td> -<td>2</td> -<td>Syntax: .cheat cooldown [on/off] Enables or disables your character's spell cooldowns.</td> -</tr> -<tr> -<td>cheat power</td> -<td>2</td> -<td>Syntax: .cheat power [on/off] Enables or disables your character's spell cost (e.g mana).</td> -</tr> -<tr> -<td>flusharenapoints</td> -<td>3</td> -<td>Syntax: .flusharenapoints Use it to distribute arena points based on arena team ratings, and start a new week.</td> -</tr> -<tr> -<td>freeze</td> -<td>1</td> -<td>Syntax: .freeze (#player) "Freezes" #player and disables his chat. When using this without #name it will freeze your target.</td> -</tr> -<tr> -<td>gm chat</td> -<td>1</td> -<td>Syntax: .gm chat [on/off] Enable or disable chat GM MODE (show gm badge in messages) or show current state of on/off not provided.</td> -</tr> -<tr> -<td>gm fly</td> -<td>3</td> -<td>Syntax: .gm fly [on/off] Enable/disable gm fly mode.</td> -</tr> -<tr> -<td>gm ingame</td> -<td>0</td> -<td>Syntax: .gm ingame Display a list of available in game Game Masters.</td> -</tr> -<tr> -<td>gm list</td> -<td>3</td> -<td>Syntax: .gm list Display a list of all Game Masters accounts and security levels.</td> -</tr> -<tr> -<td>gm visible</td> -<td>1</td> -<td>Syntax: .gm visible on/off Output current visibility state or make GM visible(on) and invisible(off) for other players.</td> -</tr> -<tr> -<td>gm</td> -<td>1</td> -<td>Syntax: .gm [on/off] Enable or Disable in game GM MODE or show current state of on/off not provided.</td> -</tr> -<tr> -<td>gmannounce</td> -<td>1</td> -<td>Syntax: .gmannounce $announcement Send an announcement to online Gamemasters.</td> -</tr> -<tr> -<td>gmnameannounce</td> -<td>1</td> -<td>Syntax: .gmnameannounce $announcement. Send an announcement to all online GM's, displaying the name of the sender.</td> -</tr> -<tr> -<td>gmnotify</td> -<td>1</td> -<td>Syntax: .gmnotify $notification Displays a notification on the screen of all online GM's.</td> -</tr> -<tr> -<td>go creature</td> -<td>1</td> -<td>Syntax:.go creature #creature_guidTeleport your character to creature with guid #creature_guid..go creature #creature_nameTeleport your character to creature with this name..go creature id #creature_entryTeleport 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.</td> -</tr> -<tr> -<td>go graveyard</td> -<td>1</td> -<td>Syntax: .go graveyard #graveyardId Teleport to graveyard with the graveyardId specified.</td> -</tr> -<tr> -<td>go grid</td> -<td>1</td> -<td>Syntax: .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).</td> -</tr> -<tr> -<td>go object</td> -<td>1</td> -<td>Syntax: .go object #object_guid Teleport your character to gameobject with guid #object_guid</td> -</tr> -<tr> -<td>go taxinode</td> -<td>1</td> -<td>Syntax: .go taxinode #taxinode Teleport player to taxinode coordinates. You can look up zone using .lookup taxinode $namepart</td> -</tr> -<tr> -<td>go ticket</td> -<td>1</td> -<td>Syntax: .go ticket #ticketid Teleports the user to the location where $ticketid was created.</td> -</tr> -<tr> -<td>go trigger</td> -<td>1</td> -<td>Syntax: .go trigger #trigger_id Teleport your character to areatrigger with id #trigger_id. Character will be teleported to trigger target if selected areatrigger is telporting trigger.</td> -</tr> -<tr> -<td>go xyz</td> -<td>1</td> -<td>Syntax: .go xyz #x #y [#z [#mapid [#orientation]]] Teleport player to point with (#x,#y,#z) coordinates at map #mapid with orientation #orientation. If z is not provided, ground/water level will be used. If mapid is not provided, the current map will be used. If #orientation is not provided, the current orientation will be used.</td> -</tr> -<tr> -<td>go zonexy</td> -<td>1</td> -<td>Syntax: .go zonexy #x #y [#zone] Teleport player to point with (#x,#y) client coordinates at ground(water) level in zone #zoneid or current zone if #zoneid not provided. You can look up zone using .lookup area $namepart</td> -</tr> -<tr> -<td>go</td> -<td>1</td> -<td>Syntax: .go $subcommand Type .go to see the list of possible subcommands or .help go $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>gobject activate</td> -<td>2</td> -<td>Syntax: .gobject activate #guid Activates an object like a door or a button.</td> -</tr> -<tr> -<td>gobject add</td> -<td>2</td> -<td>Syntax: .gobject add #id <spawntimeSecs> 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. Note: this is a copy of .gameobject.</td> -</tr> -<tr> -<td>gobject delete</td> -<td>2</td> -<td>Syntax: .gobject delete #go_guid Delete gameobject with guid #go_guid.</td> -</tr> -<tr> -<td>gobject move</td> -<td>2</td> -<td>Syntax: .gobject move #goguid [#x #y #z] Move gameobject #goguid to character coordinates (or to (#x,#y,#z) coordinates if its provide).</td> -</tr> -<tr> -<td>gobject near</td> -<td>2</td> -<td>Syntax: .gobject near [#distance] Output gameobjects at distance #distance from player. Output gameobject guids and coordinates sorted by distance from character. If #distance not provided use 10 as default value.</td> -</tr> -<tr> -<td>gobject add temp</td> -<td>2</td> -<td>Adds a temporary gameobject that is not saved to DB.</td> -</tr> -<tr> -<td>gobject target</td> -<td>2</td> -<td>Syntax: .gobject target [#go_id\#go_name_part] Locate and show position nearest gameobject. If #go_id or #go_name_part provide then locate and show position of nearest gameobject with gameobject template id #go_id or name included #go_name_part as part.</td> -</tr> -<tr> -<td>gobject set phase</td> -<td>2</td> -<td>Syntax: .gobject set phase #guid #phasemask Gameobject with DB guid #guid phasemask changed to #phasemask with related world vision update for players. Gameobject state saved to DB and persistent.</td> -</tr> -<tr> -<td>gobject turn</td> -<td>2</td> -<td>Syntax: .gobject turn #goguid Set for gameobject #goguid orientation same as current character orientation.</td> -</tr> -<tr> -<td>gobject</td> -<td>2</td> -<td>Syntax: .gobject $subcommand Type .gobject to see the list of possible subcommands or .help gobject $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>summon</td> -<td>1</td> -<td>Syntax: .summon [$charactername] Teleport the given character to you. Character can be offline.</td> -</tr> -<tr> -<td>gps</td> -<td>1</td> -<td>Syntax: .gps [$name\$shift-link] Display the position information for a selected character or creature (also if player name $name provided then for named player, or if creature/gameobject shift-link provided then pointed creature/gameobject if it loaded). Position information includes X, Y, Z, and orientation, map Id and zone Id</td> -</tr> -<tr> -<td>groupsummon</td> -<td>1</td> -<td>Syntax: .groupsummon [$charactername] Teleport the given character and his group to you. Teleported only online characters but original selected group member can be offline.</td> -</tr> -<tr> -<td>guid</td> -<td>2</td> -<td>Syntax: .guid Display the GUID for the selected character.</td> -</tr> -<tr> -<td>guild create</td> -<td>2</td> -<td>Syntax: .guild create [$GuildLeaderName] "$GuildName" Create a guild named $GuildName with the player $GuildLeaderName (or selected) as leader. Guild name must in quotes.</td> -</tr> -<tr> -<td>guild delete</td> -<td>2</td> -<td>Syntax: .guild delete "$GuildName" Delete guild $GuildName. Guild name must in quotes.</td> -</tr> -<tr> -<td>guild invite</td> -<td>2</td> -<td>Syntax: .guild invite [$CharacterName] "$GuildName" Add player $CharacterName (or selected) into a guild $GuildName. Guild name must in quotes.</td> -</tr> -<tr> -<td>guild rank</td> -<td>2</td> -<td>Syntax: .guild rank [$CharacterName] #Rank Set for player $CharacterName (or selected) rank #Rank in a guild.</td> -</tr> -<tr> -<td>guild uninvite</td> -<td>2</td> -<td>Syntax: .guild uninvite [$CharacterName] Remove player $CharacterName (or selected) from a guild.</td> -</tr> -<tr> -<td>guild</td> -<td>3</td> -<td>Syntax: .guild $subcommand Type .guild to see the list of possible subcommands or .help guild $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>help</td> -<td>0</td> -<td>Syntax: .help [$command] Display usage instructions for the given $command. If no $command provided show list available commands.</td> -</tr> -<tr> -<td>hidearea</td> -<td>3</td> -<td>Syntax: .hidearea #areaid Hide the area of #areaid to the selected character. If no character is selected, hide this area to you.</td> -</tr> -<tr> -<td>honor add</td> -<td>2</td> -<td>Syntax: .honor add $amount Add a certain amount of honor (gained today) to the selected player.</td> -</tr> -<tr> -<td>honor add kill</td> -<td>2</td> -<td>Syntax: .honor add kill Add the targeted unit as one of your pvp kills today (you only get honor if it's a racial leader or a player)</td> -</tr> -<tr> -<td>honor update</td> -<td>2</td> -<td>Syntax: .honor update Force the yesterday's honor fields to be updated with today's data, which will get reset for the selected player.</td> -</tr> -<tr> -<td>honor</td> -<td>2</td> -<td>Syntax: .honor $subcommand Type .honor to see the list of possible subcommands or .help honor $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>modify talentpoints</td> -<td>1</td> -<td>Syntax: .modify talentpoints #amount Set free talent points for selected character or character's pet. It will be reset to default expected at next levelup/login/quest reward.</td> -</tr> -<tr> -<td>instance listbinds</td> -<td>3</td> -<td>Syntax: .instance listbinds Lists the binds of the selected player.</td> -</tr> -<tr> -<td>instance savedata</td> -<td>3</td> -<td>Syntax: .instance savedata Save the InstanceData for the current player's map to the DB.</td> -</tr> -<tr> -<td>instance stats</td> -<td>3</td> -<td>Syntax: .instance stats Shows statistics about instances.</td> -</tr> -<tr> -<td>instance unbind</td> -<td>3</td> -<td>Syntax: .instance unbind <mapid\all> [difficulty] Clear all/some of player's binds</td> -</tr> -<tr> -<td>instance</td> -<td>3</td> -<td>Syntax: .instance $subcommand Type .instance to see the list of possible subcommands or .help instance $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>itemmove</td> -<td>2</td> -<td>Syntax: .itemmove #sourceslotid #destinationslotid Move an item from slots #sourceslotid to #destinationslotid in your inventory Not yet implemented</td> -</tr> -<tr> -<td>kick</td> -<td>2</td> -<td>Syntax: .kick [$charactername] [$reason] Kick the given character name from the world with or without reason. If no character name is provided then the selected player (except for yourself) will be kicked. If no reason is provided, default is "No Reason".</td> -</tr> -<tr> -<td>learn all my talents</td> -<td>3</td> -<td>Syntax: .learn all my talents Learn all talents (and spells with first rank learned as talent) available for his class.</td> -</tr> -<tr> -<td>learn all my spells</td> -<td>3</td> -<td>Syntax: .learn all my spells Learn all spells (except talents and spells with first rank learned as talent) available for his class.</td> -</tr> -<tr> -<td>learn all my pettalents</td> -<td>3</td> -<td>Syntax: .learn all my pettalents Learn all talents for your pet available for his creature type (only for hunter pets).</td> -</tr> -<tr> -<td>learn all my class</td> -<td>3</td> -<td>Syntax: .learn all my class Learn all spells and talents available for his class.</td> -</tr> -<tr> -<td>learn all gm</td> -<td>2</td> -<td>Syntax: .learn all gm Learn all default spells for Game Masters.</td> -</tr> -<tr> -<td>learn all lang</td> -<td>1</td> -<td>Syntax: .learn all lang Learn all languages</td> -</tr> -<tr> -<td>learn all default</td> -<td>1</td> -<td>Syntax: .learn all default [$playername] Learn for selected/$playername player all default spells for his race/class and spells rewarded by completed quests.</td> -</tr> -<tr> -<td>learn</td> -<td>3</td> -<td>Syntax: .learn #spell [all] Selected character learn a spell of id #spell. If 'all' provided then all ranks learned.</td> -</tr> -<tr> -<td>modify scale</td> -<td>1</td> -<td>.modify scale #scale Modify size of the selected player or creature to "normal scale"*rate. If no player or creature is selected, modify your size. #rate may range from 0.1 to 10.</td> -</tr> -<tr> -<td>learn all crafts</td> -<td>2</td> -<td>Syntax: .learn crafts Learn all professions and recipes.</td> -</tr> -<tr> -<td>levelup</td> -<td>3</td> -<td>Syntax: .levelup [$playername] [#numberoflevels] Increase/decrease the level of character with $playername (or the selected if not name provided) by #numberoflevels Or +1 if no #numberoflevels provided). If #numberoflevels is omitted, the level will be increase by 1. If #numberoflevels is 0, the same level will be restarted. If no character is selected and name not provided, increase your level. Command can be used for offline character. All stats and dependent values recalculated. At level decrease talents can be reset if need. Also at level decrease equipped items with greater level requirement can be lost.</td> -</tr> -<tr> -<td>linkgrave</td> -<td>3</td> -<td>Syntax: .linkgrave #graveyard_id [alliance\horde] Link current zone to graveyard for any (or alliance/horde faction ghosts). This let character ghost from zone teleport to graveyard after die if graveyard is nearest from linked to zone and accept ghost of this faction. Add only single graveyard at another map and only if no graveyards linked (or planned linked at same map).</td> -</tr> -<tr> -<td>list auras</td> -<td>3</td> -<td>Syntax: .list auras List auras (passive and active) of selected creature or player. If no creature or player is selected, list your own auras.</td> -</tr> -<tr> -<td>list creature</td> -<td>3</td> -<td>Syntax: .list creature #creature_id [#max_count] Output creatures with creature id #creature_id found in world. Output creature guids and coordinates sorted by distance from character. Will be output maximum #max_count creatures. If #max_count not provided use 10 as default value.</td> -</tr> -<tr> -<td>list item</td> -<td>3</td> -<td>Syntax: .list item #item_id [#max_count] Output items with item id #item_id found in all character inventories, mails, auctions, and guild banks. Output item guids, item owner guid, owner account and owner name (guild name and guid in case guild bank). Will be output maximum #max_count items. If #max_count not provided use 10 as default value.</td> -</tr> -<tr> -<td>list object</td> -<td>3</td> -<td>Syntax: .list object #gameobject_id [#max_count] Output gameobjects with gameobject id #gameobject_id found in world. Output gameobject guids and coordinates sorted by distance from character. Will be output maximum #max_count gameobject. If #max_count not provided use 10 as default value.</td> -</tr> -<tr> -<td>list</td> -<td>3</td> -<td>Syntax: .list $subcommand Type .list to see the list of possible subcommands or .help list $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>listfreeze</td> -<td>1</td> -<td>Syntax: .listfreeze Search and output all frozen players.</td> -</tr> -<tr> -<td>wp reload</td> -<td>3</td> -<td>Syntax: .wp reload $pathid Load path changes ingame - IMPORTANT: must be applied first for new paths before .wp load #pathid</td> -</tr> -<tr> -<td>reload spell_group</td> -<td>3</td> -<td>Syntax: .reload spell_group Reload spell_group table.</td> -</tr> -<tr> -<td>lookup area</td> -<td>1</td> -<td>Syntax: .lookup area $namepart Looks up an area by $namepart, and returns all matches with their area ID's.</td> -</tr> -<tr> -<td>lookup creature</td> -<td>3</td> -<td>Syntax: .lookup creature $namepart Looks up a creature by $namepart, and returns all matches with their creature ID's.</td> -</tr> -<tr> -<td>lookup event</td> -<td>2</td> -<td>Syntax: .lookup event $name Attempts to find the ID of the event with the provided $name.</td> -</tr> -<tr> -<td>lookup faction</td> -<td>3</td> -<td>Syntax: .lookup faction $name Attempts to find the ID of the faction with the provided $name.</td> -</tr> -<tr> -<td>lookup item</td> -<td>3</td> -<td>Syntax: .lookup item $itemname Looks up an item by $itemname, and returns all matches with their Item ID's.</td> -</tr> -<tr> -<td>lookup itemset</td> -<td>3</td> -<td>Syntax: .lookup itemset $itemname Looks up an item set by $itemname, and returns all matches with their Item set ID's.</td> -</tr> -<tr> -<td>lookup map</td> -<td>3</td> -<td>Syntax: .lookup map $namepart Looks up a map by $namepart, and returns all matches with their map ID's.</td> -</tr> -<tr> -<td>lookup object</td> -<td>3</td> -<td>Syntax: .lookup object $objname Looks up an gameobject by $objname, and returns all matches with their Gameobject ID's.</td> -</tr> -<tr> -<td>lookup player account</td> -<td>2</td> -<td>Syntax: .lookup player account $account ($limit) Searchs players, which account username is $account with optional parametr $limit of results.</td> -</tr> -<tr> -<td>lookup player email</td> -<td>2</td> -<td>Syntax: .lookup player email $email ($limit) Searchs players, which account email is $email with optional parametr $limit of results.</td> -</tr> -<tr> -<td>lookup player ip</td> -<td>2</td> -<td>Syntax: .lookup player ip $ip ($limit) Searchs players, which account ast_ip is $ip with optional parametr $limit of results.</td> -</tr> -<tr> -<td>lookup quest</td> -<td>3</td> -<td>Syntax: .lookup quest $namepart Looks up a quest by $namepart, and returns all matches with their quest ID's.</td> -</tr> -<tr> -<td>lookup skill</td> -<td>3</td> -<td>Syntax: .lookup skill $$namepart Looks up a skill by $namepart, and returns all matches with their skill ID's.</td> -</tr> -<tr> -<td>lookup spell</td> -<td>3</td> -<td>Syntax: .lookup spell $namepart Looks up a spell by $namepart, and returns all matches with their spell ID's.</td> -</tr> -<tr> -<td>lookup taxinode</td> -<td>3</td> -<td>Syntax: .lookup taxinode $substring Search and output all taxinodes with provide $substring in name.</td> -</tr> -<tr> -<td>lookup tele</td> -<td>1</td> -<td>Syntax: .lookup tele $substring Search and output all .tele command locations with provide $substring in name.</td> -</tr> -<tr> -<td>lookup</td> -<td>3</td> -<td>Syntax: .lookup $subcommand Type .lookup to see the list of possible subcommands or .help lookup $subcommand to see info on subcommands</td> -</tr> -<tr> -<td>maxskill</td> -<td>3</td> -<td>Syntax: .maxskill Sets all skills of the targeted player to their maximum values for its current level.</td> -</tr> -<tr> -<td>modify speed walk</td> -<td>1</td> -<td>Syntax: .modify speed bwalk #rate Modify the speed of the selected player while running to "normal walk speed"*rate. If no player is selected, modify your speed. #rate may range from 0.1 to 50.</td> -</tr> -<tr> -<td>modify bit</td> -<td>1</td> -<td>Syntax: .modify bit #field #bit Toggle the #bit bit of the #field field for the selected player. If no player is selected, modify your character.</td> -</tr> -<tr> -<td>modify speed swim</td> -<td>1</td> -<td>Syntax: .modify speed swim #rate Modify the swim speed of the selected player to "normal swim speed"*rate. If no player is selected, modify your speed. #rate may range from 0.1 to 50.</td> -</tr> -<tr> -<td>modify drunk</td> -<td>1</td> -<td>Syntax: .modify drunk #value Set drunk level to #value (0..100). Value 0 remove drunk state, 100 is max drunked state.</td> -</tr> -<tr> -<td>modify energy</td> -<td>1</td> -<td>Syntax: .modify energy #energy Modify the energy of the selected player. If no player is selected, modify your energy.</td> -</tr> -<tr> -<td>modify faction</td> -<td>1</td> -<td>Syntax: .modify faction #factionid #flagid #npcflagid #dynamicflagid Modify the faction and flags of the selected creature. Without arguments, display the faction and flags of the selected creature.</td> -</tr> -<tr> -<td>modify speed fly</td> -<td>1</td> -<td>.modify speed fly #rate Modify the flying speed of the selected player to "normal flying speed"*rate. If no player is selected, modify your speed. #rate may range from 0.1 to 50.</td> -</tr> -<tr> -<td>modify gender</td> |
