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/functions/soul_menhir.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'npc/functions/soul_menhir.txt') diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 831451e89..f83242f8f 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -41,7 +41,19 @@ L_Save: L_Aeros: if (!$@GM_EVENT) goto L_DontPanic; - warp "001-1", 235, 26; + .@gt=$@AEROS_SPWN; + if (.@gt == 2) { + select + l("East Aeros"), + l("West Aeros"); + .@gt=@menu-1; + } + switch ($@AEROS_SPWN) { + case 0: + warp "001-1", 235, 26; break; + case 1: + warp "001-1", 23, 108; break; + } message strcharinfo(0), l("You are now at the Mana Plane of Existence, at the Floating Island of Aeros."); close; -- cgit v1.2.3-60-g2f50