PDA

View Full Version : Stop killing monsters attacked by someone else



Bogdan31
05-31-2013, 07:26 PM
Howdy,
Not sure how hard this one would be to implement, but having an option to NOT kill monsters that are attacked by other people could limit the numbers of reports our bots are receiving - right now, everytime my bot kills someone's monster I have entire village running after me with torches and pitchforks yelling 'boot boot report1'.

Also, it would be more polite that way - I like botting and can understand people who play by hand, and I don't really like spoiling their gameplay experience :)

Pirate
05-31-2013, 08:37 PM
Howdy,
Not sure how hard this one would be to implement, but having an option to NOT kill monsters that are attacked by other people could limit the numbers of reports our bots are receiving - right now, everytime my bot kills someone's monster I have entire village running after me with torches and pitchforks yelling 'boot boot report1'.

Also, it would be more polite that way - I like botting and can understand people who play by hand, and I don't really like spoiling their gameplay experience :)

they could use that to kill you aswell, example a dragon attacking them with fire will burn you as well and if your not attacking you will eventually die.

don't worry about it and keep botting happy tibia doesn't have much time left anyways we already killed the game

Bogdan31
05-31-2013, 08:48 PM
Imo Cips are responsible for what happens with Tibia, they neglated bots long enough and it took them ages to make any decisive actions against us.
Now its simply too late.

jayjay23
06-01-2013, 06:11 PM
There's a script somewhere on the forum calling Anti-KS. I've been using it for a while and it's good because it stops the majority of the killstealing of monsters. Basically turns targeting off whenever a player is on your screen, can help boost your xp when sharing a cave aswell.

Daemon
06-02-2013, 05:22 PM
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

Bogdan31
06-02-2013, 07:52 PM
Thanks for the code guys, I'm worried however - wouldnt that make killing my bot easier? They try all the tricks already and if I wouldnt attack when cornered it could cost me dearly.

Induce
07-17-2013, 05:54 AM
I get errors when trying to run this script. Are people still using this?

Shaidar
07-21-2013, 05:35 AM
I use the ANTI_KS script with the associated LUA for all my scripts, makes life a lil bit easier ;)
However I disable it whenever one of you assholes join my cave <3

I dont remember which thread I got it from... should've bookmarked it >_<