diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-01 11:51:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-01 11:51:54 -0300 |
commit | b5027d7107db3d5cffcaa9fa09ddce6476d43093 (patch) | |
tree | 95d283d59bd4e8e55e234c1876951dc2b30d5e18 | |
parent | 46c45f25ed776881bb90181b358a3d3343ce01a1 (diff) | |
download | serverdata-b5027d7107db3d5cffcaa9fa09ddce6476d43093.tar.gz serverdata-b5027d7107db3d5cffcaa9fa09ddce6476d43093.tar.bz2 serverdata-b5027d7107db3d5cffcaa9fa09ddce6476d43093.tar.xz serverdata-b5027d7107db3d5cffcaa9fa09ddce6476d43093.zip |
Double effect of move rate changes. This means you can go from -20% to +7% iirc
(being that, 180ms to 140ms, being 150 the default). Might need rebalance
-rw-r--r-- | db/re/item_db.conf | 24 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 5 |
2 files changed, 15 insertions, 14 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b7a947c7d..bb9cf255f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5751,7 +5751,7 @@ item_db: ( Refine: true ViewSprite: 1306 Script: <" - bonus bSpeedAddRate, -5; + bonus bSpeedAddRate, -10; "> }, { @@ -5849,7 +5849,7 @@ item_db: ( Refine: true ViewSprite: 1310 Script: <" - bonus bSpeedAddRate, -1; + bonus bSpeedAddRate, -2; "> }, { @@ -5883,7 +5883,7 @@ item_db: ( Refine: true ViewSprite: 1312 Script: <" - bonus bSpeedAddRate, -3; + bonus bSpeedAddRate, -6; "> }, { @@ -6316,7 +6316,7 @@ item_db: ( Refine: true ViewSprite: 1328 Script: <" - bonus bSpeedAddRate, -2; + bonus bSpeedAddRate, -4; "> }, { @@ -6333,7 +6333,7 @@ item_db: ( Refine: true ViewSprite: 1329 Script: <" - bonus bSpeedAddRate, -5; + bonus bSpeedAddRate, -10; "> }, { @@ -6836,7 +6836,7 @@ item_db: ( Refine: false ViewSprite: 1818 Script: <" - bonus bSpeedAddRate,1; + bonus bSpeedAddRate,2; "> }, // Gloves @@ -8207,7 +8207,7 @@ item_db: ( Refine: false ViewSprite: 2906 Script: <" - bonus bSpeedAddRate, -3; + bonus bSpeedAddRate, -6; "> }, { @@ -8302,7 +8302,7 @@ item_db: ( id5021: 1 } Script: <" - bonus bSpeedAddRate, -1; + bonus bSpeedAddRate, -2; "> }, { @@ -8333,7 +8333,7 @@ item_db: ( Refine: false ViewSprite: 2911 Script: <" - bonus bSpeedAddRate, -1; + bonus bSpeedAddRate, -2; "> }, { @@ -8538,7 +8538,7 @@ item_db: ( Refine: false ViewSprite: 2920 Script: <" - bonus bSpeedAddRate, -2; + bonus bSpeedAddRate, -4; "> }, { @@ -8642,7 +8642,7 @@ item_db: ( Refine: false ViewSprite: 2927 Script: <" - bonus bSpeedAddRate, -5; + bonus bSpeedAddRate, -10; "> }, { @@ -8902,7 +8902,7 @@ item_db: ( Refine: false ViewSprite: 2942 Script: <" - bonus bSpeedAddRate, -2; + bonus bSpeedAddRate, -4; "> }, { diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 06f02fe98..affd5cf50 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -284,7 +284,7 @@ OnInit: htput($@CONTRIBUTORS, "saulc", 12500); htput($@CONTRIBUTORS, "lawncable", 1600); htput($@CONTRIBUTORS, "polaczka", 700); - htput($@CONTRIBUTORS, "crazyfefe", 641); + htput($@CONTRIBUTORS, "crazyfefe", 671); htput($@CONTRIBUTORS, "4144", 550); htput($@CONTRIBUTORS, "mishana", 500); htput($@CONTRIBUTORS, "soren", 450); @@ -300,13 +300,14 @@ OnInit: htput($@CONTRIBUTORS, "xanthem", 46); htput($@CONTRIBUTORS, "liangtai", 36); htput($@CONTRIBUTORS, "msawis", 30); + htput($@CONTRIBUTORS, "xanthem", 28); htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 22); - htput($@CONTRIBUTORS, "xanthem", 18); htput($@CONTRIBUTORS, "aisen", 8); htput($@CONTRIBUTORS, "john h", 2); htput($@CONTRIBUTORS, "krists", 2); htput($@CONTRIBUTORS, "filhote", 1); + htput($@CONTRIBUTORS, "arthur", 1); //htput($@CONTRIBUTORS, "", 1); end; |