Hey guys,
I've been trying to tweak a downshit in an attempt to do the following on my PULLER.
WHEN PULLING(ie moving): I want to remove the Fungal Regrowth buff
WHEN BACK AT CAMP(ie fighting/damaged): I want to click the Fungus Covered Great Staff to enable the buff
Here is what I've tried variations of but not been able to get the results I want:
Specifically the item in inventory is "Fungus Covered Great Staff" and the buff name is "Fungal Regrowth".. Any recommendations would be appreciated.
I've been trying to tweak a downshit in an attempt to do the following on my PULLER.
WHEN PULLING(ie moving): I want to remove the Fungal Regrowth buff
WHEN BACK AT CAMP(ie fighting/damaged): I want to click the Fungus Covered Great Staff to enable the buff
Here is what I've tried variations of but not been able to get the results I want:
Rich (BB code):
holyshit0=/if (!${Me.Buff[Fungal Regrowth].ID} && !${Me.Moving} && ${Me.PctHPs}<95) /casting "Fungus Covered Great Staff"|Item
downshit0=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.Moving}) /removebuff Fungal
Specifically the item in inventory is "Fungus Covered Great Staff" and the buff name is "Fungal Regrowth".. Any recommendations would be appreciated.

