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/commands | |
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/commands')
-rw-r--r-- | npc/commands/warp.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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 |