diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-20 20:49:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-20 20:49:54 -0300 |
commit | 9051efd681bc7ffb7a9764d44c7a5afaa5ab3997 (patch) | |
tree | 1e7aa24fa31322b683ecddd53d3352cbcdba0455 /npc | |
parent | 70e6a1bff6275a822b86727bb74c7513846614d3 (diff) | |
download | serverdata-9051efd681bc7ffb7a9764d44c7a5afaa5ab3997.tar.gz serverdata-9051efd681bc7ffb7a9764d44c7a5afaa5ab3997.tar.bz2 serverdata-9051efd681bc7ffb7a9764d44c7a5afaa5ab3997.tar.xz serverdata-9051efd681bc7ffb7a9764d44c7a5afaa5ab3997.zip |
Fix bugs at Dausen
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 2c6cf313d..44b410dcf 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -79,21 +79,21 @@ // Reward for quest completion L_Reward: - mesn; - mesq l("Thank you, here is your reward."); + mesn; + mesq l("Thank you, here is your reward."); - inventoryplace TulimsharGuardBoots, 1, TulimsharGuardCard, 1; - getitem TulimsharGuardBoots, 1; - getitem TulimsharGuardCard, 1; - setq TulimsharQuest_WaterForGuard, 3; + inventoryplace TulimsharGuardBoots, 1, TulimsharGuardCard, 1; + getitem TulimsharGuardBoots, 1; + getitem TulimsharGuardCard, 1; + setq TulimsharQuest_WaterForGuard, 3; - next; + next; - speech 0x0, - l("Wait a minute..."), - l("The Tulimshar guards needs an freelance employee who would help us in our work. We are searching for people as you."), - l("Take this badge, so you can get access to the guard house. You will find more work there. Bye, and good luck!"); - return; + speech 0x0, + l("Wait a minute..."), + l("The Tulimshar guards needs an freelance employee who would help us in our work. We are searching for people as you."), + l("Take this badge, so you can get access to the guard house. You will find more work there. Bye, and good luck!"); + close; // Mob Tutorial Quest function DausenMobTutorial { |