From 0dd1e3e0a0de4b145fdf83ebfdd8bcee4344fc1f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 May 2018 09:18:53 -0300 Subject: Dress Contrabandist --- npc/009-1/trader_king.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'npc') diff --git a/npc/009-1/trader_king.txt b/npc/009-1/trader_king.txt index 5d0ec35bd..88bce5737 100644 --- a/npc/009-1/trader_king.txt +++ b/npc/009-1/trader_king.txt @@ -181,5 +181,18 @@ L_Die: L_Close: close; +OnInit: + .@npcId = getnpcid(0, .name$); + setunitdata(.@npcId, UDT_HEADTOP, BurglarMask); + setunitdata(.@npcId, UDT_HEADMIDDLE, Chainmail); + setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); + setunitdata(.@npcId, UDT_WEAPON, LeatherBoots); // Boots + setunitdata(.@npcId, UDT_HAIRSTYLE, 7); + setunitdata(.@npcId, UDT_HAIRCOLOR, 1); + + .sex = G_MALE; + .distance = 5; + end; + } -- cgit v1.2.3-70-g09d2