summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-03-31 00:12:31 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-03-31 00:12:31 +0000
commitd35717644b58c55b50098b3b0a08cf8002d39cca (patch)
treeafe5a89a5c030d832b6e5bbdfc454101cf1adf62 /doc/script_commands.txt
parent0a440b692c7b0d0a22ed5b5d6920b6d5e960cde6 (diff)
downloadhercules-d35717644b58c55b50098b3b0a08cf8002d39cca.tar.gz
hercules-d35717644b58c55b50098b3b0a08cf8002d39cca.tar.bz2
hercules-d35717644b58c55b50098b3b0a08cf8002d39cca.tar.xz
hercules-d35717644b58c55b50098b3b0a08cf8002d39cca.zip
- Updated 'getinventorylist' to also return expire_time in the array @inventorylist_expire[]. (topic:243292)
- Updated SQL item/mob databases to latest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14275 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index e4160fc54..de0def790 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -2522,6 +2522,7 @@ recreate these items perfectly if they are destroyed. Here's what you get:
@inventorylist_card3[] inscribed on the items, so you can explicitly check
@inventorylist_card4[] if the character owns an item made by a specific
craftsman.
+@inventorylist_expire[] - expire time (Unix timestamp). 0 means never expires.
@inventorylist_count - the number of items in these lists.
This could be handy to save/restore a character's inventory, since no other
@@ -5605,7 +5606,7 @@ will be warped.
This command can also keep track of who just got warped. It does this by setting
special variables:
-$@warpwaitingpc[] is an array containing the character id numbers of the
+$@warpwaitingpc[] is an array containing the account_id numbers of the
characters who were just warped.
$@warpwaitingpcnum contains the number of the character it just warped.