diff options
author | Wombat <hpwombat@yahoo.com> | 2011-06-28 04:24:09 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-06-28 04:37:12 -0400 |
commit | 2c07f14a13d1e1f88275bd12beded43706c53bae (patch) | |
tree | 1d99000bdf1ab4252c517d839d160ed3bc67efc7 /world/map/npc/001-2/casino.txt | |
parent | 3d805e66996d219ab04bc84b0921c16a857d2b0e (diff) | |
download | serverdata-2c07f14a13d1e1f88275bd12beded43706c53bae.tar.gz serverdata-2c07f14a13d1e1f88275bd12beded43706c53bae.tar.bz2 serverdata-2c07f14a13d1e1f88275bd12beded43706c53bae.tar.xz serverdata-2c07f14a13d1e1f88275bd12beded43706c53bae.zip |
Changes: Price in item_db.txt, merchants Item ID changed to Name...
price changes to reflect Lora Tay's crafting and the price of cotton cloth
drops increased for cotton cloth
casino coins removed from merchants
several merchants changed to simple information scripts
price changes based on merchant sell value
Diffstat (limited to 'world/map/npc/001-2/casino.txt')
-rw-r--r-- | world/map/npc/001-2/casino.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/world/map/npc/001-2/casino.txt b/world/map/npc/001-2/casino.txt index cf4943a4..b4cb7bb0 100644 --- a/world/map/npc/001-2/casino.txt +++ b/world/map/npc/001-2/casino.txt @@ -21,7 +21,13 @@ close; } -001-2.gat,32,67,0 shop MoneyChanger 124,503:10 +001-2.gat,32,67,0 script MoneyChanger 124,{ + mes "[" + @npcname$ + "]"; + mes "\"I used to exchange Casino Coins for cash, but the Wizard's Council shut me down. Now the casino only runs off Casino Coins currently in circulation.\""; + next; + mes "\"I heard that many a gambler wandered onto the Beach to the South West and through to the Snake Desert to the South East. If you want to find coins already in circulation, you might find some on the monsters there.\""; + close; +} 001-2.gat,28,63,0 script BlackJack 107,{ mes "[Croupier]"; |