diff options
author | Emistry <Equinox1991@gmail.com> | 2015-09-06 06:49:44 +0800 |
---|---|---|
committer | Emistry <Equinox1991@gmail.com> | 2015-09-06 06:49:44 +0800 |
commit | c3ce0fb9b04d4c51d632c21f24f7a348c2681bf2 (patch) | |
tree | 6ca80d144a125a3b5a8012da64bcc0b99cad930c /doc | |
parent | 1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1 (diff) | |
download | hercules-c3ce0fb9b04d4c51d632c21f24f7a348c2681bf2.tar.gz hercules-c3ce0fb9b04d4c51d632c21f24f7a348c2681bf2.tar.bz2 hercules-c3ce0fb9b04d4c51d632c21f24f7a348c2681bf2.tar.xz hercules-c3ce0fb9b04d4c51d632c21f24f7a348c2681bf2.zip |
Revert "Updated getwaitingroomstate() script command."
This reverts commit 1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 146e58a45..9d3673490 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6798,8 +6798,7 @@ if any. The valid information types are: - 0 - Number of users currently in the waiting room - $@chatmembers[] - list of user account_id + 0 - Number of users currently chatting. 1 - Maximum number of users allowed. 2 - Will return 1 if the waiting room has a trigger set. 0 otherwise. @@ -6812,10 +6811,6 @@ 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. - --------------------------------------- |