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 when monster has low hp
#1
Hi,

I need edit this script to use exori only when listed monsters has lower then 25%hp.


THX

-- [  Settings ] --
local Monsters = { 'Hero', 'Blood Priest', 'Renegade Knight', 'Vicious Squire', 'Vile Grandmaster' } -- Monsters to kill
local SafeList = { 'Mrcn', 'CM Guido' } -- Your safelist
local MinMonsters = 2 -- Min. count to cast exori.
local SafeHealth = 60 -- 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 maround(1, unpack(Monsters)) >= MinMonsters then
  if not PVP or paroundignore(CheckAllFloor, unpack(SafeList)) == 0 then
      say("exori")
  end
  return
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016