From 75dc7f31e327f0ca19da493b2b4ef02031131b3c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Jul 2019 13:53:02 -0300 Subject: You can now get Bounty Hunter Helmet after completing 100 bounties at Tulimshar Guard House --- npc/003-10/kreist.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50