diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-05 02:42:20 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-05 02:42:20 +0000 |
commit | 4e6774e4173eccff9d0b51b45fe2af07e682e67d (patch) | |
tree | 9f2d1c6e3c28343f601247bb9db557a45317fb3c /doc/atcommands.txt | |
parent | e7a4ce6eb8222a4abba8ee44d318c1d803c79797 (diff) | |
download | hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.gz hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.bz2 hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.xz hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.zip |
* Follow-up r16742, revised quest sample (doc\sample\npc_test_quest.txt) and whisper system documentation (doc\whisper_sys.txt)
* Follow-up r16745, fixed a few typos in atcommand documentation (doc\atcommands.txt)
* Minor cleaning - spacing, tabulation, comments, dividers
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/atcommands.txt')
-rw-r--r-- | doc/atcommands.txt | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index 10713e46b..a578bbe21 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -179,7 +179,7 @@ Toggles weather effects on your map. @clearweather -Stop all weather effects. May require a map change or @refresh +Stops all weather effects. May require a map change or @refresh for the effect to stop client-side. --------------------------------------- @@ -265,7 +265,7 @@ Other Flags: @gat -Give information about terrain/area (debug function). +Gives information about terrain/area (debug function). Output Example: prontera (x= 165, y= 202) 00 00 00 00 00 @@ -347,7 +347,7 @@ Output Example: @idsearch <item name> -Find an item ID based on the provided name. +Looks up an item by name (or part of a name). --------------------------------------- @@ -367,7 +367,7 @@ This does not include mobs summoned by scripts. @skillid <skill name> -Look up a skill by name (or part of a name). +Looks up a skill by name (or part of a name). --------------------------------------- @@ -493,14 +493,14 @@ all: 2 @where <player_name> -Locate a player on a map. The player must be online. +Locates a player on a map. The player must be online. --------------------------------------- @jailtime Displays remaining jail time. -If the @jail was used, the chat window will display "You have been jailed indefinitely". +If @jail was used, the chat window will display "You have been jailed indefinitely". --------------------------------------- @@ -689,7 +689,7 @@ Warps to a random coordinate on the current map. @go {<location name/ID>} -Warps you to predefined locations in major cities. +Warps to predefined locations in major cities. If no ID is given, all available maps will be displayed in the chat window. Locations and coordinates are stored in '/src/map/atcommand.c'. @@ -699,20 +699,16 @@ Locations and coordinates are stored in '/src/map/atcommand.c'. /mm <map> {<x> <y>} /mapmove <map> {<x> <y>} -Warps to a specified map. +Warps to the specified map. If no coordinates are entered, a random location will be chosen. --------------------------------------- @goto <player name/ID> - -Warp yourself to a player. - ---------------------------------------- - @follow <player name> -Warps to the specified player and follows their movements. +Warps to the specified player. +Aditionally, @follow will track the player's movements until turned off. --------------------------------------- @@ -811,7 +807,7 @@ Default is 150 (0 is fastest, 1000 is slowest). @spiritball <0-100> -Summons X amount of spirit spheres around you. +Summons the specified amount of spirit spheres around you. --------------------------------------- @@ -1056,14 +1052,14 @@ If a time is not specified (jailfor), the player will be jailed indefinitely. @kick <player name/ID> @kickall -Disconnects a user (or all users) from the server. +Disconnects a user or all users from the server. --------------------------------------- @ban <+/- time> <player name> @unban <player name> -Ban (or unban) a player for a limited time. +Bans or unbans a player for a limited time. Time elements: y/a, m, d/j, h, mn, s Example: @@ -1075,7 +1071,7 @@ Example: @block <player name> @unblock <player name> -Block or unblock a player from logging in indefinitely. +Blocks or unblocks a player from logging in indefinitely. --------------------------------------- @@ -1118,7 +1114,7 @@ Reloads the specified configuration file. @setbattleflag <flag> <value> -Change a battle_config flag without rebooting the server. +Changes a battle_config flag without rebooting the server. --------------------------------------- |