From bb7653be55fdc48f98f3def7497810eb31405c3b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 20 Apr 2020 21:52:32 -0300 Subject: Doomsday Act 4 (#554) Restrict the Smoking Pipe to level 18 (also an easter egg) Prepare some Act 5 maps. Triggers for Doomsday Act 4 Add the Golem, one of the meaniest monsters I ever added. Special effect sequencing for Act 4. Also add a 10k experience reward to whoever is on the map by time the boss is slain. Good luck, brave players! (Recommended 3 repeats, Advsised max 6 repeats, script gives up after 20 repeats) --- world/map/npc/099-3/_import.txt | 6 ++++++ world/map/npc/099-3/_mobs.txt | 3 +++ world/map/npc/099-3/_nodes.txt | 4 ++++ world/map/npc/099-3/_warps.txt | 17 +++++++++++++++++ 4 files changed, 30 insertions(+) create mode 100644 world/map/npc/099-3/_import.txt create mode 100644 world/map/npc/099-3/_mobs.txt create mode 100644 world/map/npc/099-3/_nodes.txt create mode 100644 world/map/npc/099-3/_warps.txt (limited to 'world/map/npc/099-3') diff --git a/world/map/npc/099-3/_import.txt b/world/map/npc/099-3/_import.txt new file mode 100644 index 00000000..a75c6f6d --- /dev/null +++ b/world/map/npc/099-3/_import.txt @@ -0,0 +1,6 @@ +// Map 099-3: Nu'RamBasement +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 099-3 +npc: npc/099-3/_mobs.txt +npc: npc/099-3/_nodes.txt +npc: npc/099-3/_warps.txt diff --git a/world/map/npc/099-3/_mobs.txt b/world/map/npc/099-3/_mobs.txt new file mode 100644 index 00000000..17190db0 --- /dev/null +++ b/world/map/npc/099-3/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Nu'RamBasement mobs + diff --git a/world/map/npc/099-3/_nodes.txt b/world/map/npc/099-3/_nodes.txt new file mode 100644 index 00000000..e28bcf32 --- /dev/null +++ b/world/map/npc/099-3/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Nu'RamBasement nodes + +// (no nodes) diff --git a/world/map/npc/099-3/_warps.txt b/world/map/npc/099-3/_warps.txt new file mode 100644 index 00000000..37f57051 --- /dev/null +++ b/world/map/npc/099-3/_warps.txt @@ -0,0 +1,17 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Nu'RamBasement warps + +099-3,72,25|warp|-1,-1,099-1,119,115 +099-3,29,62|warp|-1,-1,099-1,48,17 +099-3,35,62|warp|-1,-1,099-1,76,26 +099-3,41,62|warp|-1,-1,099-1,128,18 +099-3,47,62|warp|-1,-1,099-1,110,45 +099-3,53,62|warp|-1,-1,099-1,120,79 +099-3,59,62|warp|-1,-1,099-1,113,98 +099-3,79,62|warp|-1,-1,099-1,125,98 +099-3,85,62|warp|-1,-1,099-1,60,93 +099-3,91,62|warp|-1,-1,099-1,20,55 +099-3,97,62|warp|-1,-1,099-1,14,55 +099-3,103,62|warp|-1,-1,099-1,15,68 +099-3,109,62|warp|-1,-1,099-1,19,94 +099-3,115,62|warp|-1,-1,099-1,57,52 -- cgit v1.2.3-70-g09d2