summaryrefslogtreecommitdiff
path: root/world/map/npc/001-2
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-2')
-rw-r--r--world/map/npc/001-2/casino.txt8
-rw-r--r--world/map/npc/001-2/shops.txt2
2 files changed, 8 insertions, 2 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]";
diff --git a/world/map/npc/001-2/shops.txt b/world/map/npc/001-2/shops.txt
index c70ad113..e33ae53c 100644
--- a/world/map/npc/001-2/shops.txt
+++ b/world/map/npc/001-2/shops.txt
@@ -1,6 +1,6 @@
//
-001-2.gat,26,26,0 shop InnKeeper 112,539:175,513:20,519
+001-2.gat,26,26,0 shop InnKeeper 112,Beer :-1,Cake :-1,CherryCake :-1
001-2.gat,103,26,0 script Rebecca 118,{
set @npcname$, "Rebecca the Inn Keeper";