Cron Tab Queen Ant

GaijinDev

Heir
Customer
1746412394382.webp
Is this configuration correct? I killed the antqueen before doing it and restarted the server, but when I wait the time, the boss does not appear
 
Penguin Omg GIF by Pudgy Penguins


step 1. go make your cron respawn "10 23 * * *"
step 2. start the server
step 3. kill the monster
step 4. go database ->open raidboss_status table
step 5. find your killed monster ID and copy the respawnTime value
step 6. google: https://www.unixtimestamp.com/

at least this way, you can see when the raid will respawn
and you can see what mistake you made, if you made one.
 
Penguin Omg GIF by Pudgy Penguins


step 1. go make your cron respawn "10 23 * * *"
step 2. start the server
step 3. kill the monster
step 4. go database ->open raidboss_status table
step 5. find your killed monster ID and copy the respawnTime value
step 6. google: https://www.unixtimestamp.com/

at least this way, you can see when the raid will respawn
and you can see what mistake you made, if you made one.
Thank you very much friend, I realized that I needed to do the configuration first and then kill the boss and see the result of the spawn time
 
The boss is spawning normally in-game and is correctly saved in the raidboss_status table in the database with the respawn_time.


However, the status of Queen Ant does not appear in the .epic command in-game.


Does anyone know how to fix this, or is it true that .epic does not support bosses with respawn_cron?
 
The boss is spawning normally in-game and is correctly saved in the raidboss_status table in the database with the respawn_time.


However, the status of Queen Ant does not appear in the .epic command in-game.


Does anyone know how to fix this, or is it true that .epic does not support bosses with respawn_cron?

services.properties
BossStatusAdditionalIds
 
<spawn name="[queenant_room]">
<npc id="29001" count="1" respawn_cron="~30:20 30 +3 * *" pos="-21610 181594 -5720 0" />


I created this cron job and I believe it's correct — I want Queen Ant (level 40) to respawn every 3 days between 20:30 and 21:30 (GMT-3)
 
I figured it out — the problem was in the NPC XML.
Sorry for the silly mistake, and thanks a lot!
The cron is working great now.
 
Back
Top