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
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
Reply

#2
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




is not working
Reply

#3
Hello.

The script works just fine.
Reply

#4
And to open the next bp gfb automatically? Is it compatible with the targeting open next bp? Does not seem to be.
Reply

#5
|Only Registered members can see download links. | Click here to buy subscription or here to register.
No, it’s not. There’s a script for such on this forums.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016