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
Conjure spells in rune maker section
#1
Hello do you can put also conjure spells like conjure power bolts to rune maker section
Reply

#2
Hello.

Unfortunately, it will not happen because those spells are not made for runes. You can use Persistents to conjure power bolts and stack them, for example this code will make burst arrows:

local spell = 'exevo con flam'
local spell_mana = 120

if mp() >= spell_mana and cancast() then
    cast(spell)
    wait(1000)
    stackitems()
    wait(800)
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016