From 53853ed9b34da883554e24f813c330815f52ebe5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Apr 2019 15:42:13 -0300 Subject: Fix fix and more fix --- npc/020-1/guards.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc/020-1/guards.txt') diff --git a/npc/020-1/guards.txt b/npc/020-1/guards.txt index 15d8b2122..b9344d6aa 100644 --- a/npc/020-1/guards.txt +++ b/npc/020-1/guards.txt @@ -134,6 +134,18 @@ OnTimer690000: end; OnInit: + .sex = G_MALE; + .distance = 4; + + // Check items.xml for info about this. + .@npcId = getnpcid(); + setunitdata(.@npcId, UDT_HEADTOP, Bull); + setunitdata(.@npcId, UDT_HEADMIDDLE, LieutenantArmor); + setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); + setunitdata(.@npcId, UDT_SHIELD, LousyMoccasins); // TODO FIXME: Display Boots + setunitdata(.@npcId, UDT_WEAPON, Backsword); + setunitdata(.@npcId, UDT_HAIRSTYLE, 12); + setunitdata(.@npcId, UDT_HAIRCOLOR, 15); end; -- cgit v1.2.3-60-g2f50