From f992808a952e42109ad5679059828b72a3f632e1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 Oct 2021 17:39:09 -0300 Subject: The missing Frostia's Quests... Except for bounty hunter Eldrin --- npc/024-10/eldrin.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 npc/024-10/eldrin.txt (limited to 'npc/024-10/eldrin.txt') diff --git a/npc/024-10/eldrin.txt b/npc/024-10/eldrin.txt new file mode 100644 index 000000000..f03cea5a7 --- /dev/null +++ b/npc/024-10/eldrin.txt @@ -0,0 +1,30 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Questmaker Handbook 14.0 (F = Favorable) + +024-10,33,30,0 script Eldrin NPC_ELF,{ + // FIXME: Bounty House + //.@q = getq(FrostiaQuest_Rydel); + if (BaseLevel < 30) { + mesc l("The elf seems busy. He ignores you."); + close; + } + mesn; + mesq l("Sorry, we're not yet open."); + close; + +OnInit: + .@npcId = getnpcid(.name$); + setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); + setunitdata(.@npcId, UDT_HEADMIDDLE, Chainmail); + setunitdata(.@npcId, UDT_HEADTOP, VikingHelmet); + setunitdata(.@npcId, UDT_HAIRSTYLE, 7); + setunitdata(.@npcId, UDT_HAIRCOLOR, 11); + + .sex = G_MALE; + .distance = 5; + end; +} + -- cgit v1.2.3-60-g2f50