diff options
Diffstat (limited to 'world/map/npc/001-2')
-rw-r--r-- | world/map/npc/001-2/casino.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/world/map/npc/001-2/casino.txt b/world/map/npc/001-2/casino.txt index 1ee4770a..d058b8c1 100644 --- a/world/map/npc/001-2/casino.txt +++ b/world/map/npc/001-2/casino.txt @@ -1,4 +1,18 @@ -// +// Casino + +// takes part in quest given by 021-2/kylian.txt +001-2.gat,32,72,0|script|#CasinoEntrance|32767,1,1,{ + set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowCasinoNT; + set @kylian, ((QUEST_NorthTulimshar & $@businessmanNT_MASK) >> $@businessmanNT_SHIFT); + if (@kylian != 6) + goto L_End; + message strcharinfo(0), "You wonder if Kylian would like to visit the casino in the evening."; + goto L_End; + +L_End: + set @kylian, 0; + end; +} 001-2.gat,134,23,0|script|Valdo|117,{ mes "[Valdo the Worker]"; |