diff options
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 11 |
1 files changed, 11 insertions, 0 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,
|