diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/warp.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index 1d9b1123b..28eda8707 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -9,8 +9,10 @@ // #w "char" <map or anchor> [, x [, y]] // // example: -// @w artis -// #w "char" artis +// @w hali +// @w halin +// @w halinarzo +// #w "char" hali - script @w 32767,{ end; @@ -77,8 +79,9 @@ OnInit: // GM Stuff "^AEROS|^GM", "001-1 235 26", // Floating Island of Aeros (GM Events) + "^ARENA", "001-2 125 222", // Aeros Arena (GM Events) "^EASTER", "001-4 151 157", // Easter Event Map - "^SOREN", "soren 179 56", // Unimplemented map + "^SOREN", "soren 179 76", // Part of the Yeti King quest (todo) "^JAIL|^PRISON", "sec_pri 28 25"; // Jesusalva's Prison (and last line) |