From 1260bce71eb83d9b01ce33726b5cfbfcfed16bdc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 22 May 2018 08:33:47 -0300 Subject: Initial version for Dausen on Hasan Quest. Add Sorfina, empty. --- npc/003-4/_import.txt | 1 + npc/003-4/sorfina.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 npc/003-4/sorfina.txt (limited to 'npc/003-4') diff --git a/npc/003-4/_import.txt b/npc/003-4/_import.txt index a15662b0e..e6e197d01 100644 --- a/npc/003-4/_import.txt +++ b/npc/003-4/_import.txt @@ -1,3 +1,4 @@ // Map 003-4: Forgotten Shop // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-4/_warps.txt", +"npc/003-4/sorfina.txt", diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt new file mode 100644 index 000000000..6ee621824 --- /dev/null +++ b/npc/003-4/sorfina.txt @@ -0,0 +1,42 @@ +// TMW2 Script. +// Author: +// Saulc +// Jesusalva +// Description: +// Sorfina is Hasan's mother. + +003-4,39,33,0 script Sorfina NPC_FEMALE,{ + //if (getq(TulimsharQuest_Hasan) == 2) goto + //if (getq(TulimsharQuest_Hasan) == 3) goto + //if (getq(TulimsharQuest_Hasan) == 4) goto + //if (getq(TulimsharQuest_Hasan) == 5) goto + mesn; + mesq l("Hello, darling!"); + close; + + + + + + + + + + + + + + +OnInit: + .@npcId = getnpcid(0, .name$); + setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); + setunitdata(.@npcId, UDT_HEADMIDDLE, ValentineDress); //TODO + setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); + setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots + setunitdata(.@npcId, UDT_HAIRSTYLE, 16); + setunitdata(.@npcId, UDT_HAIRCOLOR, 4); + + .sex = G_FEMALE; + .distance = 5; + end; +} -- cgit v1.2.3-60-g2f50