diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-16 17:05:54 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-16 17:05:54 -0200 |
commit | c1b87bf0d27f87977a0edc6e18d980f726e53def (patch) | |
tree | 5bd2139f1fe6dc5e534a4a3bc750b0ea733f147b /npc | |
parent | e782c2a7adb7ae071cbdff7bba86be4236d3c45a (diff) | |
download | serverdata-c1b87bf0d27f87977a0edc6e18d980f726e53def.tar.gz serverdata-c1b87bf0d27f87977a0edc6e18d980f726e53def.tar.bz2 serverdata-c1b87bf0d27f87977a0edc6e18d980f726e53def.tar.xz serverdata-c1b87bf0d27f87977a0edc6e18d980f726e53def.zip |
Include the floating island of Aeros
Diffstat (limited to 'npc')
-rw-r--r-- | npc/_import.txt | 1 | ||||
-rw-r--r-- | npc/aeros/_import.txt | 2 | ||||
-rw-r--r-- | npc/commands/warp.txt | 5 |
3 files changed, 7 insertions, 1 deletions
diff --git a/npc/_import.txt b/npc/_import.txt index eb8110c79..c5fd0ffc5 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -99,5 +99,6 @@ @include "npc/008-2-7/_import.txt" @include "npc/008-2-8/_import.txt" @include "npc/008-2-9/_import.txt" +@include "npc/aeros/_import.txt" @include "npc/test/_import.txt" @include "npc/testbg/_import.txt" diff --git a/npc/aeros/_import.txt b/npc/aeros/_import.txt new file mode 100644 index 000000000..c82ca8a87 --- /dev/null +++ b/npc/aeros/_import.txt @@ -0,0 +1,2 @@ +// Map aeros: Floating Kingdom of Aeros +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index b5436b7f9..48e1fd01f 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -63,7 +63,7 @@ OnInit: setarray .aliases$[0], // ARTIS - "^ARTIS", "001-1 89 86", // artis town square + "^ARTIS", "001-1 89 86", // artis town square // PROLOGUE "^START|^BEGIN", "000-0 22 24", // starting point @@ -72,6 +72,9 @@ OnInit: "^TULIM", "003-1 41 48", // Tulishmar "^CANDOR", "005-1 28 92", // Tulishmar + // TMW-BR + "^AEROS", "aeros 76 26", // Floating Island of Aeros (GM Events) + // WOODLAND "^HURN", "008-1 79 64"; // hurnscald: town square |