How do I add to the onleave combat via the waypoint?
Code: Select all
<onLeaveCombat><![CDATA[
if not player:hasBuff(491195) then -- Skill Potion 1hr 50%
inventory:useItem(201610)
end
]]></onLeaveCombat>
Wondering how i can simply add it to the onLoad section of my farming waypoint somehow without having it hard coded to my onLeave Combat.