Queen Ant Raidboss Spawntime

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
moooo
Posts: 130
Joined: Wed Dec 23, 2009 7:25 am

Queen Ant Raidboss Spawntime

Post 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
moooo
Posts: 130
Joined: Wed Dec 23, 2009 7:25 am

Re: Queen Ant Raidboss Spawntime

Post by moooo »

Anyone know anything about GrandBossManager not working correctly? I've never touched it...
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Queen Ant Raidboss Spawntime

Post by JIV »

did you spawn queen ant manually?
moooo
Posts: 130
Joined: Wed Dec 23, 2009 7:25 am

Re: Queen Ant Raidboss Spawntime

Post by moooo »

Possibly a while back, maybe in town. Could that be interfering? If so, how would I go about correcting this?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Queen Ant Raidboss Spawntime

Post by JIV »

if it was killed then yes.
macdonald12
Posts: 89
Joined: Mon Sep 15, 2008 8:51 am

Re: Queen Ant Raidboss Spawntime

Post 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.
Post Reply