diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:00:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:00:07 -0300 |
commit | 742a586d6beac4a8da08e2a649610f37a385bf6f (patch) | |
tree | b39543f0f525d6cb4c5546569249c64f151ed157 /npc | |
parent | 0c8d17cf879230edaa933381334d0c9e85fb713a (diff) | |
download | serverdata-742a586d6beac4a8da08e2a649610f37a385bf6f.tar.gz serverdata-742a586d6beac4a8da08e2a649610f37a385bf6f.tar.bz2 serverdata-742a586d6beac4a8da08e2a649610f37a385bf6f.tar.xz serverdata-742a586d6beac4a8da08e2a649610f37a385bf6f.zip |
Timing on Helena Daily Quest Repeat
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-2/helena.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 7478a4b32..5f81bfcd9 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -39,7 +39,7 @@ L_Daily: .@h=getq3(HurnscaldQuest_Bandits); mesn; mesq l("Ah, @@, my friend! Are you here to help us with 5 @@? Or perhaps you have 5 more @@ to show that Hurnscald is getting safer?", strcharinfo(0), getitemlink(TreasureKey), getitemlink(BanditHood)); - next; + mes ""; select rif(.@k < gettimetick(2) && countitem(TreasureKey) >= 5, l("I have 5 Treasure keys with me.")), rif(.@h < gettimetick(2) && countitem(BanditHood) >= 5, l("I have 5 Bandit Hoods with me.")), @@ -53,12 +53,18 @@ L_Daily: //Zeny=Zeny+800; // 800/550 = 45.45% bonus getexp 100, 0; $HELENA_ST=$HELENA_ST+1; + mesn; + mesq l("Many thanks! %%s"); + next; goto L_Daily; case 2: setq3 HurnscaldQuest_Bandits, gettimetick(2)+(60*60*24); delitem BanditHood, 5; Zeny=Zeny+250; // 250/155 = 61.29% bonus getexp 300, 5; + mesn; + mesq l("Many thanks! %%s"); + next; goto L_Daily; } close; |