From e2202f29131df4175eb4812f8c3d0269486473ee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Jul 2018 18:01:27 -0300 Subject: Playtesting corrections --- npc/017-3/doug.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/017-3/doug.txt') 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); -- cgit v1.2.3-60-g2f50