From 1208bdd5c7fc4d9247df0c78cfcc67185f5e31a2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jul 2019 22:14:13 -0300 Subject: Missing close on Dausen --- npc/003-1/lieutenantdausen.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/003-1/lieutenantdausen.txt') 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; -- cgit v1.2.3-60-g2f50