diff options
author | gumi <git@gumi.ca> | 2018-01-17 16:06:33 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-01-17 16:06:33 -0500 |
commit | 4df8bc5cb4348dfab41d5a1904934180df46e637 (patch) | |
tree | ec61a901060645a3b977f1dca52dea508187bde2 /world/map/npc/functions | |
parent | e8f7ffe230492fb299bc7f6d9063dc3191c6e05d (diff) | |
download | serverdata-4df8bc5cb4348dfab41d5a1904934180df46e637.tar.gz serverdata-4df8bc5cb4348dfab41d5a1904934180df46e637.tar.bz2 serverdata-4df8bc5cb4348dfab41d5a1904934180df46e637.tar.xz serverdata-4df8bc5cb4348dfab41d5a1904934180df46e637.zip |
add underworld, abyss
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/gm_island.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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; |