From bb7285c15066499c68f7d56cdc97020559058ccc Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 24 Jan 2009 22:57:19 +0000 Subject: Move amrak to the woodland and give him new text --- npc/012-1_Woodland_Hills/_import.txt | 1 + npc/012-1_Woodland_Hills/amrak.txt | 10 ++++++++++ npc/020-1_Nivalis/_import.txt | 1 - npc/020-1_Nivalis/amrak.txt | 17 ----------------- 4 files changed, 11 insertions(+), 18 deletions(-) create mode 100644 npc/012-1_Woodland_Hills/amrak.txt delete mode 100644 npc/020-1_Nivalis/amrak.txt (limited to 'npc') diff --git a/npc/012-1_Woodland_Hills/_import.txt b/npc/012-1_Woodland_Hills/_import.txt index c4438c6c..8876b855 100644 --- a/npc/012-1_Woodland_Hills/_import.txt +++ b/npc/012-1_Woodland_Hills/_import.txt @@ -1,6 +1,7 @@ map: 012-1.gat npc: npc/012-1_Woodland_Hills/_mobs.txt npc: npc/012-1_Woodland_Hills/_warps.txt +npc: npc/012-1_Woodland_Hills/amrak.txt npc: npc/012-1_Woodland_Hills/monsters.txt npc: npc/012-1_Woodland_Hills/injured-mouboo.txt npc: npc/012-1_Woodland_Hills/shops.txt diff --git a/npc/012-1_Woodland_Hills/amrak.txt b/npc/012-1_Woodland_Hills/amrak.txt new file mode 100644 index 00000000..5a2a547a --- /dev/null +++ b/npc/012-1_Woodland_Hills/amrak.txt @@ -0,0 +1,10 @@ +// + +012-1.gat,137,104,0 script Amrak 103, { + mes "[Amrak]"; + mes "\"I'm studying this waterfall. The water seems to flow from it like magic.\""; + next; + mes "[Amrak]"; + mes "\"Unfortunately, I've had trouble getting up there. The monsters in these caves scare me.\""; + close; +} diff --git a/npc/020-1_Nivalis/_import.txt b/npc/020-1_Nivalis/_import.txt index 0e18f3ac..92d4b629 100644 --- a/npc/020-1_Nivalis/_import.txt +++ b/npc/020-1_Nivalis/_import.txt @@ -1,7 +1,6 @@ map: 020-1.gat npc: npc/020-1_Nivalis/_mobs.txt npc: npc/020-1_Nivalis/_warps.txt -npc: npc/020-1_Nivalis/amrak.txt npc: npc/020-1_Nivalis/sexchanger.txt npc: npc/020-1_Nivalis/soul-menhir.txt npc: npc/020-1_Nivalis/startrek.txt diff --git a/npc/020-1_Nivalis/amrak.txt b/npc/020-1_Nivalis/amrak.txt deleted file mode 100644 index 19979ca0..00000000 --- a/npc/020-1_Nivalis/amrak.txt +++ /dev/null @@ -1,17 +0,0 @@ -// - -020-1.gat,66,90,0 script Amrak 103, { - mes "[Amrak]"; - mes "\"This... stone..."; - mes "I have never seen a mineral like this"; - mes "before."; - mes "And some strange... aura... seems to"; - mes "emit from it.\""; - next; - mes "[Amrak]"; - mes "\"Where did it come from?"; - mes "How did it got here?"; - mes "What's its purpose?"; - mes "I will solve its riddle for sure.\""; - close; -} -- cgit v1.2.3-70-g09d2