From d35717644b58c55b50098b3b0a08cf8002d39cca Mon Sep 17 00:00:00 2001 From: brianluau Date: Wed, 31 Mar 2010 00:12:31 +0000 Subject: - 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 --- doc/script_commands.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/script_commands.txt') 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. -- cgit v1.2.3-70-g09d2