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)
#1
Hello.

I didn't tested the codes that i will post, but people can use it as "start" to adapt for its own needs.

Check for mana gain. If your mana's value increases more than "1" since last run, it will play a sound, flash client and pause bot.
if connected() then
    LAST_MANA = LAST_MANA or mp()
    local current_mana = mp()
    if (current_mana - LAST_MANA) > 1 then
        playsound('default')
        flashclient()
        pausebot(true)
    end

    LAST_MANA = current_mana
else
    LAST_MANA = nil
end
Reply

#2
18:07:35 - Core:Lua:ExecuteScript
|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="Tongue" title="Tongue" class="smilie smilie_5" />ersistent02: 7: invalid arguments to method call

i got this
|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="Tongue" title="Tongue" class="smilie smilie_5" />
Reply

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

Please, copy the script and try again
Reply

#4
How do I make so that that the client flashes with alert also? I tried writing "yes", "default" and "true" on flash but it doesnt work :S
Reply

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

Already does that.
Reply

#6
Do I have to paste this script everytime Im going to afk rune on the console script section or is there any other way to save it on a XML profile.
Reply

#7
Right this script works same way for mana and HP but the main question is how to make it un pause it for example after 30sec passed. now when your account reconnect or so bot stops and does not start until you manually re launch it . if you are running this script.

Would be perfect to add automatic start over after X time.
Reply

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

Hello.

Use setsettings() to disable specific tools like Runemaker, Cavebot and Targeting instead of pausebot(). Because pausebot() pauses everything, including the persistent as well.
Then use wait() function to wait a specific amount of time and what ever you need.
|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" />
Reply

#9
thanks did that seems to be fine so far
|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="Big Grin" title="Big Grin" class="smilie smilie_4" /> till next ban hah
Reply

#10
doesnt work here, the bot pause automatic with mana 1 per 1
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016