summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-12 18:01:27 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-12 18:01:27 -0300
commite2202f29131df4175eb4812f8c3d0269486473ee (patch)
treebccca46efc517b641ecca667d1840c7327fdc160
parent3a2b6909965b5e0fc3d78ca270fc4e089133f1d3 (diff)
downloadserverdata-e2202f29131df4175eb4812f8c3d0269486473ee.tar.gz
serverdata-e2202f29131df4175eb4812f8c3d0269486473ee.tar.bz2
serverdata-e2202f29131df4175eb4812f8c3d0269486473ee.tar.xz
serverdata-e2202f29131df4175eb4812f8c3d0269486473ee.zip
Playtesting corrections
-rw-r--r--npc/017-3/chef.txt1
-rw-r--r--npc/017-3/doug.txt8
2 files changed, 4 insertions, 5 deletions
diff --git a/npc/017-3/chef.txt b/npc/017-3/chef.txt
index 1e3e14216..e4be179b2 100644
--- a/npc/017-3/chef.txt
+++ b/npc/017-3/chef.txt
@@ -10,7 +10,6 @@
goto L_Begin;
L_Begin:
- mes "";
mesn;
mesq l("I'm too busy right now to talk.");
close;
diff --git a/npc/017-3/doug.txt b/npc/017-3/doug.txt
index ac4509ffa..5594f0723 100644
--- a/npc/017-3/doug.txt
+++ b/npc/017-3/doug.txt
@@ -14,17 +14,17 @@
mesq l("I am willing to pay @@ GP for each 5 @@ you bring me!", .@price, getitemlink(CaveSnakeLamp));
next;
select
- rif(countitem(CaveSnakeLamp >= 5), l("Here they are!")),
+ rif(countitem(CaveSnakeLamp) >= 5, l("Here they are!")),
l("Not now...");
mes "";
if (@menu == 1) {
delitem CaveSnakeLamp, 5;
Zeny=Zeny+.@price;
- getexp .@price, 5;
+ getexp (.@price/rand(2,3)), 5;
mesn;
mesq l("Many, many thanks!");
+ next;
}
- next;
mesn;
mesq l("Too bad these lamps wear off after a while... I am making stocks of them now!");
close;
@@ -34,7 +34,7 @@ OnInit:
setunitdata(.@npcId, UDT_HEADTOP, FancyHat);
setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt);
setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes);
- setunitdata(.@npcId, UDT_WEAPON, CandorBoots); // Boots
+ setunitdata(.@npcId, UDT_WEAPON, JeansShorts);
setunitdata(.@npcId, UDT_HAIRSTYLE, 2);
setunitdata(.@npcId, UDT_HAIRCOLOR, 4);