Hellow Guys,
im using this action to give Ue.

PHP Code:
local Monsters = {"Spidris""Spitter""Kollos""Water Buffalo"}
local Amount -- Amount to cast spell

auto
(200,500)
if 
maround(3table.unpack(Monsters)) >= Amount and paround(10) == 0 then
   
if cancastspell("exevo gran mas Frigo"then
        cast
("exevo gran mas frigo")
   
end
end 
I just want to turn it on and off with X Great Mana

exp: Activate the action a above, with 100 + potion, and disable with 50-.


i Thanks you.