diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-02-07 14:44:46 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-03-20 14:00:16 +0100 |
commit | dc2d7158f90ace751fa08def872299e0514dded0 (patch) | |
tree | 23efd1d83a0a3f6e76ebdc5ad547c7a80d1992e6 /world/map/npc/001-2/casino.txt | |
parent | b1baac74bfa63bf69d83e0438e0b85823c302298 (diff) | |
download | serverdata-dc2d7158f90ace751fa08def872299e0514dded0.tar.gz serverdata-dc2d7158f90ace751fa08def872299e0514dded0.tar.bz2 serverdata-dc2d7158f90ace751fa08def872299e0514dded0.tar.xz serverdata-dc2d7158f90ace751fa08def872299e0514dded0.zip |
North Tulimshar: quest about businessman who wants to open a shop in Tulimshar
Diffstat (limited to 'world/map/npc/001-2/casino.txt')
-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]"; |