From 36e1cef51daaeeb9023a34c4679534fe16eb1e1b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 11 Jun 2019 10:50:51 -0300 Subject: Mounts walk speed acceleration will now be determined without a configure :< --- conf/map/battle/items.conf | 2 +- db/re/item_db.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50