Jump to content

Da93niel1

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Da93niel1

  1. Im very new to this so im kinda bad. Bat this Script works fine to dispell itself bat not the party. I have not heard of boolean what is that? So i need to put cleanse = "no" to cleanse = "yes" ?
  2. Hi, i cant get my retri palladins in my party to dispell ather party mebers. Can any one help me? Lua script: cleanse = "no" for i=1, 40 do local _, _, _, _, dtype = UnitDebuff("player",i) if dtype == "Disease" or dtype == "Poison" or dtype == "Magic" then cleanse = "yes" end end
×
×
  • Create New...