summaryrefslogtreecommitdiff
path: root/npc/003-1/ched.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-11 14:00:36 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-11 14:00:36 -0200
commit91e35411240fed391bb2a873c8d42e38aef98d01 (patch)
tree0183cba81ec0ccb8a0f77176e69b0afaca8e696a /npc/003-1/ched.txt
parent4e2081bd5d1940bd634023bffdfd163115f6203d (diff)
downloadserverdata-91e35411240fed391bb2a873c8d42e38aef98d01.tar.gz
serverdata-91e35411240fed391bb2a873c8d42e38aef98d01.tar.bz2
serverdata-91e35411240fed391bb2a873c8d42e38aef98d01.tar.xz
serverdata-91e35411240fed391bb2a873c8d42e38aef98d01.zip
Give body to north tulimshar (a girl is still topless - XML fault, not mine)
Diffstat (limited to 'npc/003-1/ched.txt')
-rw-r--r--npc/003-1/ched.txt19
1 files changed, 16 insertions, 3 deletions
diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt
index 1bb7d38bf..21fd30590 100644
--- a/npc/003-1/ched.txt
+++ b/npc/003-1/ched.txt
@@ -1,12 +1,25 @@
+// TMW2 scripts.
// Author:
// Saulc
+// Description:
+// Ched is from a quest.
-003-1,40,49,0 script Ched NPC_MONA,{
-hello;
+003-1,40,49,0 script Ched NPC_PLAYER,{
+
+ hello;
+
OnInit:
+ .@npcId = getnpcid(0, "Ched");
+ setunitdata(.@npcId, UDT_HEADTOP, 2929);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, 1314);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, 2204);
+ setunitdata(.@npcId, UDT_WEAPON, 1803); // Boots
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 7);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 17);
+
.sex = G_MALE;
- .distance = 3;
+ .distance = 5;
end;
}