diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/neko.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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; + } |