diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 13:57:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 13:57:59 -0300 |
commit | a7644cff4f703d13600300b777c7a87c2108cecc (patch) | |
tree | f072a41e969aa81125cc127ed1a58a29b6feb030 /db | |
parent | 2ddb9cf07b3616b28f65f23a6f1772f0b0e5c094 (diff) | |
download | serverdata-a7644cff4f703d13600300b777c7a87c2108cecc.tar.gz serverdata-a7644cff4f703d13600300b777c7a87c2108cecc.tar.bz2 serverdata-a7644cff4f703d13600300b777c7a87c2108cecc.tar.xz serverdata-a7644cff4f703d13600300b777c7a87c2108cecc.zip |
ZONE the map areas, so there's no penalty.
....and a few measures against a certain GM we all love. :inGame__4:
Diffstat (limited to 'db')
-rw-r--r-- | db/re/map_zone_db.conf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 526a2c7f5..4cb1183a8 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -52,6 +52,7 @@ zones: ( //heal: 70 accinfo: 100 doom: 100 + recallall: 100 } skill_damage_cap: { //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage, @@ -85,6 +86,54 @@ zones: ( } }, { + /* MMO Zone is not the place for GMs to mess with. */ + name: "MMO" + + disabled_skills: { + } + + disabled_items: { + } + + mapflags: ( + "nopenalty", + ) + + /* "command:min-group-lv-to-override" e.g. "heal: 70" */ + disabled_commands: { + //spawn: 100 + monster: 100 + item: 100 + summon: 100 + killer: 100 + pvpon: 100 + pvpoff: 100 + clone: 100 + slaveclone: 100 + evilclone: 100 + monstersmall: 100 + monsterbig: 100 + save: 100 + raisemap: 100 + doommap: 100 + killmonster: 100 + killmonster2: 100 + kill: 100 + nuke: 100 + setbattleflag: 100 + cvcon: 100 + cvcoff: 100 + addwarp: 100 + mapflag: 100 + gvgon: 100 + gvgoff: 100 + skillon: 100 + skilloff: 100 + } + skill_damage_cap: { + } +}, +{ /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ /* However, it wont be applied to maps with its own zones (specified thru mapflag) */ name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */ |