summaryrefslogtreecommitdiff
path: root/npc/003-2/estard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-2/estard.txt')
-rw-r--r--npc/003-2/estard.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt
index ebaf9d81d..ceaebbeb4 100644
--- a/npc/003-2/estard.txt
+++ b/npc/003-2/estard.txt
@@ -14,7 +14,7 @@
// 5 Light Armor Shop quest delivered.
// 6 Light Armor Shop gave the cloths.
-003-2,32,34,0 script Estard NPC_ELVEN_FEMALE_ARMOR_SHOP,{
+003-2,32,34,0 script Estard NPC_PLAYER,{
function create_party {
.@party_price = 10000;
@@ -119,6 +119,14 @@
close;
OnInit:
+ .@npcId = getnpcid(0, .name$);
+ setunitdata(.@npcId, UDT_HEADTOP, 2936);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, 1300);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, 2204);
+ setunitdata(.@npcId, UDT_WEAPON, 1800);
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 26);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 0);
+
.sex = G_MALE;
.distance = 4;
end;