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
Hail
#1
Brothers, need persistent of MANA test of Marcus, Up full mana, to test rune maker, Please
|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

#2
Hello.

It will cast utevo lux every X seconds, random time between 30 and 60 seconds, if you have more than 20 mana.
So if a GM starts a MANA test on you, your character will cast utevo lux if it's not the time to cast.

local MANA_CAST = 20 -- Min mana to cast spell.
local SPELL = 'utevo lux' -- Spell to cast.
local TIME_CAST = { Min = 30, Max = 60 } -- IN SECONDS. Time range to cast spell.

NEXT_CAST = NEXT_CAST or 1

if mp() >= MANA_CAST and runningtime() >= NEXT_CAST then
     cast(SPELL)
     NEXT_CAST = runningtime() + random(TIME_CAST.Min, TIME_CAST.Max)
end
Reply

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

What interval should we use? ^^
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016