From 49fb132b3762ea739047fb5f14da6e1e5fb19f26 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 7 Jul 2013 12:57:56 +0200 Subject: Move starting brace of npc scripts to new line. --- world/map/npc/017-4/orum.txt | 4 ++-- world/map/npc/017-4/waric.txt | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'world/map/npc/017-4') diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt index 014830a5..7adf5b0b 100644 --- a/world/map/npc/017-4/orum.txt +++ b/world/map/npc/017-4/orum.txt @@ -20,8 +20,8 @@ // 31: Placed fifth flower // 32: Got reward -017-4.gat,211,32,0|script|Orum|158,{ - +017-4.gat,211,32,0|script|Orum|158, +{ // first flower set @AMOUNT_SMALLMUSHROOM, 5; set @AMOUNT_ASH, 5; diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index 9f806b87..340f2959 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -6,8 +6,8 @@ // Waric would teach the spells based on the progress in the pentagram // creation, but save which spells were taught in a different variable. -017-4.gat,216,36,0|script|Waric|153,{ - +017-4.gat,216,36,0|script|Waric|153, +{ set @mouboo_status, ((QUEST_MAGIC & NIBBLE_2_MASK) >> NIBBLE_2_SHIFT) & 3; set @killed_mouboo, 0; if ((@mouboo_status == 1) || (@mouboo_status == 2)) @@ -110,7 +110,8 @@ L_Close: close; } -017-1.gat,74,32,0|script|DebugFlowerP|153,{ +017-1.gat,74,32,0|script|DebugFlowerP|153, +{ mes "Debug options for Orum's quest:"; menu "Candle Helmet done.", L_CandleHelmet, -- cgit v1.2.3-60-g2f50