Hi
Unfortunately I have not found here in the forum so I ask here if anyone can help me.
I'd love to know the script command how can I have the magic perfume click automatically after 6 hours again
buff command
Re: buff command
in your profile onleavecombat just add this
It will check if you have the buff or not everytime you leave combat, if you don't have the buff it will use the potion.
Code: Select all
if not player:hasBuff(503479) then -- pet perfume
inventory:useItem(207582)
end
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual