diff options
author | wushin <pasekei@gmail.com> | 2015-05-19 12:35:46 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-09-06 13:13:30 -0500 |
commit | a5816766ed870dd55170a4b66a75a1907021e421 (patch) | |
tree | 12288e1561914b5268a2ccd6801cc4aa4f0e4dd8 /world/map/npc/002-2/casino.txt | |
parent | f86e961ffbf9e1467279d3086a48c47be2a5a86f (diff) | |
download | serverdata-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/002-2/casino.txt')
-rw-r--r-- | world/map/npc/002-2/casino.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/world/map/npc/002-2/casino.txt b/world/map/npc/002-2/casino.txt index b99f6911..5e3999ac 100644 --- a/world/map/npc/002-2/casino.txt +++ b/world/map/npc/002-2/casino.txt @@ -1,17 +1,12 @@ -// Casino - -// takes part in quest given by 021-2/kylian.txt 002-2,79,68,0|script|#CasinoEntrance|32767,13,0 { set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowCasinoNT; - set @kylian, ((QUEST_NorthTulimshar & NIBBLE_5_MASK) >> NIBBLE_5_SHIFT); - if (@kylian != 6) + if (QL_KYLIAN != 6) goto L_End; message strcharinfo(0), "You wonder if Kylian would be interested in visiting the Casino."; goto L_End; L_End: - set @kylian, 0; end; } |