diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-18 21:44:52 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-18 21:44:52 +0000 |
commit | 26a4e327cf0797fc8922a5b45b07ded3206edc7e (patch) | |
tree | bfa50b53d1b6edb95f61aaa2a2e223199c4effce /conf | |
parent | 2916a789ab7aac20df1c061ad69a8aaf6ea3c2c3 (diff) | |
download | hercules-26a4e327cf0797fc8922a5b45b07ded3206edc7e.tar.gz hercules-26a4e327cf0797fc8922a5b45b07ded3206edc7e.tar.bz2 hercules-26a4e327cf0797fc8922a5b45b07ded3206edc7e.tar.xz hercules-26a4e327cf0797fc8922a5b45b07ded3206edc7e.zip |
- Fixed the config description for 'random_monster_checklv' (follow up to r13952). (bugreport:3378)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13954 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/items.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/battle/items.conf b/conf/battle/items.conf index 403364231..3533a3eb7 100644 --- a/conf/battle/items.conf +++ b/conf/battle/items.conf @@ -54,8 +54,10 @@ produce_item_name_input: 0x03 // Is a monster summoned via dead branch aggressive? (Note 1) dead_branch_active: yes -// Are summoned monsters level greater then your base level? (dead branches) (Note 1) -random_monster_checklv: yes +// Should summoned monsters check the player's base level? (dead branches) (Note 1) +// On officials this is no - monsters summoned from dead/bloody branches can be ANY level. +// Change to 'yes' to only summon monsters less than or equal to their base level. +random_monster_checklv: no // Can any player equip any item regardless of the gender restrictions // NOTE: Wedding Rings and Whips/Musical Instruments will check gender regardless of setting. |