yompe
11-16-2015, 11:48 AM
Hello guys,
I Would like some help with a script.
i got a script that does make so the bot does not Kill Steal.
but i cant execute it as it gives me an error.
is it easy to make a new script with the same function?
dofile(Forgee.lua)
---------------------
while (true) do
if (playersAround(7) == 0) or (Self.TargetID() ~= 0) or ((monstersAround(1) 1) and (playersAround(1) == 0)) or ((monstersAround(1) 0) and (playersAround(3) == 0)) then
setTargetingEnabled(true)
wait(500)
else
setTargetingEnabled(false)
wait(500)
end
end
I Would like some help with a script.
i got a script that does make so the bot does not Kill Steal.
but i cant execute it as it gives me an error.
is it easy to make a new script with the same function?
dofile(Forgee.lua)
---------------------
while (true) do
if (playersAround(7) == 0) or (Self.TargetID() ~= 0) or ((monstersAround(1) 1) and (playersAround(1) == 0)) or ((monstersAround(1) 0) and (playersAround(3) == 0)) then
setTargetingEnabled(true)
wait(500)
else
setTargetingEnabled(false)
wait(500)
end
end