summaryrefslogtreecommitdiff
path: root/npc/003-1/lieutenantdausen.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-21 22:14:13 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-21 22:14:13 -0300
commit1208bdd5c7fc4d9247df0c78cfcc67185f5e31a2 (patch)
treee3ca6de057fee1ccf4f168a314d26e60a5a65353 /npc/003-1/lieutenantdausen.txt
parent12496457e309b0f188057826574f6f8b661326e9 (diff)
downloadserverdata-1208bdd5c7fc4d9247df0c78cfcc67185f5e31a2.tar.gz
serverdata-1208bdd5c7fc4d9247df0c78cfcc67185f5e31a2.tar.bz2
serverdata-1208bdd5c7fc4d9247df0c78cfcc67185f5e31a2.tar.xz
serverdata-1208bdd5c7fc4d9247df0c78cfcc67185f5e31a2.zip
Missing close on Dausen
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r--npc/003-1/lieutenantdausen.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index ab7799b00..20939492e 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -142,6 +142,7 @@ function DausenMobTutorial {
mesn;
mesq l("Can you do that? I'll be waiting!");
compareandsetq TulimsharQuest_MobTutorial, 0, 1;
+ close;
case 2:
case 3:
// TODO: Blubs and Ducks
@@ -183,6 +184,7 @@ function DausenMobTutorial {
mesn;
mesq l("Or make yourself useful killing a Duck. They steal all Cherry Cake from the Inn and the staff is getting angry at me. It'll serve, too.");
compareandsetq TulimsharQuest_MobTutorial, 2, 3;
+ close;
case 4:
case 5:
// TODO: Desert Log Head, Desert Bandits, Sarracenus
@@ -214,6 +216,7 @@ function DausenMobTutorial {
mesn;
mesq l("Bring me @@ Bandits or Sarracenus heads, or the double of that in Desert Log Heads, and I'll consider you brave enough.", 50);
compareandsetq TulimsharQuest_MobTutorial, 4, 5;
+ close;
case 6:
case 7:
if (BaseLevel < 29) {
@@ -264,6 +267,7 @@ function DausenMobTutorial {
next;
mesn;
mesq l("By last, east of here are the Canyons. Do not go there before level 20, and even then, do not engage snakes in combat. They are fast and very dangerous.");
+ close;
break;
}
return;