Page 1 of 1

party boting: targeting

Posted: Sun Feb 20, 2011 8:08 pm
by wizzyslo
Working on on party boting for 6ppl but have problem that bots are not target same target or target wich is allrdy attacked. If I put ANTI_KS true or false is same dont attack same target. Teste with player:findTarget() and player:fight() and still if is target allrdy attacked he dont attack.

All the time writing this

Code: Select all

Waiting on aggressive enemies.
Aggro wait time out.
Any idea what to do?

Re: party boting: targeting

Posted: Sun Feb 20, 2011 10:30 pm
by rock5
The bot isn't designed for partying, infortunately.

A lot of code would have to be changed to support helping others.

I'll put it on my todo list, but I don't know when I'll get around to it.

Re: party boting: targeting

Posted: Mon Feb 21, 2011 2:34 am
by JackBlonder
I'm currently working on partybotting, too.
At the moment I'm trying to build a network connection to exchange the GUID of the target between partyleader and partymembers.
I'll post some code later when it's working.

Re: party boting: targeting

Posted: Mon Feb 21, 2011 5:12 am
by wizzyslo
Becouse I had so much problems, good to know.