Hi everyone, I'm ratting in a Dominix for a couple of days now.
At first it was really painful for my drones, to the point when I stuck in a loop of deploying and immediately returning my drones because of their poor condition.
Then I made this addition in obj_Combat.iss
now its pretty much ok, but still some rats can target me and then aggro my drones. Plus I have a problem with special rats like transport ships which don't target me at all.
I played around with this script from Snippets & Examples thread. But it can echo out up to 200 attackers with NULL name for some reason and I didn't managed to filter them out.
So if anyone can help me with this I'll be very thankful.
BTW why GetJammers and GetAttackers members aren't in ISXEVE wiki?
At first it was really painful for my drones, to the point when I stuck in a loop of deploying and immediately returning my drones because of their poor condition.
Then I made this addition in obj_Combat.iss
Code:
variable index:entity mytgtIndex
EVE:DoGetEntities[mytgtIndex, CategoryID, CATEGORYID_ENTITY]
if ${Me.GetTargetedBy} >= ${mytgtIndex.Used}
{
Ship.Drones:LaunchAll[]
}
I played around with this script from Snippets & Examples thread. But it can echo out up to 200 attackers with NULL name for some reason and I didn't managed to filter them out.
So if anyone can help me with this I'll be very thankful.
BTW why GetJammers and GetAttackers members aren't in ISXEVE wiki?