summaryrefslogtreecommitdiff
path: root/npc/003-1/jakod.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/jakod.txt')
-rw-r--r--npc/003-1/jakod.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt
index d1f7a12be..cddecb667 100644
--- a/npc/003-1/jakod.txt
+++ b/npc/003-1/jakod.txt
@@ -1,14 +1,22 @@
// Author:
// Saulc
-003-1,62,76,0 script Jakod NPC_MONA,{
+003-1,62,76,0 script Jakod NPC_PLAYER,{
hello;
OnInit:
+ .@npcId = getnpcid(0, "Jakod");
+ //setunitdata(.@npcId, UDT_HEADTOP, 2929);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, 1315);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, 2207);
+ setunitdata(.@npcId, UDT_WEAPON, 1800); // Boots
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 24);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 2);
+
.sex = G_MALE;
- .distance = 3;
+ .distance = 5;
end;
}