diff options
Diffstat (limited to 'npc/003-10/kreist.txt')
-rw-r--r-- | npc/003-10/kreist.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 58b373abc..510574a98 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -77,6 +77,11 @@ L_QuestMaster: mesn l("Kreist, Taskmaster"); mesq l("Good job, you've killed the 100 @@ and reported back in time!", getmonsterlink(.@q2)); next; + inventoryplace MercBoxA, 1; + if (MERCENARY_DAILYQUEST == 100) { + inventoryplace BountyHunterHelmet, 1; + getitem BountyHunterHelmet, 1; + } mesn l("Kreist, Taskmaster"); mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!"); Zeny+=.@lv*40; |