From 4df8bc5cb4348dfab41d5a1904934180df46e637 Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 17 Jan 2018 16:06:33 -0500 Subject: add underworld, abyss --- world/map/npc/functions/gm_island.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'world/map/npc/functions') diff --git a/world/map/npc/functions/gm_island.txt b/world/map/npc/functions/gm_island.txt index 97fd8230..50fe9c8c 100644 --- a/world/map/npc/functions/gm_island.txt +++ b/world/map/npc/functions/gm_island.txt @@ -15,6 +15,8 @@ function|script|GmWarp if ($@GM_EVENT_WARP == 2) warp "028-1", 119, 74; if ($@GM_EVENT_WARP == 3) warp "028-3", 68, 36; if ($@GM_EVENT_WARP == 4) warp "001-3", 0, 0; + if ($@GM_EVENT_WARP == 5) warp "070-1", 30, 92; + if ($@GM_EVENT_WARP == 6) warp "070-3", 60, 63; return; } function|script|GmDebug @@ -32,7 +34,9 @@ L_GmChoose: "GM Island (entrance)", L_GmStart, "GM Island (auditorium)", L_GmStart, "GM Island (cave)", L_GmStart, - "Tulimshar Arena", L_GmStart; + "Tulimshar Arena", L_GmStart, + "Underworld", L_GmStart, + "The Abyss", L_GmStart; L_GmStart: set $@GM_EVENT_WARP, @menu; -- cgit v1.2.3-60-g2f50