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)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.