summaryrefslogtreecommitdiff
path: root/db/pre-re
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-02 20:45:20 -0300
committershennetsind <ind@henn.et>2013-04-02 20:45:20 -0300
commit80e90568f0e20766ae4b753395d968bd7a1764f9 (patch)
tree737d35ca217b88c792ad30bef81196437806c916 /db/pre-re
parent98b26ebbe6b4df336cfccc38821b7a52d5980d01 (diff)
downloadhercules-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/pre-re')
-rw-r--r--db/pre-re/map_zone_db.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf
index 36659ac87..5ee8ba0b1 100644
--- a/db/pre-re/map_zone_db.conf
+++ b/db/pre-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"