diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-06-20 20:00:14 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-06-20 20:00:14 +0200 |
commit | 1f5fe84a1b593574bdf37d812e343bf9690f24e9 (patch) | |
tree | 98bea927323b41187fea5ef1f08db736420da86a /world/map | |
parent | be430da20b0c00b778375b286f6f9afe1133fa72 (diff) | |
download | serverdata-1f5fe84a1b593574bdf37d812e343bf9690f24e9.tar.gz serverdata-1f5fe84a1b593574bdf37d812e343bf9690f24e9.tar.bz2 serverdata-1f5fe84a1b593574bdf37d812e343bf9690f24e9.tar.xz serverdata-1f5fe84a1b593574bdf37d812e343bf9690f24e9.zip |
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.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/db/item_db.txt | 2 | ||||
-rw-r--r-- | 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]"; |