From b732d581cebcc97f5a831cf3775525942acc7020 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 30 May 2018 19:32:24 -0300 Subject: Do not allow @toevent on 000-x maps (uh, you need BaseLevel 10 anyway) --- npc/commands/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 564531d52..1bcab8879 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -110,7 +110,7 @@ OnCall: dispbottom l("You cannot be hurt to do this trip."); else if (getmapname() ~= "001-*") dispbottom l("You are already at the Mana Plane of Existence."); - else if (getmapname() == "boss" || getmapname() == "sec_pri") + else if (getmapname() == "boss" || getmapname() == "sec_pri" || getmapname() ~= "000-*") dispbottom l("The Mana Plane is currently out of reach."); else warp "001-1", 235, 26; -- cgit v1.2.3-60-g2f50