diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-21 17:04:23 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-21 17:04:23 +0000 |
commit | 52ae0384d046cc52800ba70b36e10b154c5b8e87 (patch) | |
tree | 8f68a26e9ced8df65080448c04843e281b24ea82 /doc/script_commands.txt | |
parent | c4b26531048748486d63fe40305b5c00e6895f02 (diff) | |
download | hercules-52ae0384d046cc52800ba70b36e10b154c5b8e87.tar.gz hercules-52ae0384d046cc52800ba70b36e10b154c5b8e87.tar.bz2 hercules-52ae0384d046cc52800ba70b36e10b154c5b8e87.tar.xz hercules-52ae0384d046cc52800ba70b36e10b154c5b8e87.zip |
- Fixed check quest in Brasilis puppy quest. bugreport:5376
- An little update to the new script command "instance_check_party" in script_commands.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16136 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 54573dad9..1c9e254b2 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -1,4 +1,4 @@ -//===== Athena Doc =========================================== +//===== rAthena Doc =========================================== //= rAthena Script Commands //===== By: ================================================== //= rAthena Dev Team @@ -7152,7 +7152,6 @@ amount : Amount of needed Partymembers for the Instance. [Optional Parameter] min : Minimum Level needed to join the Instance. [Optional Parameter] max : Maxium Level allowed to join the Instance. [Optional Parameter] -If no Party ID is given the party of the currently attached player will be used. If no amount is given the Memorial Dungeon will of course at least need 1 Player to enter. If no min Level requirement is given, the Player has at least to be Level 1 to enter the Memorial Dungeon. If no max Level requirement is given, every Player can enter which is not above your Max. Level setting in the configuration files of your Server. |