diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/mahoud.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt index a1705b5eb..e14047929 100644 --- a/npc/003-1/mahoud.txt +++ b/npc/003-1/mahoud.txt @@ -44,10 +44,13 @@ L_NotEnoughSlots: OnInit: .sex = G_MALE; - .distance = 3; + .distance = 7; .@npcId = getnpcid(0, "Mahoud"); - setunitdata(.@npcId, UDT_HEADTOP, 1304); + // Check items.xml for info about this + setunitdata(.@npcId, UDT_HEADTOP, 2906); + setunitdata(.@npcId, UDT_HEADMIDDLE, 1304); + setunitdata(.@npcId, UDT_HEADBOTTOM, 2201); setunitdata(.@npcId, UDT_HAIRSTYLE, 7); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); |