From 07eea426820c4d11172d35b59b2c228b1dd68132 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Mar 2018 08:57:43 -0300 Subject: Drasil Island is no more --- npc/000-1/_import.txt | 2 +- npc/000-1/exit.txt | 6 ++++-- npc/commands/warp.txt | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'npc') 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 -- cgit v1.2.3-60-g2f50