Page 1 of 1

Queen Ant

Posted: Thu Sep 06, 2012 6:27 am
by facheme
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 5605
L2JDP Revision Number: 9133

When you hit the Queen Ant you can move out of Ant Nest and is not returning to spawn
Player can make QA walk upto Gludio and kill her there.

Re: Queen Ant

Posted: Thu Sep 06, 2012 7:06 pm
by Tavo22
If you hit the queen 1 time and you try to get her out of the Zone the queen returns to the spawn point without problem. But if you continue hitting the queen near the zone border (the river) it's like the event "return home", it's being canceled and you can move the queen where you want =).

Re: Queen Ant

Posted: Thu Sep 06, 2012 9:58 pm
by UnAfraid

Re: Queen Ant

Posted: Thu Sep 06, 2012 10:31 pm
by badboy29
Interesting :) This can be implemented to all npcs I think :P

Re: Queen Ant

Posted: Thu Sep 06, 2012 11:07 pm
by UnAfraid
The last patch apply's it to all npc's

Re: Queen Ant

Posted: Thu Sep 06, 2012 11:31 pm
by Tavo22
In L2AttackableAI should be

Code: Select all

        if (me.isReturningToSpawnPoint())        {            return false;        }

Re: Queen Ant

Posted: Thu Sep 06, 2012 11:46 pm
by facheme
Tavo22 wrote:In L2AttackableAI should be

Code: Select all

        if (me.isReturningToSpawnPoint())        {            return false;        }
Yes but, the patch still does not work.

Re: Queen Ant

Posted: Sat Sep 08, 2012 10:55 pm
by Tavo22
Tested and working

http://pastebin.com/xbpNe6WD

Re: Queen Ant

Posted: Sun Sep 09, 2012 11:24 am
by UnAfraid
In retail when monster is returning to spawn you still can attack it but nothing happens i mean it says blocked its like its invul and it doesn't pays attention to your attacks it just force going back to spawn

Re: Queen Ant

Posted: Thu Sep 27, 2012 7:33 pm
by pupla
Working :)

Re: Queen Ant

Posted: Fri Sep 28, 2012 5:20 am
by netvirus
Useful effect :)