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 Safe Exori
#1
Hi guys, thought ill upgrade @Arkilys exori script, so it's safe to use on PVP servers. Enjoy!
-- [ Settings ] --
local Monsters = { 'Frost Giant', 'Snaek' } -- Monsters to kill
local SafeList = { 'Mrcn', 'CM Guido' } -- Your safelist
local MinMonsters = 1 -- Min. count to cast exori.
local SafeHealth = 70 -- Only if your HP % is higher or equal to this valaue.
local PVP = true -- PVP world?
local CheckAllFloor = true -- Checks all floors for players?

-- [ Safe Exori by Mrcn and fixed by Arkilys ] --        
if hppc() >= SafeHealth and mp() >= (level()*2) and cancast() and maround(1, unpack(Monsters)) >= MinMonsters then
  if not PVP or paroundignore(CheckAllFloor, unpack(SafeList)) == 0 then
       cast("exori")
       wait(1200)
  end
  return
end
Reply

#2
Hello.

Nice share mate! It makes our hunts safer without being afraid to get skulled...
|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

#3
Hi, im trying this in classic bot and it doesn't work. Any way to adapt it? I need a safe exori.
@Mrcn @Arkilys
Reply

#4
it isn't works on realesta
Reply

#5
Could you put a function to use mana fluid only when two monsters appear on the screen, as mentioned in the number of monsters to use the magic?

"-- [ Settings ] --
local Monsters = { 'Frost Giant', 'Snaek' } -- Monsters to kill
local SafeList = { 'Mrcn', 'CM Guido' } -- Your safelist
local MinMonsters = 1 -- Min. count to cast exori.

USE MANA FLUID WITH 2 OR MORE MONSTER ON SCREEN.

local SafeHealth = 70 -- Only if your HP % is higher or equal to this valaue."

Thanks!
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016