From d63c5e50daa0a3484eb36de90d6a411ba066e46a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Mar 2018 21:40:35 -0300 Subject: It was a though job, but I decided the class masters hair colors --- npc/003-0-1/colin.txt | 6 +++--- npc/003-0-1/luca.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'npc') diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index f06fd07da..143fb9c89 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -15,11 +15,11 @@ OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); - setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); + setunitdata(.@npcId, UDT_HEADMIDDLE, SorcererRobe); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansShorts); setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); - setunitdata(.@npcId, UDT_HAIRSTYLE, 14); - setunitdata(.@npcId, UDT_HAIRCOLOR, 13); + setunitdata(.@npcId, UDT_HAIRSTYLE, 21); + setunitdata(.@npcId, UDT_HAIRCOLOR, 20); .sex = G_MALE; .distance = 5; diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt index 24e12c8de..ebd57a6a2 100644 --- a/npc/003-0-1/luca.txt +++ b/npc/003-0-1/luca.txt @@ -25,11 +25,11 @@ OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); - setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); + setunitdata(.@npcId, UDT_HEADMIDDLE, BromenalChest); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansShorts); setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); - setunitdata(.@npcId, UDT_HAIRSTYLE, 14); - setunitdata(.@npcId, UDT_HAIRCOLOR, 13); + setunitdata(.@npcId, UDT_HAIRSTYLE, 21); + setunitdata(.@npcId, UDT_HAIRCOLOR, 6); .sex = G_MALE; .distance = 5; -- cgit v1.2.3-60-g2f50