diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-11 10:50:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-11 10:50:51 -0300 |
commit | 36e1cef51daaeeb9023a34c4679534fe16eb1e1b (patch) | |
tree | 5bf474df16fad6ab354737cdfc65cfc87b8d5d03 | |
parent | 5983997c710486a326789b43cbd9de557909c5c1 (diff) | |
download | serverdata-36e1cef51daaeeb9023a34c4679534fe16eb1e1b.tar.gz serverdata-36e1cef51daaeeb9023a34c4679534fe16eb1e1b.tar.bz2 serverdata-36e1cef51daaeeb9023a34c4679534fe16eb1e1b.tar.xz serverdata-36e1cef51daaeeb9023a34c4679534fe16eb1e1b.zip |
Mounts walk speed acceleration will now be determined without a configure :<
-rw-r--r-- | conf/map/battle/items.conf | 2 | ||||
-rw-r--r-- | db/re/item_db.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf index a5c62645d..e6d881a73 100644 --- a/conf/map/battle/items.conf +++ b/conf/map/battle/items.conf @@ -118,7 +118,7 @@ bow_unequip_arrow: false // How much should rental mounts increase a player's movement speed? (Note 2) // Official: 25 (Default) -boarding_halter_speed: 25 +boarding_halter_speed: 0 // Allow to use items when the storage is open? // Official: false (Default) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 03514a4a4..2c6ba9da0 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3228,6 +3228,7 @@ item_db: ( bonus bHitRate,-30; bonus bCritical,25; bonus bNoKnockback,0; + bonus bSpeedAddRate,25; /* We can use them to protect mount from bows, for example bonus bNearAtkDef,-50; bonus bLongAtkDef,-50; |