Log in

View Full Version : script that X logs my char when only 10 manas left



jesseg911
05-07-2016, 06:49 AM
I need for training purposes, can somebody make me a script that X logs my character, whenever i only have 10 mana pots left in my BP ?

Oscagi
05-07-2016, 09:12 AM
I need for training purposes, can somebody make me a script that X logs my character, whenever i only have 10 mana pots left in my BP ?


ManaID = 266
Module.New('Log', function()
if Self.ItemCount(ManaID) <10 then
os.exit()
end
end)