diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-05 12:25:49 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-05 12:30:10 -0700 |
commit | 89e2ac5687d698f0843ac46612ee33b6692bbc93 (patch) | |
tree | 8ea32e1691381e9d4db72b54c4ebed0ce809c3d2 /world/map/npc/001-2/casino.txt | |
parent | 27ad0933834fb488c6deac76d660cda338bb5da8 (diff) | |
download | serverdata-89e2ac5687d698f0843ac46612ee33b6692bbc93.tar.gz serverdata-89e2ac5687d698f0843ac46612ee33b6692bbc93.tar.bz2 serverdata-89e2ac5687d698f0843ac46612ee33b6692bbc93.tar.xz serverdata-89e2ac5687d698f0843ac46612ee33b6692bbc93.zip |
Move starting brace to new line
Diffstat (limited to 'world/map/npc/001-2/casino.txt')
-rw-r--r-- | world/map/npc/001-2/casino.txt | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/world/map/npc/001-2/casino.txt b/world/map/npc/001-2/casino.txt index 146ccc7e..d5090135 100644 --- a/world/map/npc/001-2/casino.txt +++ b/world/map/npc/001-2/casino.txt @@ -1,7 +1,8 @@ // Casino // takes part in quest given by 021-2/kylian.txt -001-2.gat,32,72,0|script|#CasinoEntrance|32767,1,1,{ +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) @@ -14,30 +15,35 @@ L_End: end; } -001-2.gat,134,23,0|script|Valdo|117,{ +001-2.gat,134,23,0|script|Valdo|117, +{ mes "[Valdo the Worker]"; mes "\"Please let me work. I'm really in a hurry!\""; close; } -001-2.gat,37,65,0|script|Slot1|400,{ +001-2.gat,37,65,0|script|Slot1|400, +{ callfunc "SlotMachine"; close; } -001-2.gat,39,65,0|script|Slot2|400,{ +001-2.gat,39,65,0|script|Slot2|400, +{ callfunc "SlotMachine"; close; } -001-2.gat,41,65,0|script|Slot3|400,{ +001-2.gat,41,65,0|script|Slot3|400, +{ callfunc "SlotMachine"; close; } 001-2.gat,32,67,0|shop|MoneyChanger|124,CasinoCoins :-1 -001-2.gat,28,63,0|script|BlackJack|107,{ +001-2.gat,28,63,0|script|BlackJack|107, +{ mes "[Croupier]"; mes "\"Would you like to play Black Jack?"; mes "You will need 15 casino coins.\""; @@ -112,7 +118,8 @@ L_Close: close; } -001-2.gat,22,69,0|script|Roulette|107,{ +001-2.gat,22,69,0|script|Roulette|107, +{ mes "\"Good evening monsieur..."; mes "How much would you like to bet?\""; next; |