summaryrefslogtreecommitdiff
path: root/npc/003-1/cyndala.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/cyndala.txt')
-rw-r--r--npc/003-1/cyndala.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/npc/003-1/cyndala.txt b/npc/003-1/cyndala.txt
index aeee8c7de..4b4571159 100644
--- a/npc/003-1/cyndala.txt
+++ b/npc/003-1/cyndala.txt
@@ -1,12 +1,20 @@
// Author:
// Saulc
-003-1,41,80,0 script Cyndala NPC_MONA,{
+003-1,41,80,0 script Cyndala NPC_FEMALE,{
hello;
OnInit:
- .sex = G_MALE;
- .distance = 3;
+ .@npcId = getnpcid(0, "Cyndala");
+ //setunitdata(.@npcId, UDT_HEADTOP, 2929);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, 1320);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, 2207);
+ setunitdata(.@npcId, UDT_WEAPON, 1802); // Boots
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 16);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 11);
+
+ .sex = G_FEMALE;
+ .distance = 5;
end;
}