diff options
Diffstat (limited to 'npc/012-2/helena.txt')
-rw-r--r-- | npc/012-2/helena.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 9c07a0f8d..cb3fdb2f2 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -52,7 +52,7 @@ L_Daily: Zeny=Zeny+600; // 600/550 = 9.09% bonus //Zeny=Zeny+800; // 800/550 = 45.45% bonus getexp 2000, 0; - $HELENA_ST=$HELENA_ST+1; + $HELENA_ST=$HELENA_ST+2; mesn; mesq l("Many thanks! %%s"); next; @@ -62,6 +62,7 @@ L_Daily: delitem BanditHood, 5; Zeny=Zeny+250; // 250/155 = 61.29% bonus getexp 3000, 5; + $HELENA_ST=$HELENA_ST+1; mesn; mesq l("Many thanks! %%s"); next; |