XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 8 of 8

Thread: Stop killing monsters attacked by someone else

  1. #1

    Join Date
    Apr 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Stop killing monsters attacked by someone else

    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

  2. #2
    Banned
    Join Date
    Sep 2012
    Location
    United state
    Posts
    750
    Mentioned
    65 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Bogdan31 View Post
    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

  3. #3

    Join Date
    Apr 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  4. #4
    jayjay23's Avatar
    Join Date
    Jun 2012
    Location
    Liverpool
    Posts
    149
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  5. #5
    Daemon's Avatar
    Join Date
    Jun 2012
    Posts
    236
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    This used to be the old one peole used

    PHP Code:
    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 

  6. #6

    Join Date
    Apr 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  7. #7
    Induce's Avatar
    Join Date
    Jun 2013
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get errors when trying to run this script. Are people still using this?

  8. #8

    Join Date
    May 2013
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 >_<

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •