diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-26 23:34:16 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-26 23:34:16 -0300 |
commit | 2d0fddc4907a165d795c48e4c6801d28251bd3e2 (patch) | |
tree | fab5fd5c3f9d53db7b6470355947d6329dd88915 /npc/commands | |
parent | f85715a8040993fb6ed3b4cc1a581ffbb36c41ce (diff) | |
download | serverdata-2d0fddc4907a165d795c48e4c6801d28251bd3e2.tar.gz serverdata-2d0fddc4907a165d795c48e4c6801d28251bd3e2.tar.bz2 serverdata-2d0fddc4907a165d795c48e4c6801d28251bd3e2.tar.xz serverdata-2d0fddc4907a165d795c48e4c6801d28251bd3e2.zip |
Soul Menhirs can send players to Aeros. The portal can be used to go back or enable event.
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/warp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index f62e606f3..dea307bd4 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -69,11 +69,11 @@ OnInit: // TMW2 "^TULIM", "003-1 41 48", // Tulishmar "^CANDOR", "005-1 28 92", // Candor - "^HURN", "008-1 79 64"; // hurnscald: town square + "^HURN", "008-1 79 64", // hurnscald: town square // GM Stuff "^AEROS|^GM", "001-1 235 26", // Floating Island of Aeros (GM Events) - "^JAIL|^PRISON", "sec_pri 28 25", // Jesusalva's Prison + "^JAIL|^PRISON", "sec_pri 28 25"; // Jesusalva's Prison (and last line) .count = getarraysize(.aliases$[0]); |