Page 1 of 1

Hourly Boss Spawns (Depenizen & MythicMobs Required)

Posted: July 21st, 2020, 11:19 am
by ZNChano
This script will spawn a Boss every hour in a specified location.
To use, run this command whilst standing at your desired spawn location:
/ex note <player.location> as:Boss1

The bosses are limited so that there can only be one boss on the server at one time.
^ This WILL break if you use the generic "/mm m killall" command to clear your bosses.
Instead you must use the included Wipe command "/wipebosses"
Bosses also will be wiped 2.5 Hours after spawning to ensure a new boss can spawn.

The Script also includes an item that you can give to players to spawn a boss.

Make sure to insert your bosses in the areas "INSERTMYTHICMOBNAMEHERE" within the script.

Updated July 21st 9:05 PM
Haste Link: https://one.denizenscript.com/haste/72709

Re: Hourly Boss Spawns (Depenizen & MythicMobs Required)

Posted: July 21st, 2020, 3:09 pm
by mcmonkey
Bot check:
Image

The tag should be <server.online_players>

Those scripts should probably have debug: false set.

every:1 is redundant.

Re: Hourly Boss Spawns (Depenizen & MythicMobs Required)

Posted: July 21st, 2020, 5:59 pm
by ZNChano
I will fix all of that. Thanks! Also, I only added "Every:1" so that it made it easier for users to change it if they wanted a different interval

Re: Hourly Boss Spawns (Depenizen & MythicMobs Required)

Posted: July 21st, 2020, 6:06 pm
by ZNChano
Updated!