From 78de6b7b7632923396899ddf38cc72238925dae1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 09:41:49 -0300 Subject: Block @spawn on Aeros again, upgrade eventmaster, portal and soul menhir :c_: Now you can configure if you'll use West, East, or whole aeros Island, and spawn accordingly using the Event Master. Hooray! --- npc/001-1/portal.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'npc/001-1/portal.txt') diff --git a/npc/001-1/portal.txt b/npc/001-1/portal.txt index d07ad58bc..cb5fbeb2d 100644 --- a/npc/001-1/portal.txt +++ b/npc/001-1/portal.txt @@ -68,3 +68,18 @@ L_TranslationFix: L_Close: close; } + +// This is a copy for west Aeros +001-1,23,107,0 script World Gate 2 NPC_HIDDEN,1,0,{ +OnTouch: + mesn; + mes l("This Portal can send your soul back to the world, along any items, money and/or experience gained."); + mes l("Would you like to leave this place?"); + menu + l("No."), L_Close, + l("Yes."), L_Leave; + +L_Leave: + warp getsavepoint(0), getsavepoint(1), getsavepoint(2); + goto L_Close; +} -- cgit v1.2.3-70-g09d2