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
Exori
#1
Hello anybody can give me script for exori if x monsters are in range exori because if I set exori in targeting if is there 2 monster bot spam exori if see on screen 2 monsters but they arent in exori range thanks.
Reply

#2
local Monsters = { 'Dragon Lord', 'Dragon' } -- Monsters to kill
local SafeList = { 'Mrcn', 'CM Guido' } -- Your safelist
local MinMonsters = 2 -- Min. count to cast exori.
local SafeHealth = 30 -- Only if your HP % is higher or equal to this valaue.
local CheckPlayers = true -- Check for players? Not going to CAST SPELL if player on screen.
local CheckAllFloor = true -- Checks all floors for players?

if hppc() >= SafeHealth and mp() >= 120 and cancast() and maround(1, unpack(Monsters)) >= MinMonsters then
    if not CheckPlayers or paroundignore(0, CheckAllFloor, unpack(SafeList)) == 0 then
        cast('exori')
        wait(1000, 1200)
    end
end
Reply

#3
thanks [b][b]
|Only Registered members can see download links. | Click here to buy subscription or here to register.
 its work excellent now ;]
[/b]
[/b]
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016