From b5027d7107db3d5cffcaa9fa09ddce6476d43093 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Mar 2019 11:51:54 -0300 Subject: 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 --- db/re/item_db.conf | 24 ++++++++++++------------ 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; -- cgit v1.2.3-70-g09d2