diff options
Diffstat (limited to 'npc/012-2/helena.txt')
-rw-r--r-- | npc/012-2/helena.txt | 8 |
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; |