Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Atack Player if atack me
#1
Someone can help me with a script that atack the player who atacked me?

Will Mille atack.

Thanks
Reply

#2
local SAFE_LIST = { 'player one', 'main char' }

table.lower(SAFE_LIST)

if connected() then
    local attacking_creature = attacked()
    if attacking_creature.id == 0 or (attacking_creature.id > 0 and attacking_creature.isplayer == false) then
        local creatures = getcreatures('pfs')
        for _, creature in ipairs(creatures) do
            if creature.isattackme and table.find(SAFE_LIST, creature.name:lower()) == nil then
              attack(creature.id)  
          end
      end
    end
end
Reply

#3
Can this bot attack and fallow PK?
Reply

#4
|Only Registered members can see download links. | Click here to buy subscription or here to register.

Bot can if you develop a script to do so.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016