Page 1 of 1

Queen Ant Raidboss Spawntime

Posted: Wed Jan 20, 2010 7:45 pm
by moooo
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number3813:
L2JDP Revision Number:6876

So, I believe it's just the Aunt Queen, but when you kill her, she respawns about 30sec to 1 min later. The gameserver console reads "GrandBossManager" Updated Queen Ant(29001) status to 1"

While other raidbosses I have tested have correctly used the RaidBossSpawnManager and with the correct spawntime. (I didnt test other Grandbosses like Antharas or Zaken..etc..)

What could be the issue here?

Thanks

Re: Queen Ant Raidboss Spawntime

Posted: Wed Jan 20, 2010 8:27 pm
by moooo
Anyone know anything about GrandBossManager not working correctly? I've never touched it...

Re: Queen Ant Raidboss Spawntime

Posted: Wed Jan 20, 2010 8:28 pm
by JIV
did you spawn queen ant manually?

Re: Queen Ant Raidboss Spawntime

Posted: Wed Jan 20, 2010 8:38 pm
by moooo
Possibly a while back, maybe in town. Could that be interfering? If so, how would I go about correcting this?

Re: Queen Ant Raidboss Spawntime

Posted: Wed Jan 20, 2010 10:01 pm
by JIV
if it was killed then yes.

Re: Queen Ant Raidboss Spawntime

Posted: Thu Jan 21, 2010 10:04 am
by macdonald12
moooo wrote:Possibly a while back, maybe in town. Could that be interfering? If so, how would I go about correcting this?
Shutdown the server and run these queries:

DELETE FROM spawnlist WHERE npc_templateid = 29001;
UPDATE grandboss_data SET respawn_time=0 WHERE boss_id=29001;


This will remove any custom spawned Queen Ant and will spawn the proper one on next server start.