From fb1e0ff1fb23cf71a43827290b9ccf3766b6b37a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 4 Dec 2022 17:41:49 -0300 Subject: Don't be greedy, Dausen --- npc/003-1/lieutenantdausen.txt | 2 ++ npc/functions/clientversion.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 57a1a39b7..3f8278c5b 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -165,10 +165,12 @@ function DausenMobTutorial { next; mesn; mesq l("I don't know what you did, but both the Ducks and Blubs did got scared. I thank you in the name of the city guard. Please come back later."); + inventoryplace SulfurPowder, 1; setq TulimsharQuest_MobTutorial, 4, 0; // 30% of exp values getexp 210, 0; Zeny+=700; + getitem SulfurPowder, 1; close; } // Quest Body diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 3f7d0abde..c97a87034 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1086,6 +1086,8 @@ function script clientupdater { getitem TrainingArrow, 220; if (getq3(TulimsharQuest_Swezanne) > 30) getitem MercCard_Swezanne, 9 * (getq3(TulimsharQuest_Swezanne)/30); + if (getq(TulimsharQuest_MobTutorial) >= 4) + getitem SulfurPowder, 1; if (getq(TulimsharQuest_MobTutorial) >= 8) getitem SulfurPowder, 3; } -- cgit v1.2.3-60-g2f50