summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-01-21 21:41:47 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2013-01-21 22:18:15 +0100
commit2dc34d78a7653959711064f4a89d381dc032a71e (patch)
tree7397ef7c7b97a2a655561af141e41edc52285880
parent855c41212f67d7b9bbea6d91eae5f66813b0d07c (diff)
downloadserverdata-2dc34d78a7653959711064f4a89d381dc032a71e.tar.gz
serverdata-2dc34d78a7653959711064f4a89d381dc032a71e.tar.bz2
serverdata-2dc34d78a7653959711064f4a89d381dc032a71e.tar.xz
serverdata-2dc34d78a7653959711064f4a89d381dc032a71e.zip
Reorganization of global variables: reduce number of entries in Fluffy Hunting list.
The entries in the later positions of the array aren't cleared yet. This will be done in a later commit.
-rw-r--r--world/map/db/const.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt
index 268fdcda..6e5f4803 100644
--- a/world/map/db/const.txt
+++ b/world/map/db/const.txt
@@ -115,10 +115,10 @@ bAddSize 1009 // +x% physical damage against a n size (bAddSize,
bSubEle 1010 // +x% damage reduction against a n element (bSubEle,n,x;).
bSubRace 1011 // +x% damage reduction against race n (bSubRace,n,x;).
bAddEff 1012 // Adds a 1/100x% chance to cause effect e to the target when attacking (bAddEff,e,x;).
-bResEff 1013 // Adds a 1/100x% tolerance to an effect (bResEff,e,x;).
+bResEff 1013 // Adds a 1/100x% tolerance to an effect (bResEff,e,x;).
bBaseAtk 1014 // A n bonus to the basic attack power (bBaseAtk,n;).
bAspdRate 1015 // +n% attack speed (bAspdRate,n;).
-bHPrecovRate 1016 // Natural HP recovery ratio increased of n% (bHPrecovRate,n;).
+bHPrecovRate 1016 // Natural HP recovery ratio increased of n% (bHPrecovRate,n;).
bSPrecovRate 1017 // Natural SP recovery ratio increased of n% (bSPrecovRate,n;).
bSpeedRate 1018 // Moving speed increased of n% and only the highest among all is applied (bSpeedRate,n;).
bCriticalDef 1019 // Decreases the chance of being hit by critical hits of n% (bCriticalDef,n;).
@@ -632,4 +632,5 @@ OPT_STORAGE_CLOSE 1
OPT_BANK_CLOSE 2
// Currently used by the fluffy hunt (033-1).
-MAX_HIGH_SCORES 10
+// starts counting with 0
+MAX_HIGH_SCORES 4