Jump to content

iakovos1990

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by iakovos1990

  1. is no work i try this 

    returnResult = false;
    local name = GetSpellInfo(114250);
    local _, _, _, count = UnitBuff("player", name);
    if count and count >= 4 then returnResult = true; end
    print(tostring(returnResult) .. " - " .. tostring(count) .. " - " .. tostring(name))
  2. hi i try this  (Selfless Healer) but no work!!!! CAN HELP ME PLEASE???

     

    LuaScript:

    returnResult = false;
    local name = GetSpellInfo(114250);
    local _, _, _, count = UnitBuff("player", name);
    if count and count >= 4 then returnResult = true; end

    Research:

    true

    Var:

    returnResult
  3. On 1/27/2022 at 2:28 PM, Matenia said:
    cleanse = false;
    for i=1, 40 do
    	local _, _, _, _, dtype = UnitDebuff("player",i)
    	if dtype == "Disease" or dtype == "Poison" or dtype == "Magic" then
    		cleanse = true
    	end
    end

    Return value var = cleanse
    Return value research true

    hi bro i need for the priest this spell Purify Disease!!! can show me how it work please?????

×
×
  • Create New...