summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/lieutenantdausen.txt2
-rw-r--r--npc/functions/clientversion.txt2
2 files changed, 4 insertions, 0 deletions
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;
}