summaryrefslogtreecommitdiff
path: root/npc/003-1/neko.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-11 18:00:25 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-11 18:00:25 +0100
commitb73879ef36cd2c4c7d1ddcedc2f875bd169f4d56 (patch)
tree2dbf4804707a8b4feccb438bd00154b24dd46a3f /npc/003-1/neko.txt
parent9141d5a4da9bf03fc06d928fa921d5ba8d535478 (diff)
parentff65ab48ba68c2f80a377eaa2561e48d9d0efa3f (diff)
downloadserverdata-b73879ef36cd2c4c7d1ddcedc2f875bd169f4d56.tar.gz
serverdata-b73879ef36cd2c4c7d1ddcedc2f875bd169f4d56.tar.bz2
serverdata-b73879ef36cd2c4c7d1ddcedc2f875bd169f4d56.tar.xz
serverdata-b73879ef36cd2c4c7d1ddcedc2f875bd169f4d56.zip
Merge branch 'master' of gitlab.com:TMW2/serverdata
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;
}