Log in

View Full Version : LOW MANA ALARTM



mariorton
02-02-2017, 01:42 AM
Can anybody do me the favor to provide me a simple lua of alarm when X=pots(strong mana potions), please and thank you comunnity!

Oscagi
02-04-2017, 05:48 PM
Can anybody do me the favor to provide me a simple lua of alarm when X=pots(strong mana potions), please and thank you comunnity!



if Self.ItemCount(ManaID) < X then
alert()
end


If you got debug with alert() its alarm().

mariorton
02-07-2017, 03:20 PM
if Self.ItemCount(ManaID) < X then
alert()
end


If you got debug with alert() its alarm().

thanks bro