diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 14:07:34 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 14:07:34 +0000 |
commit | 31128cd69b1af4182468c25cfb66b1b661d6654a (patch) | |
tree | d2ecb41a2bebe144e8e9488d711ba7de97392694 /npc/001-2_Tulimshar/casino.txt | |
parent | 80ecd374e443493ec6f42818178537bf3614e448 (diff) | |
download | serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.gz serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.bz2 serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.xz serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.zip |
Fix some NPC (etc) map names
Diffstat (limited to 'npc/001-2_Tulimshar/casino.txt')
-rw-r--r-- | npc/001-2_Tulimshar/casino.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/001-2_Tulimshar/casino.txt b/npc/001-2_Tulimshar/casino.txt index 58f99ea5..b5da3933 100644 --- a/npc/001-2_Tulimshar/casino.txt +++ b/npc/001-2_Tulimshar/casino.txt @@ -1,26 +1,26 @@ // -new_8-1.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; } -new_8-1.gat,37,65,0 script Slot1 127,{ +001-2.gat,37,65,0 script Slot1 127,{ callfunc "SlotMachine"; } -new_8-1.gat,39,65,0 script Slot2 127,{ +001-2.gat,39,65,0 script Slot2 127,{ callfunc "SlotMachine"; } -new_8-1.gat,41,65,0 script Slot3 127,{ +001-2.gat,41,65,0 script Slot3 127,{ callfunc "SlotMachine"; } -new_8-1.gat,32,67,0 shop MoneyChanger 124,503:10 +001-2.gat,32,67,0 shop MoneyChanger 124,503:10 -new_8-1.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.\""; @@ -93,7 +93,7 @@ L_Ace: } -new_8-1.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; |