diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1-1/main.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt index e2df6a55a..578b2ba23 100644 --- a/npc/005-1-1/main.txt +++ b/npc/005-1-1/main.txt @@ -254,6 +254,13 @@ OnFinish: } else { setq2 CandorQuest_Marggo, gettimetick(2) + 900; // 15 minutes cooldown Zeny += .@ratio; + // You get a beer every 2 perfect runs + if (.@ratio >= 95) { + .@q3 = getq3(CandorQuest_Marggo); + setq3 CandorQuest_Marggo, .@q3 + 1; + if ((.@q3 % 2) == 0) + getitem Beer, 1; + } } mesn l("Nylo"); mes l("Thanks for the help!"); |