diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 15:28:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 15:28:06 -0300 |
commit | 0b86d279ef50e1e9baf7c2b4147cc2cb6591eeef (patch) | |
tree | e914037fb615263030918cc2ccdfc7f02bf8bc2a /npc/003-1/neko.txt | |
parent | 586407593a1d47e30e0538090dbdffb1f32f6fcb (diff) | |
download | serverdata-0b86d279ef50e1e9baf7c2b4147cc2cb6591eeef.tar.gz serverdata-0b86d279ef50e1e9baf7c2b4147cc2cb6591eeef.tar.bz2 serverdata-0b86d279ef50e1e9baf7c2b4147cc2cb6591eeef.tar.xz serverdata-0b86d279ef50e1e9baf7c2b4147cc2cb6591eeef.zip |
ShoppaKep, the Crazy Shopkeeper. Neko template, please don't mind the overprices.
Diffstat (limited to 'npc/003-1/neko.txt')
-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; + } |