summaryrefslogtreecommitdiff
path: root/npc/003-1/neko.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r--npc/003-1/neko.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
index 330fd03fc..37a6167f7 100644
--- a/npc/003-1/neko.txt
+++ b/npc/003-1/neko.txt
@@ -1,12 +1,20 @@
// Author:
// Saulc
-003-1,103,106,0 script Neko NPC_MONA,{
+003-1,103,106,0 script Neko NPC_PLAYER,{
hello;
OnInit:
+ .@npcId = getnpcid(0, "Neko");
+ //setunitdata(.@npcId, UDT_HEADTOP, 2936);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, 1314);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, 2213);
+ setunitdata(.@npcId, UDT_WEAPON, 1801); // Boots
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 26);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 2);
+
.sex = G_MALE;
- .distance = 3;
+ .distance = 5;
end;
}