summaryrefslogtreecommitdiff
path: root/world/map/npc/002-2
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/002-2')
-rw-r--r--world/map/npc/002-2/bakery.txt2
-rw-r--r--world/map/npc/002-2/casino.txt5
-rw-r--r--world/map/npc/002-2/inya.txt4
-rw-r--r--world/map/npc/002-2/latoy.txt2
-rw-r--r--world/map/npc/002-2/shops.txt2
5 files changed, 8 insertions, 7 deletions
diff --git a/world/map/npc/002-2/bakery.txt b/world/map/npc/002-2/bakery.txt
index b97c41c1..e5328723 100644
--- a/world/map/npc/002-2/bakery.txt
+++ b/world/map/npc/002-2/bakery.txt
@@ -129,7 +129,7 @@ L_End:
}
// The cashier
-002-2.gat,25,22,0|shop|Drabur|112,WhiteCake:*500,ChocolateCake:*550,OrangeCake:*600,AppleCake:*600,Cake:*30,CherryCake:*100,OrangeCupcake:*270,Milk:*1500,XmasCake:*70
+002-2.gat,25,22,0|shop|Drabur|112,WhiteCake:*1,ChocolateCake:*1,OrangeCake:*1,AppleCake:*1,Cake:*1,CherryCake:*1,OrangeCupcake:*1,Milk:*1,XmasCake:*1
// Bus boy
002-2.gat,21,28,0|script|Iormo|160
diff --git a/world/map/npc/002-2/casino.txt b/world/map/npc/002-2/casino.txt
index 4733bb63..d49313a6 100644
--- a/world/map/npc/002-2/casino.txt
+++ b/world/map/npc/002-2/casino.txt
@@ -40,7 +40,7 @@ L_End:
close;
}
-002-2.gat,78,56,0|shop|MoneyChanger|124,CasinoCoins:*10
+002-2.gat,78,56,0|shop|MoneyChanger|124,CasinoCoins:*1
002-2.gat,75,60,0|script|BlackJack|107
{
@@ -153,7 +153,6 @@ L_b100:
L_Check:
if(countitem("CasinoCoins") < @bet) goto L_NoCoin;
- delitem "CasinoCoins", @bet;
menu
"Choose a color", L_PickColor,
"Choose a number", L_Number;
@@ -164,6 +163,7 @@ L_PickColor:
"Red", L_Color;
L_Color:
+ delitem "CasinoCoins", @bet;
set @color,rand(2);
if(@color == 1) goto L_Lost;
mes "You won!";
@@ -178,6 +178,7 @@ L_Number:
"29", L_Menuitems, "30", L_Menuitems, "31", L_Menuitems, "32", L_Menuitems, "33", L_Menuitems, "34", L_Menuitems, "35", L_Menuitems, "36", L_Menuitems;
L_Menuitems:
+ delitem "CasinoCoins", @bet;
if (@menu == 1) set @number, 0;
if (@menu == 2) set @number, 37;
if (@menu >= 3) set @number, @menu - 2;
diff --git a/world/map/npc/002-2/inya.txt b/world/map/npc/002-2/inya.txt
index 322d0eb3..d05b19b4 100644
--- a/world/map/npc/002-2/inya.txt
+++ b/world/map/npc/002-2/inya.txt
@@ -1,13 +1,13 @@
//Gemstones: Diamond (white) , Ruby (red), Emerald (green), Sapphire (blue), Topaz (yellow), Amethyst (purple)
//The power of the gems is important to future balance of these rings. Are they related to stats, tiers of power, schools of magic?
-002-2.gat,116,61,0|shop|#InyaShop|127,SimpleRing:*100000
+002-2.gat,116,61,0|shop|#InyaShop|127,SimpleRing:*1
002-2.gat,116,61,0|script|Inya|106
{
mes "[Inya]";
mes "\"I am Inya, a jeweler of fine rings. I sell and make rings.\"";
- next;
+ next;
mes "\"If you have a Simple Ring and a gem, I can set the gem in it for 100,000 gold pieces.\"";
next;
mes "\"Also, if you have a ring with gems on it, I can remove the gems and return the Simple Ring to you for 50,000 gold pieces.\"";
diff --git a/world/map/npc/002-2/latoy.txt b/world/map/npc/002-2/latoy.txt
index 23dba644..3e8701a2 100644
--- a/world/map/npc/002-2/latoy.txt
+++ b/world/map/npc/002-2/latoy.txt
@@ -1,7 +1,7 @@
// A snobby store that won't sell to the player
// takes part in quest given by 021-2/kylian.txt
-002-2.gat,86,93,0|shop|#LatoyShop|127,SilkHeadband:*20000,SilkGloves:*20000,SilkPants:*80000,SilkRobe:*40000
+002-2.gat,86,93,0|shop|#LatoyShop|127,SilkHeadband:*4,SilkGloves:*4,SilkPants:*4,SilkRobe:*4
002-2.gat,86,93,0|script|Latoy|106
{
diff --git a/world/map/npc/002-2/shops.txt b/world/map/npc/002-2/shops.txt
index 87986111..b1818d04 100644
--- a/world/map/npc/002-2/shops.txt
+++ b/world/map/npc/002-2/shops.txt
@@ -1,3 +1,3 @@
// Bartender
-002-2.gat,68,25,0|shop|Bartender#Casino|112,Beer:*175,Cake:*30,CherryCake:*100
+002-2.gat,68,25,0|shop|Bartender#Casino|112,Beer:*1,Cake:*1,CherryCake:*1