From 6570011d7c7fd82d21714e848c2cfe4632f26d0b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 12 Sep 2018 10:46:01 -0300 Subject: Miler Hairstyle & Color (he goes to Tamiloc/Milocat every script reload) --- npc/019-1-1/miler.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/019-1-1') diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt index a95a48e59..ff655eb7d 100644 --- a/npc/019-1-1/miler.txt +++ b/npc/019-1-1/miler.txt @@ -172,8 +172,8 @@ OnInit: setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); setunitdata(.@npcId, UDT_WEAPON, JeansShorts); - setunitdata(.@npcId, UDT_HAIRSTYLE, rand(2,15)); - setunitdata(.@npcId, UDT_HAIRCOLOR, rand(4,14)); + setunitdata(.@npcId, UDT_HAIRSTYLE, any(2,3,4,6,14,15,17,21,22,24,25,26)); + setunitdata(.@npcId, UDT_HAIRCOLOR, rand(0,20)); .sex = G_MALE; .distance = 5; -- cgit v1.2.3-60-g2f50