summaryrefslogtreecommitdiff
path: root/npc/001-1/eventmaster.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-06 22:15:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-06 22:15:24 -0300
commitae4a5ccdf97238c889046b7ae26fc60c67b1174c (patch)
treefeeb2dc46c4b391bca91baaf16ca120114a0fec2 /npc/001-1/eventmaster.txt
parent4cf7a9e63fb40ec5d6e58138d27cf6c0e68395e0 (diff)
downloadserverdata-ae4a5ccdf97238c889046b7ae26fc60c67b1174c.tar.gz
serverdata-ae4a5ccdf97238c889046b7ae26fc60c67b1174c.tar.bz2
serverdata-ae4a5ccdf97238c889046b7ae26fc60c67b1174c.tar.xz
serverdata-ae4a5ccdf97238c889046b7ae26fc60c67b1174c.zip
Move Aeros Extension control to Event Master
Diffstat (limited to 'npc/001-1/eventmaster.txt')
-rw-r--r--npc/001-1/eventmaster.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt
index 647443887..31ef2002e 100644
--- a/npc/001-1/eventmaster.txt
+++ b/npc/001-1/eventmaster.txt
@@ -74,6 +74,8 @@ L_Menu:
"Spawn",L_Spawn,
rif(countitem(StrangeCoin) >= 10, "Drop stuff! (10x Coins)"),L_Drop,
"Reconfigure spawn/warp points",L_Conf,
+ rif(is_gm() && .WALL, l("Open Extension")), L_DelWall,
+ rif(is_gm() && !.WALL, l("Close Extension")), L_AddWall,
"Adjust coins drop rate",L_Rate;
L_Unauthorized:
@@ -822,6 +824,18 @@ L_EventHandler:
}
close;
+L_AddWall:
+ setcells "001-1", 169, 63, 169, 76, 3, "AerosWall";
+ //setwall("001-1", 169, 63, 13, DOWN, false, "AerosWall");
+ .WALL=1;
+ close;
+
+L_DelWall:
+ delcells "AerosWall";
+ //delwall("AerosWall");
+ .WALL=0;
+ close;
+
L_Conf:
mes "";
mesn;