diff options
author | shennetsind <ind@henn.et> | 2013-04-02 20:38:36 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-02 20:38:36 -0300 |
commit | 98b26ebbe6b4df336cfccc38821b7a52d5980d01 (patch) | |
tree | 7a2bd4150ad36a5e2475a8e63a254b27a6ec72bc /db | |
parent | 18e72749f736e05a7a40b25383faa5c9d12f815e (diff) | |
download | hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.gz hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.bz2 hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.xz hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.zip |
Introducing New/Official mapflag: invincible_time_inc
Used officially in gvg maps (Implemented under GvG zone)
Special Thanks to Muad_Dib!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/map_zone_db.conf | 4 | ||||
-rw-r--r-- | db/re/map_zone_db.conf | 4 |
2 files changed, 8 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 */ diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 738e4d3da..36659ac87 100644 --- a/db/re/map_zone_db.conf +++ b/db/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 */ |