Quote Originally Posted by DarkstaR View Post
I fixed this. Re-download and re-install. config.players will be ignored, though - player consideration is determined by the aggressiveness.

getTargetsInArea(Self.Position(), info.radius, info.aggressive)

Look right up here ^

Quote Originally Posted by Virse View Post
Hi DarkstaR could you help me with this issue please,

this is the slime trainer script im using, it worked perfectly before XenoBot update:

]]--
while(true) do
if (Self.TargetID() == 0) then
if (getTargetsInArea(Self.Position(), 1, 0, 0) == 2) then
setTargetingEnabled(true)
wait(500)
setTargetingEnabled(false)
end
end
wait(2000,3000)
end

and this is the error im receiving after update:

Thanks in advance.
For you it is:
if (getTargetsInArea(Self.Position(), 1, 0) == 2) then

Just make sure to re-download and re-install.