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 Heal Summon with UH
#1
Heal Summon with UH
local Summon = 'demon skeleton' -- Summon name
local Health_Heal = 30 -- Summons health % that it should use rune to heal.
local Rune_Heal = 'Intense Healing Rune' -- Rune name or id that should be used to heal monk.

local Creatures = getcreatures('mfs')
for _, creature in ipairs(Creatures) do
   if creature.name:lower() == Summon:lower() and creature.hppc <= Health_Heal then
      useitemoncreature(Rune_Heal, creature.id)
      wait(800, 1000)
      break
   end
end

keywords: heal summon, uh summon, ultimate healing rune summon
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016