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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FREE Shooting fireball runes on best SQM
#1
Hello.

This script will try to shoot a GFB on the best possible SQM to hit as many monsters as possible, but will only shoot the rune if you can hit the least amount of monsters you have set.

local Monsters = { 'Ghoul', 'Scarab', 'Stalker' }
local Rune = 'great fireball rune'
local MinMonsters = 2 -- Min. count to shoot rune.
local SafeHealth = 60 -- Shoot runes only if your HP % is higher or equal to this valaue.
local PlayerSafe = true -- Check if there's another player on screen. If so, don't shoot rune.

if hppc() >= SafeHealth and cancast() and maround(7, unpack(Monsters)) >= MinMonsters and (PlayerSafe == false or (PlayerSafe and paround() == 0)) then
    if shootarearune(Rune, MinMonsters, unpack(Monsters)) then
        wait(1200)
    end
end

#2
i cant get this script to work :/

#3
Hello.

This script works fine.

#4
Do i just copy and paste it into console lua manually? im sure it works but do i need to press a hotkey or something? or have BP open or am i just retarded?

#5
Hello.

You should use on Persistents, not on Console.

#6
nevermind, im a retard! i got it to work lmao

#7
And the same script only on avalanche rune? can someone do "?

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

Hello.

Did you tried changing great fireball rune for avalanche rune?

#9
yes but it doesn't work i would need the same script but swap ID FROM GFB TO AVA

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

Hello

Yes, it does works.
If you are unable to setup its name try using its id. I think avalanche rune id is 3161



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016