Multibox assisted combat

Blachawk

Active Member
I play 5 or 6 eves and mining is going great but sometimes I just want to go kill stuff. I would like to know if anyone has worked on setting up auto follow and attack on a leader?

Its been done for every other game but I haven't found it for Eve.

Great work! I've been using isx for a long time and am very happy.
 

CrisP

Active Member
It certainly has been done, but those scripts aren't released to the "public".
The rationale behind this is that with PVP (and also market) related scripts you will get noticed.
 

Blachawk

Active Member
ratting and missions. I'm a carebear and dont pvp much. Not even looking for automation. Just a command that makes them auto follow on a specified leader and another to target and attack a broadcast target. This is for attended play.
 

GliderPro

Active Member
ratting and missions. I'm a carebear and dont pvp much. Not even looking for automation. Just a command that makes them auto follow on a specified leader and another to target and attack a broadcast target. This is for attended play.
That wouldn't be too hard to code up. I don't think ISXEVE supports fleet broadcasts yet so would need to use Innerspace relay events to broadcast a target ID to the slave accounts.
 

Blachawk

Active Member
I have tried to dabble with code to no avail but if you can point me in the right direction.....I'd be most appreciative.
 

GliderPro

Active Member
Look at the code in EveBot that sends events from a miner to a hauler. You would want the master account to run a script that broadcasts two events; "follow target" and "attack target". You can bind these events to keys with Innerspace. The slaves would run a script that accepts those events and take the appropriate action; keep at range or target and activate weapons. Start with something simple then get more complicated.
 
Top Bottom