From dc6c84c46c9849cb74bb5335d7f25625a9064993 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sat, 24 Feb 2018 18:36:10 -0300 Subject: Move Aahna to Tulimshar --- npc/003-1/_import.txt | 1 + npc/003-1/aahna.txt | 15 +++++++++++++++ npc/005-1/_import.txt | 1 - npc/005-1/aahna.txt | 10 ---------- 4 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 npc/003-1/aahna.txt delete mode 100644 npc/005-1/aahna.txt (limited to 'npc') diff --git a/npc/003-1/_import.txt b/npc/003-1/_import.txt index f31b7ec9d..1dec81be5 100644 --- a/npc/003-1/_import.txt +++ b/npc/003-1/_import.txt @@ -2,6 +2,7 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-1/_mobs.txt", "npc/003-1/_warps.txt", +"npc/003-1/aahna.txt", "npc/003-1/ched.txt", "npc/003-1/constableperry.txt", "npc/003-1/cyndala.txt", diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt new file mode 100644 index 000000000..1a61eafec --- /dev/null +++ b/npc/003-1/aahna.txt @@ -0,0 +1,15 @@ +// TMW-2 Script +// Author: +// Jesusalva + + +003-1,53,128,0 script Aahna NPC_ELVEN_FEMALE,{ + mesn; + mesq l("Hello, What a lovely day for a stroll."); + close; + +OnInit: + .sex = G_FEMALE; + .distance = 5; + end; +} diff --git a/npc/005-1/_import.txt b/npc/005-1/_import.txt index 9aee99666..005166ff2 100644 --- a/npc/005-1/_import.txt +++ b/npc/005-1/_import.txt @@ -2,7 +2,6 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/005-1/_mobs.txt", "npc/005-1/_warps.txt", -"npc/005-1/aahna.txt", "npc/005-1/ayasha.txt", "npc/005-1/liana.txt", "npc/005-1/maya.txt", diff --git a/npc/005-1/aahna.txt b/npc/005-1/aahna.txt deleted file mode 100644 index f270ad189..000000000 --- a/npc/005-1/aahna.txt +++ /dev/null @@ -1,10 +0,0 @@ -005-1,61,43,0 script Aahna NPC_ELVEN_FEMALE,{ - mesn; - mesq l("Hello, What a lovely day for a stroll."); - close; - -OnInit: - .sex = G_FEMALE; - .distance = 5; - end; -} -- cgit v1.2.3-70-g09d2