Browse Source

Welcome to RAthena! http://rathena.org/board/topic/53704-rathena-the-fork/

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15001 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 13 years ago
parent
commit
146e136ad5
2 changed files with 8 additions and 0 deletions
  1. 3 0
      Changelog-Trunk.txt
  2. 5 0
      doc/script_commands.txt

+ 3 - 0
Changelog-Trunk.txt

@@ -1,5 +1,8 @@
 Date	Added
 Date	Added
 
 
+2011-11-27
+	* Welcome to RAthena!  http://rathena.org/board/topic/53704-rathena-the-fork/
+
 2011/11/28
 2011/11/28
 	* Fixed novending cell check using misleading error message (bugreport:2592, since r11572 and r14724, related r11580). [Ai4rei]
 	* Fixed novending cell check using misleading error message (bugreport:2592, since r11572 and r14724, related r11580). [Ai4rei]
 	* Fixed removing item scripts through script command *setitemscript not working the way it is stated in script_commands.txt (related r9831). [Ai4rei]
 	* Fixed removing item scripts through script command *setitemscript not working the way it is stated in script_commands.txt (related r9831). [Ai4rei]

+ 5 - 0
doc/script_commands.txt

@@ -622,6 +622,9 @@ nothing  - A permanent variable attached to the character, the default variable
            callsub/callfunc starts a new scope, returning from the function 
            callsub/callfunc starts a new scope, returning from the function 
            ends it. When a scope ends, it's variables are converted to values 
            ends it. When a scope ends, it's variables are converted to values 
            ('return .@var;' returns a value, not a reference).
            ('return .@var;' returns a value, not a reference).
+"'"      - An instance variable
+           These are used with the instancing system, and are unique to each 
+           party's instance.
 "#"      - A permanent local account variable.
 "#"      - A permanent local account variable.
            They are stored with all the account data in "save\accreg.txt" in
            They are stored with all the account data in "save\accreg.txt" in
            TXT versions and in the SQL versions in the 'global_reg_value'
            TXT versions and in the SQL versions in the 'global_reg_value'
@@ -6925,6 +6928,8 @@ Parameter <alive timeout> specifies the total amount of time the instance will
 exist. Parameter <idle timeout> specifies how long players have, when they are
 exist. Parameter <idle timeout> specifies how long players have, when they are
 outside of the instance, until it is destroyed.
 outside of the instance, until it is destroyed.
 
 
+Both timeout values are in seconds.
+
 ---------------------------------------
 ---------------------------------------
 
 
 =========================
 =========================