diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-05 10:53:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-05 10:53:25 -0300 |
commit | bddbd1b817b662a8dd252d5cec06f2fd708288fc (patch) | |
tree | 6a6453748b085797850c8ae864c55fc3ba7d6362 | |
parent | 0cd22b3fd9084f3b2f7d5c58ec44e333fdabd972 (diff) | |
download | serverdata-bddbd1b817b662a8dd252d5cec06f2fd708288fc.tar.gz serverdata-bddbd1b817b662a8dd252d5cec06f2fd708288fc.tar.bz2 serverdata-bddbd1b817b662a8dd252d5cec06f2fd708288fc.tar.xz serverdata-bddbd1b817b662a8dd252d5cec06f2fd708288fc.zip |
Soren.tmx changed, make maps
-rw-r--r-- | maps/re/soren.mcache | bin | 1232 -> 1351 bytes | |||
-rw-r--r-- | npc/commands/warp.txt | 9 | ||||
-rw-r--r-- | npc/soren/_warps.txt | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/maps/re/soren.mcache b/maps/re/soren.mcache Binary files differindex fea0d568f..dd6c150d0 100644 --- a/maps/re/soren.mcache +++ b/maps/re/soren.mcache 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) diff --git a/npc/soren/_warps.txt b/npc/soren/_warps.txt index 468ee5657..5f74407f7 100644 --- a/npc/soren/_warps.txt +++ b/npc/soren/_warps.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map soren: Soren's Village warps -soren,105,37,0 warp #soren_105_37 0,0,soren-2,32,36 +soren,105,57,0 warp #soren_105_57 0,0,soren-2,32,36 |