From fb39a4812462985bbc2fe1f59fe448fbfbe618d1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Jun 2019 18:13:37 -0300 Subject: Minor changes, prepare new NPC for Tulimshar Guard house --- npc/003-10/kreist.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 npc/003-10/kreist.txt (limited to 'npc/003-10/kreist.txt') diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt new file mode 100644 index 000000000..8b55db0a1 --- /dev/null +++ b/npc/003-10/kreist.txt @@ -0,0 +1,29 @@ +// TMW2 Scripts +// Author: +// Jesusalva +// Description: +// Tulimshar Guardhouse Taskmaster + +003-10,41,63,0 script Kreist NPC_PLAYER,{ + mesn l("Kreist, Taskmaster"); + mesq l("Hello, and welcome to Tulimshar guard house."); + close; + +OnInit: + // Check items.xml for info about this. + .@npcId = getnpcid(.name$); + setunitdata(.@npcId, UDT_HEADTOP, WarlordHelmet); + 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, 15); + + npcsit; + .sex = G_MALE; + .distance = 4; + end; + +} + -- cgit v1.2.3-60-g2f50