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
Deleted at cavebotting
#1
Hello I already got deleted on 5 chars. They seem to spawn for example a goblin, which is not losing any hp. when the bot attacks it like 10 times, you get deleted. any way to leave this monster and not atk it?

#2
Hello.

Are you hunting goblins? If not, just add the specific creatures that you are hunting to Targeting list and Bot will not attack it.
Otherwise, you can use targettime() or targettimems() to check for how long you are attacking the current targeting and then check its HP. If it's full or almost full then play a sound, flash client and ignore the creature. However, i would recommend you just to flash client and play sound.

This script will check the creature's HP% if you are attacking it for 10s or more seconds then if hp% is higher or equal to 90 it will play a sound, flash client and ignore the creature.
if targettime() >= 10 then
    local creature_attacked = attacked()
    local creature_targeted = target()

    if creature_targeted.id > 0 and creature_targeted.id == creature_attacked.id and creature_attacked.hppc >= 90 then
        playsound('default')
        flashclient()
        ignorecreature(creature_targeted.id, true)
    end
end

#3
I was at goblins, got deleted there twice.

Is goblins something special?

#4
|Only Registered members can see download links. | Click here to buy subscription or here to register.
gm is checking and summon all the time creatures on your screen, then see that u automaticly attacked it then ban like i got 10sec a go
|Only Registered members can see download links. | Click here to buy subscription or here to register.
|Only Registered members can see download links. | Click here to buy subscription or here to register.alt="Smile" title="Smile" class="smilie smilie_1" />



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016