summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-10 22:00:11 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-10 22:00:11 +0100
commit97902470eacd22bb675554441aca33d7f405c65b (patch)
tree388e3184c9db91bbfdf653533d43a2214267f693
parent1c317a4bdb9e834b19661b7a2c5a000e3f9c57c4 (diff)
parent66a8180d3f5446166a2e59dc12cf0508f04e250e (diff)
downloadserverdata-97902470eacd22bb675554441aca33d7f405c65b.tar.gz
serverdata-97902470eacd22bb675554441aca33d7f405c65b.tar.bz2
serverdata-97902470eacd22bb675554441aca33d7f405c65b.tar.xz
serverdata-97902470eacd22bb675554441aca33d7f405c65b.zip
Merge branch 'master' of gitlab.com:TMW2/serverdata
-rw-r--r--npc/003-1/lieutenantdausen.txt11
-rw-r--r--npc/003-1/mahoud.txt4
2 files changed, 13 insertions, 2 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 397c1abf3..67c1d5707 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -98,6 +98,17 @@ OnTimer1000:
domovestep;
OnInit:
+
+ // Check items.xml for info about this
+ .@npcId = getnpcid(0, "Lieutenant Dausen");
+ setunitdata(.@npcId, UDT_HEADTOP, 2906);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, 1304);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, 2201);
+ setunitdata(.@npcId, UDT_SHIELD, 1800); // Boots
+ setunitdata(.@npcId, UDT_WEAPON, 3504);
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 7);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 17);
+
initpath "move", 98, 104,
"dir", DOWN, 0,
"wait", 1, 0,
diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt
index e14047929..9bf962d5d 100644
--- a/npc/003-1/mahoud.txt
+++ b/npc/003-1/mahoud.txt
@@ -48,8 +48,8 @@ OnInit:
.@npcId = getnpcid(0, "Mahoud");
// Check items.xml for info about this
- setunitdata(.@npcId, UDT_HEADTOP, 2906);
- setunitdata(.@npcId, UDT_HEADMIDDLE, 1304);
+ setunitdata(.@npcId, UDT_HEADTOP, 2911);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, 1303);
setunitdata(.@npcId, UDT_HEADBOTTOM, 2201);
setunitdata(.@npcId, UDT_HAIRSTYLE, 7);
setunitdata(.@npcId, UDT_HAIRCOLOR, 17);