- 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://svn.code.sf.net/p/rathena/svn/trunk@16136 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
masao87 2012-05-21 17:04:23 +00:00
parent 5b9994b9ec
commit c3bbe80dae
2 changed files with 302 additions and 471 deletions

View File

@ -1,4 +1,4 @@
//===== Athena Doc =========================================== //===== rAthena Doc ===========================================
//= rAthena Script Commands //= rAthena Script Commands
//===== By: ================================================== //===== By: ==================================================
//= rAthena Dev Team //= 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] min : Minimum Level needed to join the Instance. [Optional Parameter]
max : Maxium Level allowed 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 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 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. 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.

File diff suppressed because it is too large Load Diff