diff options
-rw-r--r-- | npc/003-1/eistein.txt | 18 |
1 files changed, 9 insertions, 9 deletions
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; } |