diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-04 17:41:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-04 17:41:49 -0300 |
commit | fb1e0ff1fb23cf71a43827290b9ccf3766b6b37a (patch) | |
tree | 3260f777246e1e4094ac343387cc5a2190e65673 /npc | |
parent | f5b381eee17515ebe0f45479de2d740c1d2321e2 (diff) | |
download | serverdata-fb1e0ff1fb23cf71a43827290b9ccf3766b6b37a.tar.gz serverdata-fb1e0ff1fb23cf71a43827290b9ccf3766b6b37a.tar.bz2 serverdata-fb1e0ff1fb23cf71a43827290b9ccf3766b6b37a.tar.xz serverdata-fb1e0ff1fb23cf71a43827290b9ccf3766b6b37a.zip |
Don't be greedy, Dausen
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
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; } |