diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-04-09 22:32:24 +0800 |
---|---|---|
committer | Emistry Haoyan <equinox1991@gmail.com> | 2019-04-10 00:31:20 +0800 |
commit | 33d403c5b5bfeafc4966589594e8a0647b744b5f (patch) | |
tree | a1af953ead45a400c04a068bc99856683a2a2cb7 /doc | |
parent | ab81d4012eac5c2c00c485971fc9b89bf69761be (diff) | |
download | hercules-33d403c5b5bfeafc4966589594e8a0647b744b5f.tar.gz hercules-33d403c5b5bfeafc4966589594e8a0647b744b5f.tar.bz2 hercules-33d403c5b5bfeafc4966589594e8a0647b744b5f.tar.xz hercules-33d403c5b5bfeafc4966589594e8a0647b744b5f.zip |
Expand *getinventorylist() script command
- return an array `@inventorylist_favorite`
- indicate whether an item in the inventory are located inside favorite tab or not.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index b53dda2f6..fd593f17e 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3129,7 +3129,8 @@ recreate these items perfectly if they are destroyed. Here's what you get: made by a specific craftsman. @inventorylist_expire[] - expire time (Unix time stamp). 0 means never expires. -@inventorylist_bound - whether it is an account bounded item or not. +@inventorylist_bound[] - whether it is an account bounded item or not. +@inventorylist_favorite[] - whether it is favorite (inside favorite tab) or not. @inventorylist_count - the number of items in these lists. This could be handy to save/restore a character's inventory, since no |