diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-27 08:57:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-27 08:57:43 -0300 |
commit | 07eea426820c4d11172d35b59b2c228b1dd68132 (patch) | |
tree | ba2afeac49047094ca23ac206aa7eff8880f01e2 | |
parent | 87918ef1f39120aef109098277044a2ed31c724d (diff) | |
download | serverdata-07eea426820c4d11172d35b59b2c228b1dd68132.tar.gz serverdata-07eea426820c4d11172d35b59b2c228b1dd68132.tar.bz2 serverdata-07eea426820c4d11172d35b59b2c228b1dd68132.tar.xz serverdata-07eea426820c4d11172d35b59b2c228b1dd68132.zip |
Drasil Island is no more
-rw-r--r-- | maps/re/000-1.mcache | bin | 1538 -> 63 bytes | |||
-rw-r--r-- | npc/000-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/000-1/exit.txt | 6 | ||||
-rw-r--r-- | npc/commands/warp.txt | 1 |
4 files changed, 5 insertions, 4 deletions
diff --git a/maps/re/000-1.mcache b/maps/re/000-1.mcache Binary files differindex c01cb3d44..cbf96b68f 100644 --- a/maps/re/000-1.mcache +++ b/maps/re/000-1.mcache diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt index 025033b6e..ac7671f81 100644 --- a/npc/000-1/_import.txt +++ b/npc/000-1/_import.txt @@ -1,4 +1,4 @@ -// Map 000-1: Drasil Island +// Map 000-1: Jesusalva's Trap // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/000-1/exit.txt", "npc/000-1/mapflags.txt", diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index 1c7dad6de..788ef0bc6 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -4,13 +4,15 @@ // Description: // Special Soul Menhir which only allows leaving the map. -000-1,78,110,0 script Emergency Exit NPC_SOUL_CURSED,{ +000-1,22,22,0 script Emergency Exit NPC_SOUL_CURSED,2,2,{ OnTouch: OnTalk: OnTalkNearby: + if (getsavepoint(0) != "000-1") warp "SAVE"; + if (getsavepoint(0) != "000-1") end; savepoint "002-1", 53, 38; warp "002-1", 53, 38; - close; + end; } diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index fadac23ff..d1bf7940e 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -73,7 +73,6 @@ OnInit: "^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 |