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
making runes
#1
how i can make runes with closed backpack? why on "mana trainer" cant write my spells ? i need make sd/gfb...

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

Hello.

Bot's runemaker won't work if you don't have at least one blank rune shown. It was developed this way to avoid letting your character spamming rune's spell if it got no blanks.
So if you have multiple bps of blank runes, you will need to leave the last opened to let Bot know that you still have blank runes to make runes.

However, it's possible to make runes with closed backpack, but you must use Persistents instead and be aware that it may "spam" rune's spell if you got no blanks... The following code may work for you:
local SETTINGS = {
    SPELL = 'adura vita',
    MANA = 110,
}

if mp() >= SETTINGS.MANA and cancast() then
    cast(SETTINGS.SPELL)
    wait(1000)
end

Tools->Mana trainer works flawlessly for me, but it doesn't contains rune spells.



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016