diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-26 23:13:15 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-26 23:13:15 -0300 |
commit | f85715a8040993fb6ed3b4cc1a581ffbb36c41ce (patch) | |
tree | 4b8d6fcbee2b9b58ce6f5daff3d1ae246076bb13 /npc | |
parent | 7eab67074fdcdcb8e23c3bdd46e1507a0ac0086a (diff) | |
download | serverdata-f85715a8040993fb6ed3b4cc1a581ffbb36c41ce.tar.gz serverdata-f85715a8040993fb6ed3b4cc1a581ffbb36c41ce.tar.bz2 serverdata-f85715a8040993fb6ed3b4cc1a581ffbb36c41ce.tar.xz serverdata-f85715a8040993fb6ed3b4cc1a581ffbb36c41ce.zip |
Add @w Jail and @w Prison. Also reorder @w warps
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/warp.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index 67c9f62cc..f62e606f3 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -68,14 +68,13 @@ OnInit: // TMW2 "^TULIM", "003-1 41 48", // Tulishmar - "^CANDOR", "005-1 28 92", // Tulishmar + "^CANDOR", "005-1 28 92", // Candor + "^HURN", "008-1 79 64"; // hurnscald: town square - // TMW-BR - "^AEROS", "001-1 235 26", // Floating Island of Aeros (GM Events) - "^GM", "001-1 235 26", // Floating Island of Aeros (GM Events) + // GM Stuff + "^AEROS|^GM", "001-1 235 26", // Floating Island of Aeros (GM Events) + "^JAIL|^PRISON", "sec_pri 28 25", // Jesusalva's Prison - // WOODLAND - "^HURN", "008-1 79 64"; // hurnscald: town square .count = getarraysize(.aliases$[0]); |