From 172c0ef3d299e4471e8428bb3d0959e82850cde3 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Tue, 13 Feb 2018 10:19:33 -0200 Subject: As we're dealing with GM Robe Provider, update Estard's sprite too. --- npc/003-2/estard.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50