diff options
author | Haru <haru@dotalux.com> | 2017-04-24 18:02:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 18:02:05 +0200 |
commit | bef73e430775667740df6f3db25bb810ac50c31b (patch) | |
tree | b870735968c8898b614fca5339e12a375465a973 /conf | |
parent | ab31b1129b0015559137509e0c3099386f1a69ee (diff) | |
parent | e6c0203a6da6930d9c4a2b762190cd0428e106ca (diff) | |
download | hercules-bef73e430775667740df6f3db25bb810ac50c31b.tar.gz hercules-bef73e430775667740df6f3db25bb810ac50c31b.tar.bz2 hercules-bef73e430775667740df6f3db25bb810ac50c31b.tar.xz hercules-bef73e430775667740df6f3db25bb810ac50c31b.zip |
Merge pull request #1705 from Jedzkie/14-SC_ALL_RIDING
Removed hard coded values on @cashmount and setcashmount.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/items.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf index 3c9ba71e9..c7aa99245 100644 --- a/conf/map/battle/items.conf +++ b/conf/map/battle/items.conf @@ -118,3 +118,7 @@ unequip_restricted_equipment: 0 // When unequip a bow with arrow equipped, it also unequip the arrow? // Default: true (Official behavior, applies only in Renewal) bow_unequip_arrow: true + +// How much should rental mounts increase a player's movement speed? (Note 2) +// Official: 25 (Default) +boarding_halter_speed: 25 |