diff options
-rw-r--r-- | npc/003-10/kreist.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 0700f6e27..ac6fe608d 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -72,6 +72,10 @@ L_QuestMaster: Zeny+=.@lv*5; getexp BaseLevel*.@lv, .@lv; setq2 .@q, 0; + MERCENARY_DAILYQUEST+=1; + if (MERCENARY_DAILYQUEST % 5 == 0) { + getitem MercBoxA, 1; + } close; } |