From 8b46c15ec2d0a147f3af6945e2803c9ccc68ce31 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Jun 2018 13:49:36 -0300 Subject: Make Maps, add Helena template, gtg --- maps/re/007-1.mcache | Bin 2086 -> 2067 bytes npc/012-2/_import.txt | 1 + npc/012-2/helena.txt | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 npc/012-2/helena.txt diff --git a/maps/re/007-1.mcache b/maps/re/007-1.mcache index b70155555..63c023a77 100644 Binary files a/maps/re/007-1.mcache and b/maps/re/007-1.mcache differ diff --git a/npc/012-2/_import.txt b/npc/012-2/_import.txt index e1584dc25..84133ceed 100644 --- a/npc/012-2/_import.txt +++ b/npc/012-2/_import.txt @@ -1,3 +1,4 @@ // Map 012-2: Hurnscald Inn // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/012-2/_warps.txt", +"npc/012-2/helena.txt", diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt new file mode 100644 index 000000000..fe84d93e6 --- /dev/null +++ b/npc/012-2/helena.txt @@ -0,0 +1,25 @@ +// TMW2 Script. +// Author: +// Jesusalva +// Description: +// Lena + +012-2,47,40,0 script Helena NPC_FEMALE,{ + + mesn; + mesq lg("Hello, madam!", "Hello, sir!"); + close; + +OnInit: + .@npcId = getnpcid(0, .name$); + setunitdata(.@npcId, UDT_HEADTOP, FairyHat); + setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); + setunitdata(.@npcId, UDT_HEADBOTTOM, CottonSkirt); + setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); + setunitdata(.@npcId, UDT_HAIRSTYLE, 17); + setunitdata(.@npcId, UDT_HAIRCOLOR, 7); + + .sex = G_FEMALE; + .distance = 5; + end; +} -- cgit v1.2.3-60-g2f50