diff options
author | shennetsind <ind@henn.et> | 2013-04-02 20:45:20 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-02 20:45:20 -0300 |
commit | 80e90568f0e20766ae4b753395d968bd7a1764f9 (patch) | |
tree | 737d35ca217b88c792ad30bef81196437806c916 /db/re | |
parent | 98b26ebbe6b4df336cfccc38821b7a52d5980d01 (diff) | |
download | hercules-80e90568f0e20766ae4b753395d968bd7a1764f9.tar.gz hercules-80e90568f0e20766ae4b753395d968bd7a1764f9.tar.bz2 hercules-80e90568f0e20766ae4b753395d968bd7a1764f9.tar.xz hercules-80e90568f0e20766ae4b753395d968bd7a1764f9.zip |
Introducing New/Official Mapflag: noknockback
Used officially in gvg and battleground maps (implemented under their respective zones)
Special Thanks to Muad_Dib!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/map_zone_db.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 36659ac87..5ee8ba0b1 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -81,7 +81,8 @@ zones: ( Pty_Assumptio_Scroll: true } /* 5 second duration increase on GvG */ - mapflags: ( "invincible_time_inc 5000" ) + /* knockback disabled */ + mapflags: ( "invincible_time_inc 5000", "noknockback" ) }, { /* Battlegrounds zone is applied to all maps with a battlegrounds mapflag */ @@ -126,6 +127,8 @@ zones: ( Assumptio_5_Scroll: true Pty_Assumptio_Scroll: true } + /* knockback disabled */ + mapflags: ( "noknockback" ) }, { name: "Aldebaran Turbo Track" |