magictiger
Active Member
Code:
function main()
{
echo "Waiting for invite"
while !${Me.Fleet.IsMember[${Me.CharID}]}
{
if ${Me.Fleet.InvitationText.Find[Master Character]}
Me.Fleet:AcceptInvite
else
{
Me.Fleet:RejectInvite
}
waitframe
}
echo "Fleet invite accepted"
}
I designed this so that you can add it to evebot\support\obj_LoginHandler.iss to let EVEBot fleet up. This version will terminate after it accepts the invite.
Note: If your master character name is in the normal text on the fleet invite window, this will accept ALL invites. This is your fault for doing something you shouldn't.
Last edited: