From c78e07a41f1c066539fc80bbfe74b3917f731279 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Mar 2018 00:24:54 -0300 Subject: Allow some NPCs to blink, and update various legacy setunitdata() --- npc/004-1/elanore.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/004-1') diff --git a/npc/004-1/elanore.txt b/npc/004-1/elanore.txt index 9bac704b6..aa79f8da0 100644 --- a/npc/004-1/elanore.txt +++ b/npc/004-1/elanore.txt @@ -120,9 +120,9 @@ L_Close: OnInit: .@npcId = getnpcid(0, .name$); //setunitdata(.@npcId, UDT_HEADTOP, 2929); - setunitdata(.@npcId, UDT_HEADMIDDLE, 1317); - //setunitdata(.@npcId, UDT_HEADBOTTOM, 2207); - setunitdata(.@npcId, UDT_WEAPON, 1802); // Boots + setunitdata(.@npcId, UDT_HEADMIDDLE, SorcererRobe); + setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); + setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 8); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); -- cgit v1.2.3-70-g09d2