From dc2d7158f90ace751fa08def872299e0514dded0 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 7 Feb 2012 14:44:46 +0100 Subject: North Tulimshar: quest about businessman who wants to open a shop in Tulimshar --- world/map/npc/001-2/casino.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'world/map/npc/001-2') 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]"; -- cgit v1.2.3-60-g2f50