diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-11 14:00:36 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-11 14:00:36 -0200 |
commit | 91e35411240fed391bb2a873c8d42e38aef98d01 (patch) | |
tree | 0183cba81ec0ccb8a0f77176e69b0afaca8e696a /npc/003-1/inac.txt | |
parent | 4e2081bd5d1940bd634023bffdfd163115f6203d (diff) | |
download | serverdata-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/inac.txt')
-rw-r--r-- | npc/003-1/inac.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/npc/003-1/inac.txt b/npc/003-1/inac.txt index 0358d01bf..38129c45d 100644 --- a/npc/003-1/inac.txt +++ b/npc/003-1/inac.txt @@ -1,13 +1,22 @@ +// TMW2 scripts. // Author: // Saulc -003-1,55,82,0 script Inac NPC_MONA,{ +003-1,55,82,0 script Inac NPC_PLAYER,{ hello; OnInit: + .@npcId = getnpcid(0, "Inac"); + setunitdata(.@npcId, UDT_HEADTOP, 2900); + setunitdata(.@npcId, UDT_HEADMIDDLE, 1301); + setunitdata(.@npcId, UDT_HEADBOTTOM, 2207); + setunitdata(.@npcId, UDT_WEAPON, 1800); // Boots + setunitdata(.@npcId, UDT_HAIRSTYLE, 7); + setunitdata(.@npcId, UDT_HAIRCOLOR, 17); + .sex = G_MALE; - .distance = 3; + .distance = 5; end; } |