From c2fcc0bf61dc32a822f4e55c7945a08b870e9411 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 13:37:59 -0200 Subject: Finish quest experience rebalancing with formula/eye as asked by players. Other than Helena's daily quest, all the 53 remaining quest are ok. --- npc/012-2/helena.txt | 8 ++++---- npc/functions/clientversion.txt | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 0e9268793..9c07a0f8d 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -51,7 +51,7 @@ L_Daily: delitem TreasureKey, 5; Zeny=Zeny+600; // 600/550 = 9.09% bonus //Zeny=Zeny+800; // 800/550 = 45.45% bonus - getexp 100, 0; + getexp 2000, 0; $HELENA_ST=$HELENA_ST+1; mesn; mesq l("Many thanks! %%s"); @@ -61,7 +61,7 @@ L_Daily: setq3 HurnscaldQuest_Bandits, santime()+(60*60*24); delitem BanditHood, 5; Zeny=Zeny+250; // 250/155 = 61.29% bonus - getexp 300, 5; + getexp 3000, 5; mesn; mesq l("Many thanks! %%s"); next; @@ -133,7 +133,7 @@ L_Return: close; delitem TreasureKey, 5; Zeny=Zeny+1000; - getexp 6842,0; // 20% from needed exp + getexp 1599,0; // 20% from needed exp setq HurnscaldQuest_Bandits, 2; mesn; mesq l("Hey hey... Good job! We can now use again the stuff we recovered from the bandits."); @@ -203,7 +203,7 @@ L_Hood: inventoryplace LeatherPatch, 1; delitem BanditHood, 10; Zeny=Zeny+2000; - getexp 1599,0; // 20% from needed exp + getexp 6842,0; // 20% from needed exp getitem LeatherPatch, 1; setq HurnscaldQuest_Bandits, 4; mesn; diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index b83b929e9..32a19b0bc 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -64,6 +64,8 @@ function script checkclientversion { getexp 1500, 0; if (getq(HalinarzoQuest_TraderKing) >= 2) getexp 5000, 0; + if (getq(HurnscaldQuest_Bandits) >= 8) + getexp 1000, 0; //getexp 5000, 0; dispbottom l("Your experience level has been updated."); } -- cgit v1.2.3-60-g2f50