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
blank runes - pause bot
#1
Good afternoon, I play server dura server, I need a script that when the blank runes runs out, it pauses the bot and keeps issuing an alert, or that it recognizes that it is snorting spells without releasing the spell, because it doesn't need to be put in hand, thank you in advance
Reply

#2
Hello.

Runemaker already stops doing runes when you are out of runes.. It can also play alert, logout, etc. when you are out of runes, you just need to select such option on "No Blanks" (Runemaker -> No Blanks).

But if you wanna use a persistent to do that then you can use the code below, but you must disable "Pause on Pause Bot?" option for the persistent that will run this code.
if itemcount('blank rune') == 0 then
    if botpaused() == false then
        pausebot(true)
    end
    playsound('default')
    flashclient()
end
Reply

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

problem that in runemaker it only accepts putting this option if you put it to run there, and I run it by script so it doesn't look like a bot, and also because the dura server spells are different from cast;

will this script pause the script i use to run?
Reply

#4
Hello.

Obviously, because it's part of runemaker, but you can "bypass" that by setting up any spell and a very high mana value, something your character will never reach. So you can use Runemaker options without actually making a single rune. xD

The script above will PAUSE BOT (if not paused), play sound and flash client. By default, Everything stops working (except Alerts) when you pause bot, the only exceptions are Alerts or the persistents that you disable "Pause on Pause Bot?". That means if you let "Pause on Pause Bot?" enabled on the script that makes runes then it will stop as well.
You should only disable "Pause on Pause Bot?" on the persistent that will run the script above!
Reply

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

I think I'll try to use runemaker as you said there, and of course it only recognizes that the blank rune is over if the bp's are open?
not a way for him to recognize that he released the spell but didn't cast why did he

Reply

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

Hello.

Yes, it can only recognize blank runes from open bps.

You can develop such detection (if the character did casted the spell) in your own script by checking mana BEFORE and AFTER using say/cast for example.
Reply

#7
ok thanks, i will test
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016