summaryrefslogtreecommitdiff
path: root/npc/003-13/arnea.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-13/arnea.txt')
-rw-r--r--npc/003-13/arnea.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt
index f04972aa5..b6ca6cb46 100644
--- a/npc/003-13/arnea.txt
+++ b/npc/003-13/arnea.txt
@@ -45,10 +45,10 @@ L_Manage:
close;
OnInit:
.@npcId = getnpcid(0, .name$);
- setunitdata(.@npcId, UDT_HEADTOP, 2907);
- setunitdata(.@npcId, UDT_HEADMIDDLE, 1305);
- setunitdata(.@npcId, UDT_HEADBOTTOM, 2204);
- setunitdata(.@npcId, UDT_WEAPON, 3509);
+ setunitdata(.@npcId, UDT_HEADTOP, Darkelm);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, LegionCopperArmor);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps);
+ setunitdata(.@npcId, UDT_WEAPON, RockKnife);
setunitdata(.@npcId, UDT_HAIRSTYLE, 14);
setunitdata(.@npcId, UDT_HAIRCOLOR, 18);
@@ -58,10 +58,10 @@ OnInit:
OnInstanceInit:
.@npcId = getnpcid(0, instance_npcname(.name$));
- setunitdata(.@npcId, UDT_HEADTOP, 2907);
- setunitdata(.@npcId, UDT_HEADMIDDLE, 1305);
- setunitdata(.@npcId, UDT_HEADBOTTOM, 2204);
- setunitdata(.@npcId, UDT_WEAPON, 3509);
+ setunitdata(.@npcId, UDT_HEADTOP, Darkelm);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, LegionCopperArmor);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps);
+ setunitdata(.@npcId, UDT_WEAPON, RockKnife);
setunitdata(.@npcId, UDT_HAIRSTYLE, 14);
setunitdata(.@npcId, UDT_HAIRCOLOR, 18);
end;