summaryrefslogtreecommitdiff
path: root/npc/001-1/portal.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/001-1/portal.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/001-1/portal.txt')
-rw-r--r--npc/001-1/portal.txt15
1 files changed, 15 insertions, 0 deletions
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;
+}