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 /npc/000-1 | |
parent | 87918ef1f39120aef109098277044a2ed31c724d (diff) | |
download | serverdata-07eea426820c4d11172d35b59b2c228b1dd68132.tar.gz serverdata-07eea426820c4d11172d35b59b2c228b1dd68132.tar.bz2 serverdata-07eea426820c4d11172d35b59b2c228b1dd68132.tar.xz serverdata-07eea426820c4d11172d35b59b2c228b1dd68132.zip |
Drasil Island is no more
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/000-1/exit.txt | 6 |
2 files changed, 5 insertions, 3 deletions
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; } |