diff options
Diffstat (limited to 'db/pre-re/map_zone_db.conf')
-rw-r--r-- | db/pre-re/map_zone_db.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf index 738e4d3da..36659ac87 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -17,6 +17,8 @@ //= '<map name><tab>mapflag<tab>zone<tab><zone name>' //== available types for 'disabled_skills': //= PLAYER, HOMUN, MERCENARY, MONSTER, ALL and NONE +//== More on +//= http://hercules.ws/board/topic/302-introducing-hercules-map-zone-database/ zones: ( { /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ @@ -78,6 +80,8 @@ zones: ( Greed_Scroll: true Pty_Assumptio_Scroll: true } + /* 5 second duration increase on GvG */ + mapflags: ( "invincible_time_inc 5000" ) }, { /* Battlegrounds zone is applied to all maps with a battlegrounds mapflag */ |