why does the bot wait until i have 50% of hp to use exura vita when i have exura gran on 70 and exura on 90.
i keep dieing because of that shit and yes i have exura vita as a priority.
Printable View
why does the bot wait until i have 50% of hp to use exura vita when i have exura gran on 70 and exura on 90.
i keep dieing because of that shit and yes i have exura vita as a priority.
exura vita
exura gran
exura
and uncheck randomize
if you use scripts from jxscripts they have a healer in their lua
i have it in that same order is there any lua out there what wont this crap besides jx
Lol, exura vita %
exura gran %
exura %
if that dont work, update ur bot, if that dont work, untick random, if that dont work make sure exura vita is on top.
You could try this not sure if its still working tho, i had healing issues with xenobot before but since apophis i had no issues
lua code:
Heal1 = "exura vita" -- First heal
Heal2 = "exura gran" -- Second Heal
Heal3 = "exura" -- Third Heal
Heal1HP = 45 -- % hp to cast Heal1 at
Heal2HP = 65 -- % hp to cast Heal2 at
Heal3HP = 90 -- % hp to cast Heal3 at
Module.New("Healing", function()
if ((Self.Health() / Self.MaxHealth() * 100) < Heal1HP) then
Self.Cast(Heal1)
elseif ((Self.Health() / Self.MaxHealth() * 100) < Heal2HP) then
Self.Cast(Heal2)
elseif ((Self.Health() / Self.MaxHealth() * 100) < Heal3HP) then
Self.Cast(Heal3)
end
end)
I can heal you.
@Xeromex
Like buttons are a mere creation my son. Like from the heart, give your like with sincerity. Tell somebody when they have done good. I am here to brighten up your day.
I am here to give. To do for others more than oneself, @Xeromex.
@Jesus Christ do you have a 3 day delay on reconnect ?
@sausting
I, God will not be subject of laughter, derision, or sport. Respect your father, for I have granted you life.