Monster attack monster
Posted: Sun Oct 11, 2009 10:22 am
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:
But it doesn't work.
ยป 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);