diff options
-rw-r--r-- | npc/002-3/note.txt | 4 | ||||
-rw-r--r-- | npc/commands/warp.txt | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/npc/002-3/note.txt b/npc/002-3/note.txt index 78950a2da..5a0c01a1e 100644 --- a/npc/002-3/note.txt +++ b/npc/002-3/note.txt @@ -1,11 +1,13 @@ +// TMW-2 Script. // Evol scripts. // Authors: // gumi // Qwerty Dragon // Reid // WildX +// Jesusalva // Description: -// A small note presenting the 6 main rules of Evol Online. +// A small note presenting the rules and game-world release notes of TMW-2. 002-3,40,25,0 script Note#johanne NPC_PAPER_NOTE,{ narrator S_LAST_NEXT, diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index 9f3433aca..fadac23ff 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -72,6 +72,11 @@ OnInit: "^HURN", "008-1 79 64", // Hurnscald "^HALI", "009-1 28 33", // Halinarzo + // TBR - To Be Removed + "^DRASIL", "000-1 94 100", // (TBR) Drasil Island + "^BOSS", "boss 45 45", // (TBR) Jesusalva Boss Arena + "^BOT", "botcheck 26 30", // (TBR) Botcheck area + // GM Stuff "^AEROS|^GM", "001-1 235 26", // Floating Island of Aeros (GM Events) "^EASTER", "001-4 151 157", // Easter Event Map |