diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-27 03:51:06 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-27 03:51:06 -0200 |
commit | 32a2ffa692cc3552db030faff5774eb9ce5c135b (patch) | |
tree | 17d8322797b779588e6fbd61463eec3cea094fcb /db/re/item_db.conf | |
parent | 6b3eb4a22ef24856230176d4426b177cc160d51e (diff) | |
download | serverdata-32a2ffa692cc3552db030faff5774eb9ce5c135b.tar.gz serverdata-32a2ffa692cc3552db030faff5774eb9ce5c135b.tar.bz2 serverdata-32a2ffa692cc3552db030faff5774eb9ce5c135b.tar.xz serverdata-32a2ffa692cc3552db030faff5774eb9ce5c135b.zip |
Disable flee when using bows
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 478463c98..c52cbc5d2 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10530,6 +10530,9 @@ item_db: ( Id6506: 1 Id6507: 1 } + Script: <" + bonus bFleeRate,-100; + "> }, { Id: 6001 @@ -10556,6 +10559,9 @@ item_db: ( Id6506: 1 Id6507: 1 } + Script: <" + bonus bFleeRate,-100; + "> }, { Id: 6002 @@ -10581,6 +10587,9 @@ item_db: ( Id6506: 1 Id6507: 1 } + Script: <" + bonus bFleeRate,-100; + "> }, { Id: 6003 @@ -10607,6 +10616,9 @@ item_db: ( Id6506: 1 Id6507: 1 } + Script: <" + bonus bFleeRate,-100; + "> }, { Id: 6004 @@ -10633,6 +10645,9 @@ item_db: ( Id6506: 1 Id6507: 1 } + Script: <" + bonus bFleeRate,-100; + "> }, { Id: 6005 @@ -10659,6 +10674,9 @@ item_db: ( Id6506: 1 Id6507: 1 } + Script: <" + bonus bFleeRate,-100; + "> }, { Id: 6006 @@ -10687,6 +10705,7 @@ item_db: ( } Script: <" bonus bHPDrainValue,-15; + bonus bFleeRate,-100; "> }, { |