From 592fae2cce56e04efe2df43a7e7ea8a881913b05 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Oct 2018 11:29:43 -0300 Subject: Update warps. 024-1 Frostia Guard. --- npc/024-1/guard.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 npc/024-1/guard.txt (limited to 'npc/024-1/guard.txt') diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt new file mode 100644 index 000000000..b32f51185 --- /dev/null +++ b/npc/024-1/guard.txt @@ -0,0 +1,22 @@ +// TMW2 Script + +024-1,93,73,0 script Frostia Guard NPC_ELF,{ + mesn; + mesq l("You're not welcome here. Get moving."); + end; + + +OnInit: + .@npcId = getnpcid(0, .name$); + setunitdata(.@npcId, UDT_HEADTOP, WarlordHelmet); + setunitdata(.@npcId, UDT_HEADMIDDLE, WarlordPlate); + setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); + setunitdata(.@npcId, UDT_WEAPON, JeansChaps); + setunitdata(.@npcId, UDT_HAIRSTYLE, 2); + setunitdata(.@npcId, UDT_HAIRCOLOR, 4); + + .sex = G_MALE; + .distance = 5; + end; +} + -- cgit v1.2.3-60-g2f50