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
#11
I did it and it works

#12
How to add a line or maybe someone can edit and add some like this ? local SafePlayer = {'Johny', 'Killer' }

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

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.
local SafeList = { 'friend', 'main character' }

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

#14
Hello,
Fireball rune will work here also?
If some other player will be in area of shooting bot will shoot rune or not? (do not want skull)

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

1. Yes, that's why there a variable that you can setup rune.
2. That depends, there's a variable so you can setup that.

Read the script comments.



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016