From 1f5fe84a1b593574bdf37d812e343bf9690f24e9 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Thu, 20 Jun 2013 20:00:14 +0200 Subject: Reenable the MoneyChanger in the casino to sell Casino Coins. Adjust the buy-price of casino coins in item_db to be the same as the sell-price. --- world/map/db/item_db.txt | 2 +- world/map/npc/001-2/casino.txt | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/world/map/db/item_db.txt b/world/map/db/item_db.txt index 81a35ce8..7d87bc9d 100644 --- a/world/map/db/item_db.txt +++ b/world/map/db/item_db.txt @@ -2,7 +2,7 @@ 0, DEFAULT, Default, 0, 20, 10, 10, , , , , , 2, , , , , {}, {} 501, CactusDrink, Cactus Drink, 0, 50, 25, 4, , , , , , 2, , , 0, , {itemheal 15, 0;}, {} 502, CactusPotion, Cactus Potion, 0, 70, 35, 7, , , , , , 2, , , 0, , {itemheal 25, 0;}, {} -503, CasinoCoins, Casino Coins, 3, 20, 10, 1, , , , , , , , , , , {}, {} +503, CasinoCoins, Casino Coins, 3, 10, 10, 1, , , , , , , , , , , {}, {} 504, DecorCandy, Decor Candy, 3, 25, 10, 1, , , , , , , , , , , {}, {} 505, MaggotSlime, Maggot Slime, 3, 8, 4, 1, , , , , , , , , , , {}, {} 506, CandyCane, Candy Cane, 0, 20, 10, 1, , , , , , 2, , , 0, , {itemheal 5, 0;}, {} diff --git a/world/map/npc/001-2/casino.txt b/world/map/npc/001-2/casino.txt index cb7966bc..146ccc7e 100644 --- a/world/map/npc/001-2/casino.txt +++ b/world/map/npc/001-2/casino.txt @@ -35,13 +35,7 @@ L_End: close; } -001-2.gat,32,67,0|script|MoneyChanger|124,{ - mes "[Money Changer]"; - mes "\"I used to exchange Casino Coins for cash, but the Wizard's Council shut me down. Now the casino runs off only those 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,32,67,0|shop|MoneyChanger|124,CasinoCoins :-1 001-2.gat,28,63,0|script|BlackJack|107,{ mes "[Croupier]"; -- cgit v1.2.3-60-g2f50