Hello, I was testing my Soils EK script today and I figured out a thing
If I use
if (maround(1, 'charged energy elemental') >= 1) then
if (cooldown('exori') == 0) then
cast('exori')
end
end
it works fine
but if I use
if (maround(1, 'overcharged energy elemental') >= 1) then
if (cooldown('exori') == 0) then
cast('exori')
end
end
it doesnt work, and I saw that 'overcharged energy elemental' isnt appearing his pic on 'targeting'
maybe bcuz this ?
--
--