diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 6e04445ab..e5878df54 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -433,6 +433,16 @@ OnTimer5000: end; OnInit: + // Check items.xml for info about this. + .@npcId = getnpcid(.name$); + setunitdata(.@npcId, UDT_HEADTOP, Bull); + setunitdata(.@npcId, UDT_HEADMIDDLE, LieutenantArmor); + setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); + setunitdata(.@npcId, UDT_SHIELD, LousyMoccasins); // TODO FIXME: Display Boots + setunitdata(.@npcId, UDT_WEAPON, Backsword); + setunitdata(.@npcId, UDT_HAIRSTYLE, 7); + setunitdata(.@npcId, UDT_HAIRCOLOR, 17); + .siegetime=0; .sex = G_MALE; .distance = 4; @@ -550,18 +560,6 @@ OnTimer1000: domovestep; OnInit: - - // Check items.xml for info about this. - // NOTE: Why Dausen item list is on Philip...? - .@npcId = getnpcid("Lieutenant Dausen"); - setunitdata(.@npcId, UDT_HEADTOP, Bull); - setunitdata(.@npcId, UDT_HEADMIDDLE, LieutenantArmor); - setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); - setunitdata(.@npcId, UDT_SHIELD, LousyMoccasins); // TODO FIXME: Display Boots - setunitdata(.@npcId, UDT_WEAPON, Backsword); - setunitdata(.@npcId, UDT_HAIRSTYLE, 7); - setunitdata(.@npcId, UDT_HAIRCOLOR, 17); - initpath "move", 98, 104, "dir", DOWN, 0, "wait", 60, 0, |