From b908bec2b60260029f780b68671eba170f403a9e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Jun 2019 16:54:31 -0300 Subject: Tulimshar Guard House may give you a Mercenary Boxset Standard every 5 completions. Quest is daily, so in average you get 1 each 2 days. It will usually have a 1* or 2* but can be any rarity if you have level. --- npc/003-10/kreist.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/003-10') 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; } -- cgit v1.2.3-60-g2f50