Jump to content

dripcommander

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by dripcommander

  1. Works great. I thank both of you. Really been helpful.

    Maybe one last question. Sorry ?

    Can you somehow tell wrobot that it should use certain spells as a healer in party mode? Take the Stoneclaw Totem as an example. Works perfectly as a grinder or wRotation but is completely ignored in party mode as a healer. But I also only use built-in Profile Creator conditions.

     

    Conditions:
    Buff = Stoneclaw Totem, False

    Health Percent = Smaller, 90

    Target targeting Me = True

    Me in Combat = True

    WROBOTFORUM.png

  2. Hi I want my follow bot to remove poison and disease in the group. Unfortunately it only removes the debuff from the first target and does not switch to other targets. He then just stands around and tries to continue to use the spell but remains focused on the first group member.

    I've read around in the forum, but apparently it's mostly about keeping buffs up. Or maybe I just have a monkey brain that is too small

    Thank you very much for everyone who takes the time

    hasDebuff = false;
            for i=1,40 do
    	        local texture, count, debuffType = UnitDebuff("target", i);
                if debuffType == "Poison" then
                    hasDebuff = true
                    break;
                end
            end
    
    true
    
    hasDebuff

     

×
×
  • Create New...