summaryrefslogtreecommitdiff
path: root/npc/functions/soul_menhir.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-22 09:41:49 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-22 09:41:49 -0300
commit78de6b7b7632923396899ddf38cc72238925dae1 (patch)
tree39965ff03f995bbfb1932981e3c7d8b6880368db /npc/functions/soul_menhir.txt
parent2cd832ea08834f56c81b18e664a8d58b36679fc2 (diff)
downloadserverdata-78de6b7b7632923396899ddf38cc72238925dae1.tar.gz
serverdata-78de6b7b7632923396899ddf38cc72238925dae1.tar.bz2
serverdata-78de6b7b7632923396899ddf38cc72238925dae1.tar.xz
serverdata-78de6b7b7632923396899ddf38cc72238925dae1.zip
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!
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r--npc/functions/soul_menhir.txt14
1 files changed, 13 insertions, 1 deletions
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;