How Queen Ant works?

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
davide874
Posts: 112
Joined: Sat Apr 19, 2008 10:45 am

How Queen Ant works?

Post by davide874 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4420
L2JDP Revision Number: 7668

Hi people,

this may not be to best place to ask that question but i hope i'm not doing anything wrong.

My problem is the QA: how does that rb work?

I mean: yesterday i teleported to the QA using the //admin teleport. There was a Queen ant larva here.
My char is level 85, i tried to attack the larva but she was immortal. I switched my char to level 40, hit the larva and she died. Since nothing was happening after the larva died, i manually spawned the Queen Ant.
I changed her level to 85 and //delete her. After that, i went to sleep and relogged today.

I went back to the QA spot and the larva was there again. Killed her (she wasn't immortal now!), she died and disappeared.

How do i make the real QA spawn? Do i need to wait for her after the larva dies? Are QA and larva independent?

I had a look at the QueenAnt.java but couldn't figure out that

hope someone can enlight me!
Bye and thx!

EDIT: i tried to /target Queen Ant. I CAN TARGET HER but i can't delete her or recall. Is somewhere inside the nest (above my head or underground) but i can't delete or recall...
Image

The place where i am in this screenshot is the same coordinates of queen ant spawn inside the queenant.java file

Code: Select all

if (status == DEAD)        {            // load the unlock date and time for queen ant from DB            long temp = info.getLong("respawn_time") - System.currentTimeMillis();            // if queen ant is locked until a certain time, mark it so and start the unlock timer            // the unlock time has not yet expired.            if (temp > 0)                startQuestTimer("queen_unlock", temp, null, null);            else            {                // the time has already expired while the server was offline. Immediately spawn queen ant.                L2GrandBossInstance queen = (L2GrandBossInstance) addSpawn(QUEEN, -21610, 181594, -5734, 0, false, 0);                GrandBossManager.getInstance().setBossStatus(QUEEN, ALIVE);                spawnBoss(queen);            }        }
GizZ
Posts: 53
Joined: Thu May 13, 2010 5:00 pm

Re: How Queen Ant works?

Post by GizZ »

My only problem with ant queen is that wean i port to her i get raid curse.... I thought i forgot to deactivate the raid curse but was off... So i think the raid curse is buged .. atleaste on the Ant queen
davide874
Posts: 112
Joined: Sat Apr 19, 2008 10:45 am

Re: How Queen Ant works?

Post by davide874 »

raid curse id different from raid pietrification

The curse is the "silence"

Open xml of petrification and set the skill type to "NOT_DONE"

this will disable pietrification
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: How Queen Ant works?

Post by jurchiks »

viewtopic.php?f=77&t=16496

I've also posted about that in another topic and she really seems to be above the cave. Doesn't matter if she's just respawned or standing there for days. It's weird really, there were 2 completely different coordinates and both teleported me to the exact same spot which was supposed to be the spawn point, but she wasn't there.

Try adding ~1k to Z coord, you should spawn above the cave, check if she's there. If you can target her, then she is spawned somewhere.

About the spawning - QA minions spawn together with QA.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply