diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-2/helena.txt | 8 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
2 files changed, 6 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; 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."); } |