From ca840f00daa8da6dbe434539fa8bad07931333f8 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sun, 6 May 2018 10:34:19 +0000 Subject: MOVE estein to 003-2 --- npc/003-1/eistein.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/003-1/eistein.txt') diff --git a/npc/003-1/eistein.txt b/npc/003-1/eistein.txt index 2b90de81c..28add6bf2 100644 --- a/npc/003-1/eistein.txt +++ b/npc/003-1/eistein.txt @@ -9,7 +9,7 @@ -003-1,91,144,0 script Eistein NPC_FEMALE,{ +003-2,35,34,0 script Eistein NPC_PLAYER,{ .reward = GraduationCap; @@ -80,14 +80,14 @@ OnInit: .@npcId = getnpcid(0, .name$); - setunitdata(.@npcId, UDT_HEADTOP, TerraniteArmor); - setunitdata(.@npcId, UDT_HEADMIDDLE, RaidTrousers); - setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); - setunitdata(.@npcId, UDT_WEAPON, CandorBoots); // Boots - setunitdata(.@npcId, UDT_HAIRSTYLE, 19); - setunitdata(.@npcId, UDT_HAIRCOLOR, 16); + setunitdata(.@npcId, UDT_HEADTOP, GraduationCap); + setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe); + setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); + setunitdata(.@npcId, UDT_HAIRSTYLE, 26); + setunitdata(.@npcId, UDT_HAIRCOLOR, 0); + npcsit; - .sex = G_FEMALE; - .distance = 5; + .sex = G_MALE; + .distance = 4; end; } -- cgit v1.2.3-60-g2f50