How set all bosses respawn time as the same like 12h + 30 min random?

Alexander9595

Heir
Customer
have some xml or config where i set all bosses for the same respawn time? exclude Big bosses ?

and i can set Valakas and Antharas to respawn like : in one month has 4 weeks, first saturday respawn antharas, second saturday respawn valakas, thirt saturday respawn antharas

and so it goes on .


someone knows about it?
 
 
have some xml or config where i set all bosses for the same respawn time? exclude Big bosses ?

and i can set Valakas and Antharas to respawn like : in one month has 4 weeks, first saturday respawn antharas, second saturday respawn valakas, thirt saturday respawn antharas

and so it goes on .


someone knows about it?
not sure about normal raid bosses maybe there is also other way but you can
use notepad++ and find/replace ALL respawn time of raid bosses inside data/spawn folder.
like you find where: respawn="129600" respawn_rand="86400"
and change to your time. 12h +-30min is= respawn="43200" respawn_rand="1800"...

about epics it is like the guide Mrtitan posted above.
 
so, need to set namually ? one by one?
@Alexander9595 notepad ++ can do this with just 1 click. whatch a guide or somthing.
you open all files that have information that you want to change. then you replace the info you want
and you can replace the same info in all open files or even in a folder of your choise, in your example data/spawn folder.
read my vrevious post for what to change and how it looks like.

@lightbringer cron tab will also do the job if you want to control some specific raids like epics and custom raids....
but how can you randomize the spawn of 200+ different raids WITH EACH OTHER?
can you do this with cron?

i mean, every time a monster or raid is killed.... respawn timer will count from the time of death and spawn the monster again in world.
if an admin wanna change all raids respawn time, how can he set it by cron tab?
 
@geo
either way whatch that guide or wtv to find out how to use notepadd and affect many lines or files at one click...
it will save you time, effort and typo mistakes for future edits in datapack or client!
Yeah i use Notepadd, but dont know about affect many lines, i will study more, thanks bro !
 
Back
Top