summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/weellos.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-05-19 12:35:46 -0500
committerwushin <pasekei@gmail.com>2015-09-06 13:13:30 -0500
commita5816766ed870dd55170a4b66a75a1907021e421 (patch)
tree12288e1561914b5268a2ccd6801cc4aa4f0e4dd8 /world/map/npc/001-1/weellos.txt
parentf86e961ffbf9e1467279d3086a48c47be2a5a86f (diff)
downloadserverdata-a5816766ed870dd55170a4b66a75a1907021e421.tar.gz
serverdata-a5816766ed870dd55170a4b66a75a1907021e421.tar.bz2
serverdata-a5816766ed870dd55170a4b66a75a1907021e421.tar.xz
serverdata-a5816766ed870dd55170a4b66a75a1907021e421.zip
Some of the Tonori Area Quests
Diffstat (limited to 'world/map/npc/001-1/weellos.txt')
-rw-r--r--world/map/npc/001-1/weellos.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/world/map/npc/001-1/weellos.txt b/world/map/npc/001-1/weellos.txt
index e49c6814..d5b76a27 100644
--- a/world/map/npc/001-1/weellos.txt
+++ b/world/map/npc/001-1/weellos.txt
@@ -1,13 +1,9 @@
-// A historian
-// takes part in quest given by 021-2/kylian.txt
-
001-1,55,25,0|script|Weellos|103
{
set @halloween_npc_id, $@halloween_npc_weellos;
callfunc "TrickOrTreat";
set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowWeellosNT;
- set @kylian, ((QUEST_NorthTulimshar & NIBBLE_5_MASK) >> NIBBLE_5_SHIFT);
if (isin("001-1", 48, 20, 61, 28)) goto L_In;
@@ -19,20 +15,18 @@
mes "\"Due to its historical significance, part of it has been turned into a museum.\"";
goto L_BeforeClose;
-// If the player is inside the fence with Weellos
L_In:
mes "[Weellos]";
mes "\"What did you think? Isn't the building intriguing?\"";
goto L_BeforeClose;
L_BeforeClose:
- if (@kylian != 4)
+ if (QL_KYLIAN != 4)
goto L_Close;
next;
mes "You wonder if Kylian would be interested in seeing this historic landmark...";
goto L_Close;
L_Close:
- set @kylian, 0;
close;
}