summaryrefslogtreecommitdiff
path: root/world/map/npc/006-2/npcs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/006-2/npcs.txt')
-rw-r--r--world/map/npc/006-2/npcs.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/world/map/npc/006-2/npcs.txt b/world/map/npc/006-2/npcs.txt
index d8ead479..cb44a066 100644
--- a/world/map/npc/006-2/npcs.txt
+++ b/world/map/npc/006-2/npcs.txt
@@ -3,8 +3,7 @@
006-2,49,25,0|script|Falkurn|178
{
set @run, ((QUEST_NorthTulimshar & TWOBIT_8_MASK) >> TWOBIT_8_SHIFT);
- set @state, ((QUEST_NorthTulimshar & NIBBLE_5_MASK) >> NIBBLE_5_SHIFT);
- if ((@run == 1) && (@state == 13))
+ if ((@run == 1) && (QL_KYLIAN == 13))
goto L_Deliver;
goto L_Start;
@@ -15,8 +14,7 @@ L_Deliver:
L_Delivery:
mes "[Falkurn]";
mes "\"Good now we can get to work on making some more leather goods.\"";
- set @state, 14;
- callfunc "SetKylianQuest";
+ set QL_KYLIAN, 14;
goto L_Close;
L_Start: