summaryrefslogtreecommitdiff
path: root/world/map/npc/017-4
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-07-07 12:57:56 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-07-07 12:57:56 +0200
commit49fb132b3762ea739047fb5f14da6e1e5fb19f26 (patch)
tree396d0036746dc2828308d84ab8ad2d331ad627fd /world/map/npc/017-4
parent0dd134db3f6f67bb5e4401f1ba7bf3e97f201505 (diff)
downloadserverdata-49fb132b3762ea739047fb5f14da6e1e5fb19f26.tar.gz
serverdata-49fb132b3762ea739047fb5f14da6e1e5fb19f26.tar.bz2
serverdata-49fb132b3762ea739047fb5f14da6e1e5fb19f26.tar.xz
serverdata-49fb132b3762ea739047fb5f14da6e1e5fb19f26.zip
Move starting brace of npc scripts to new line.
Diffstat (limited to 'world/map/npc/017-4')
-rw-r--r--world/map/npc/017-4/orum.txt4
-rw-r--r--world/map/npc/017-4/waric.txt7
2 files changed, 6 insertions, 5 deletions
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,