From fd8f4196a0b4fd9552d25fde1323191542e11bb8 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 5 Nov 2014 11:06:25 -0600 Subject: Fix Shops for AST --- world/map/npc/001-2/casino.txt | 16 ++++++++-------- world/map/npc/001-2/shops.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) (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 7648190b..2dea74a3 100644 --- a/world/map/npc/001-2/casino.txt +++ b/world/map/npc/001-2/casino.txt @@ -1,7 +1,7 @@ // 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 & NIBBLE_5_MASK) >> NIBBLE_5_SHIFT); @@ -15,34 +15,34 @@ L_End: end; } -001-2.gat,39,32,0|script|Valdo|117, +001-2.gat,39,32,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|Slots#1|400, +001-2.gat,37,65,0|script|Slots#1|400 { callfunc "SlotMachine"; close; } -001-2.gat,39,65,0|script|Slots#2|400, +001-2.gat,39,65,0|script|Slots#2|400 { callfunc "SlotMachine"; close; } -001-2.gat,41,65,0|script|Slots#3|400, +001-2.gat,41,65,0|script|Slots#3|400 { callfunc "SlotMachine"; close; } -001-2.gat,102,27,0|shop|MoneyChanger|124,CasinoCoins :-1 +001-2.gat,102,27,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?"; @@ -117,7 +117,7 @@ L_Close: close; } -001-2.gat,22,69,0|script|Roulette|107, +001-2.gat,22,69,0|script|Roulette|107 { mes "[Croupier]"; mes "\"Good evening monsieur..."; diff --git a/world/map/npc/001-2/shops.txt b/world/map/npc/001-2/shops.txt index 00db7c93..46707cf3 100644 --- a/world/map/npc/001-2/shops.txt +++ b/world/map/npc/001-2/shops.txt @@ -1,3 +1,3 @@ // Bartender -001-2.gat,21,27,0|shop|Bartender#Casino|112,Beer :-1,Cake :-1,CherryCake :-1 +001-2.gat,21,27,0|shop|Bartender#Casino|112,Beer:*1,Cake:*1,CherryCake:*1 -- cgit v1.2.3-70-g09d2