diff options
author | Emistry <Equinox1991@gmail.com> | 2015-09-06 05:35:33 +0800 |
---|---|---|
committer | Emistry <Equinox1991@gmail.com> | 2015-09-06 05:35:33 +0800 |
commit | 1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1 (patch) | |
tree | e133a4ef06b5fa55f166f7500ef805b9c405e343 /doc | |
parent | e6d9b557c979954d49f80d180696d0fa50ff1db0 (diff) | |
download | hercules-1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1.tar.gz hercules-1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1.tar.bz2 hercules-1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1.tar.xz hercules-1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1.zip |
Updated getwaitingroomstate() script command.
type 0 - return number of users in the waiting room and account_id list
stored in $@chatmembers[]
type 34 - Minimum Base Level to enter waiting room.
type 35 - Maximum Base Level to enter waiting room.
type 36 - Minimum Zeny to enter waiting room.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 9d3673490..146e58a45 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6798,7 +6798,8 @@ if any. The valid information types are: - 0 - Number of users currently chatting. + 0 - Number of users currently in the waiting room + $@chatmembers[] - list of user account_id 1 - Maximum number of users allowed. 2 - Will return 1 if the waiting room has a trigger set. 0 otherwise. @@ -6811,6 +6812,10 @@ The valid information types are: 32 - Whether or not the waiting room is full. 33 - Whether the amount of users in the waiting room is higher than the trigger number. + 34 - Minimum Base Level to enter waiting room. + 35 - Maximum Base Level to enter waiting room. + 36 - Minimum Zeny to enter waiting room. + --------------------------------------- |