Monster attack monster

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
laikeriz
Posts: 48
Joined: Sun Feb 01, 2009 8:35 pm

Monster attack monster

Post by laikeriz »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3502:
L2JDP Revision 3506:
How do i make monster attack monster. I tried:

Code: Select all

			monster1.setTarget(monster2);			monster1.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, monster2);
But it doesn't work.
dip_bow
Posts: 48
Joined: Wed Feb 18, 2009 11:58 am
Location: Spain

Re: Monster attack monster

Post by dip_bow »

Post Reply