diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-12 05:46:10 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-12 05:46:10 +0000 |
commit | 0ac093bd184a8821d8761929a472a0103ddfa67a (patch) | |
tree | ea2be569ae8a5a6d8e71fab1225feda1b676804a /doc | |
parent | a1ad56d8c1e5d07c3dbe3b3d3d54c94650febeaa (diff) | |
download | hercules-0ac093bd184a8821d8761929a472a0103ddfa67a.tar.gz hercules-0ac093bd184a8821d8761929a472a0103ddfa67a.tar.bz2 hercules-0ac093bd184a8821d8761929a472a0103ddfa67a.tar.xz hercules-0ac093bd184a8821d8761929a472a0103ddfa67a.zip |
* Follow-up r16919, documented @addwarp modification in doc/atcommands.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16920 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/atcommands.txt | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index c45c92722..d53fab203 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= rAthena Dev Team //===== Current Version: ===================================== -//= 20120915 +//= 20121112 //===== Description: ========================================= //= List of available atcommands and their functions. //============================================================ @@ -190,10 +190,11 @@ Sets a mapflag for the current map (1 = On, 0 = Off). --------------------------------------- -@addwarp <map> <x> <y> +@addwarp <map> <x> <y> {<npc name>} Creates a warp portal on the character's current coordinates that lasts until the next reboot. -The name of the new warp portal will be displayed only once in the chat window. +If no name is specified, the server will automatically assign a name for the warp portal. +The name will be displayed only once in the chat window. Example: @addwarp prontera 50 50 @@ -721,7 +722,7 @@ Additionally, @recallall will recall the entire server. --------------------------------------- -@tonpc <NPC Name> +@tonpc <npc name> Warps to the specified npc. @@ -903,9 +904,9 @@ Ressurection commands. --------------------------------------- -@disguise <monster/NPC name/ID> +@disguise <monster/npc name/ID> @undisguise -@disguiseall <monster/NPC name/ID> +@disguiseall <monster/npc name/ID> @undisguiseall Disguises or undisguises player as a monster/NPC sprite. @@ -926,7 +927,7 @@ Toggles GM Hide (total invisibility to characters and monsters). --------------------------------------- -@npctalk <NPC Name> <message> +@npctalk <npc name> <message> Command what other npcs say. Displays the message above the NPC's head (like the 'npctalk' script command). @@ -1133,14 +1134,14 @@ If no permission is given, a list of available permissions will be returned. --------------------------------------- -@npcmove <x> <y> <npc_name> +@npcmove <x> <y> <npc name> Moves an NPC to a specified coordinate on its map. --------------------------------------- -@hidenpc <NPC Name> -@shownpc <NPC Name> +@hidenpc <npc name> +@shownpc <npc name> Toggles the visibility of an NPC's sprite. @@ -1155,7 +1156,7 @@ Example: --------------------------------------- -@unloadnpc <NPC Name> +@unloadnpc <npc name> Unloads an NPC. @@ -1239,7 +1240,7 @@ Changes guild level by the specified amount. --------------------------------------- -@disguiseguild <monster/NPC name/ID> <guild name/ID> +@disguiseguild <monster/npc name/ID> <guild name/ID> @undisguiseguild Disguises or undisguises all online characters of a guild. |