From 7501202f3b120033d406cbcd2ae0d0763ae2b290 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Jun 2018 16:12:07 -0300 Subject: Fix lame bugs --- npc/009-2/ryan.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 5e4913e15..e782ee213 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -17,7 +17,7 @@ mesq l("If you bring me @@ @@, I'll give you a reward!", .@a, getitemlink(TonoriDelight)); next; select - rif(countitem(TonoriDelight > .@a), l("I have everything!")), + rif(countitem(TonoriDelight) >= .@a, l("I have everything!")), l("Ah, not now..."); mes ""; if (@menu == 2) @@ -54,13 +54,12 @@ OnInit: setunitdata(.@npcId, UDT_HEADTOP, ChefHat); setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe); setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); - setunitdata(.@npcId, UDT_WEAPON, AssassinBoots); + setunitdata(.@npcId, UDT_WEAPON, Boots); setunitdata(.@npcId, UDT_HAIRSTYLE, 26); setunitdata(.@npcId, UDT_HAIRCOLOR, 2); .sex = G_MALE; .distance = 4; - npcsit; end; } -- cgit v1.2.3-60-g2f50