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
Queen Ant Raidboss Spawntime
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 130
- Joined: Wed Dec 23, 2009 7:25 am
Re: Queen Ant Raidboss Spawntime
Anyone know anything about GrandBossManager not working correctly? I've never touched it...
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Queen Ant Raidboss Spawntime
did you spawn queen ant manually?
-
- Posts: 130
- Joined: Wed Dec 23, 2009 7:25 am
Re: Queen Ant Raidboss Spawntime
Possibly a while back, maybe in town. Could that be interfering? If so, how would I go about correcting this?
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Queen Ant Raidboss Spawntime
if it was killed then yes.
-
- Posts: 89
- Joined: Mon Sep 15, 2008 8:51 am
Re: Queen Ant Raidboss Spawntime
Shutdown the server and run these queries:moooo wrote:Possibly a while back, maybe in town. Could that be interfering? If so, how would I go about correcting this?
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.