diff options
author | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-22 20:29:21 +0000 |
---|---|---|
committer | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-22 20:29:21 +0000 |
commit | 82ff3a436ba443d297ab140a89346375d2c5e26d (patch) | |
tree | 92dde31199c78e9902aa81f493bd994d1d49aff4 /conf-tmpl/battle_athena.conf | |
parent | 41d5281415182c60fa27422e84a8f8a7b87c2e46 (diff) | |
download | hercules-82ff3a436ba443d297ab140a89346375d2c5e26d.tar.gz hercules-82ff3a436ba443d297ab140a89346375d2c5e26d.tar.bz2 hercules-82ff3a436ba443d297ab140a89346375d2c5e26d.tar.xz hercules-82ff3a436ba443d297ab140a89346375d2c5e26d.zip |
Changed monster_ignore_gm option to a level value.
(accounts greater than or equal to this setting won't be attacked by aggressives.)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@324 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle_athena.conf')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index 9c1a56bfb..2bfb84fe7 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -630,8 +630,9 @@ maximum_level: 255 // Example 2 : Setting 100 with 99 luk would add 99 to the drop rate. drops_by_luk: 0 -// Do all monsters ignore GMs unless attacked? (Note 1) -monsters_ignore_gm: no +// Do all monsters ignore GMs unless attacked? (Set to minimum level required for GMs not to be attacked, +// 0 means no one on server will be attacked) +monsters_ignore_gm: 100 // Turn equipment breaking on. (Note 1) // Turning this one will allow equipment to break in battles, |