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
FREE Pause Bot if mana gain is higher than 1 (one)
#11
Try this code:
if connected() then
    LAST_MANA = LAST_MANA or mp()
    LAST_LEVEL = LAST_LEVEL or level()
    local current_mana = mp()
    local current_level = level()
    if (current_mana - LAST_MANA) > 1 and current_level == LAST_LEVEL then
        playsound('default')
        flashclient()
        LAST_MANA = nil
        LAST_LEVEL = nil
        pausebot(true)
    else
        LAST_MANA = current_mana
        LAST_LEVEL = current_level
    end
else
    LAST_MANA = nil
    LAST_LEVEL = nil
end
Reply

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

Hello xD.

I would like to ask if possible, if for the hunting script can add only to disable/enable afk x time mana trainer and make bot alert at least 5 times.

And runemaker is good, but also add to bot alert more then 5 times also.

Because would be strange if somehow i stopped cavebotting atking mobs just because caught max mana or something like that.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016