From 0b86d279ef50e1e9baf7c2b4147cc2cb6591eeef Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Jun 2018 15:28:06 -0300 Subject: ShoppaKep, the Crazy Shopkeeper. Neko template, please don't mind the overprices. --- npc/003-1/neko.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc/003-1/neko.txt') diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 591cb59d0..f75dc7d6d 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -18,7 +18,19 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 26); setunitdata(.@npcId, UDT_HAIRCOLOR, 2); + tradertype(NST_MARKET); + sellitem LeatherShirt, 120000, 1; + sellitem JeanShorts, 120000, 1; + sellitem ShortTankTop, 80000, 1; + .sex = G_MALE; .distance = 5; end; + +OnClock2359: + restoreshopitem LeatherShirt, 120000, 1; + restoreshopitem JeanShorts, 120000, 1; + restoreshopitem ShortTankTop, 80000, 1; + end; + } -- cgit v1.2.3-60-g2f50