diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-01-16 01:09:24 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-01-16 01:09:24 +0000 |
commit | 2905b80803313112e951e2d1e32f2c2e1252c170 (patch) | |
tree | 2648db8f8892dd4c9a2075fe3efd8ec9d1dee154 /doc/atcommands.txt | |
parent | 27e6526a5ea0a01d4fb79ee009ad5aeb04999892 (diff) | |
download | hercules-2905b80803313112e951e2d1e32f2c2e1252c170.tar.gz hercules-2905b80803313112e951e2d1e32f2c2e1252c170.tar.bz2 hercules-2905b80803313112e951e2d1e32f2c2e1252c170.tar.xz hercules-2905b80803313112e951e2d1e32f2c2e1252c170.zip |
* Documented @set command from r16123.
* Fixed a waitingroom bug in Wizard job quest (bugreport:7189).
* Fixed getequipname() returning -1 instead of an empty string (bugreport:7186).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17100 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/atcommands.txt')
-rw-r--r-- | doc/atcommands.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index a8d00ef19..a0afa043c 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= rAthena Dev Team //===== Current Version: ===================================== -//= 20121223 +//= 20130115 //===== Description: ========================================= //= List of available atcommands and their functions. //============================================================ @@ -1145,6 +1145,14 @@ Reloads the specified configuration file. --------------------------------------- +@set <variable> {<value>} + +Changes a player or account variable to the specified value. +If no value is given, the variable's current value will be displayed. +Note that the value of a string variable may be typed with or without double quotes. + +--------------------------------------- + @setbattleflag <flag> <value> Changes a battle_config flag without rebooting the server. |