From b3c25ec3d41cf95c04270adbc08c0c30b1848d48 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Aug 2020 18:28:47 -0300 Subject: Doomsday Act 5 - Keshlam's Adventurer Guild (#560) Contains utils, gameplay and epilogue functions for Doomsday Act 5 THE FINAL BATTLE Note: Balancing patches may follow and are expected. The debug commands (`@js33`, `@js67` and `@js99`) were not removed. There might be overlap in voicing, in case specialeffect2() fails to work as intended. Bonus Content: * MONOCLE QUEST * Golden Apple healing is now instantaneous. * PVP Coin (Unrelated but anyway) * Golden PVP Cap. * Fix PVP Cap weight. --- world/map/npc/099-8/mobs.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'world/map/npc/099-8/mobs.txt') diff --git a/world/map/npc/099-8/mobs.txt b/world/map/npc/099-8/mobs.txt index 67518836..b46efc08 100644 --- a/world/map/npc/099-8/mobs.txt +++ b/world/map/npc/099-8/mobs.txt @@ -14,6 +14,10 @@ OnClock1200: goto L_Main; L_Main: + // Do not waste RAM/CPU if we don't need it + if ($DOOMSDAY_TWARP) + end; + // 1 MONSTER PER 30 TILES, TOTAL 4320 MONSTERS // 1440 monsters of each kind // 360 monsters per quadrand; Center is the pillar in (201, 201) -- cgit v1.2.3-70-g09d2