summaryrefslogtreecommitdiff
path: root/npc/012-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-19 13:37:59 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-19 13:37:59 -0200
commitc2fcc0bf61dc32a822f4e55c7945a08b870e9411 (patch)
treef378b343220290fbea82180ec7a3aec216136dca /npc/012-2
parent48045d0a02ede4078fcedc8836910d9e171f3547 (diff)
downloadserverdata-c2fcc0bf61dc32a822f4e55c7945a08b870e9411.tar.gz
serverdata-c2fcc0bf61dc32a822f4e55c7945a08b870e9411.tar.bz2
serverdata-c2fcc0bf61dc32a822f4e55c7945a08b870e9411.tar.xz
serverdata-c2fcc0bf61dc32a822f4e55c7945a08b870e9411.zip
Finish quest experience rebalancing with formula/eye as asked by players.
Other than Helena's daily quest, all the 53 remaining quest are ok.
Diffstat (limited to 'npc/012-2')
-rw-r--r--npc/012-2/helena.txt8
1 files changed, 4 insertions, 4 deletions
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;