summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2023-01-22 17:19:57 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2023-01-22 17:19:57 +0000
commite5f1181ae5d0e9f1f2f511a75c134a92c25658f9 (patch)
tree86e949de5e19b2ee407d17358c9029bfcf3d1c3b
parentab188fa803f11574d2cf3f749da4c9c2ac840dba (diff)
parent0fd2183b2dd042ee40799ad4b4aed3ba4fae9842 (diff)
downloadserverdata-e5f1181ae5d0e9f1f2f511a75c134a92c25658f9.tar.gz
serverdata-e5f1181ae5d0e9f1f2f511a75c134a92c25658f9.tar.bz2
serverdata-e5f1181ae5d0e9f1f2f511a75c134a92c25658f9.tar.xz
serverdata-e5f1181ae5d0e9f1f2f511a75c134a92c25658f9.zip
Merge branch 'bonus' into 'master'
bSpeedCap See merge request legacy/serverdata!627
-rw-r--r--world/map/db/const.txt2
-rw-r--r--world/map/db/params.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt
index e345841f..f277da84 100644
--- a/world/map/db/const.txt
+++ b/world/map/db/const.txt
@@ -502,6 +502,8 @@ MOB_DROPARRAYS_PERCENTS 2
MOB_MAXDROPS 10
+DEFAULT_WALK_SPEED 150
+
// API Export Protocols
API_VAULT 607
API_SENDMAIL 501
diff --git a/world/map/db/params.txt b/world/map/db/params.txt
index dce59466..62592a09 100644
--- a/world/map/db/params.txt
+++ b/world/map/db/params.txt
@@ -4,6 +4,7 @@
// TODO finish that list and add comments
// TODO refactor: make the names match their SP:: counterpart <== halfway done
+SPEED 0 1
BASEEXP 1 1
JOBEXP 2 1
Hp 5 1
@@ -173,3 +174,4 @@ bSPDrainRate 1062 // Adds a n/10% chance to receive x% of dealed dam
//bAgiVit 1071 // Adds a n number in Agility and Vitality (bAgiVit,n;).
//bAgiDexStr 1072 // Adds a n number in Agility, Dexterity and Strengh (bAgiDexStr,n;).
//bPerfectHide 1073 // A hidden character is no longer detected by monsters with 'detector' mode (bPerfectHide,1;).
+bSpeedCap 1087 // Caps speed to a certain value, faster is not posible but slower yes, if this bonus is on multiple items the highest value (slowest speed) is used