Jump to content

RefractedChaos

Player
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About RefractedChaos

  • Rank
    Newcomer
  1. RefractedChaos

    Macro help

    so i did haha I fixed it I've tried running the lines individually and its the same error
  2. RefractedChaos

    Macro help

    Hey guys, so I've been trying to make use of some macros, and I am getting an error message, it says this http://imgur.com/a/FChAT cant figure out how to embedd images, but that is what i got. Any idea why I am getting this error? I do have Supermacro 3.15 I get the error when saving the macro, but the macro does not function at all. Here is the code HELP ME!!! /script if not IsCurrentAction(48) then AttackTarget() end; /script if not buffed("Judgement of the Crusader", 'target') then if not buffed("Seal of the Crusader") then CastSpellByName("Seal of the Crusader") end end /script if not buffed("Judgement of the Crusader", 'target') then CastSpellByName("Judgement") end /script if not buffed("Seal of Righteousness") then if buffed("Judgement of the Crusader", 'target') then CastSpellByName("Seal of Righteousness") end end
  3. RefractedChaos

    Paladin Macros

    Hey guys, so I've been trying to make use of some of the macros, and for every single one I am getting an error message, it says this http://imgur.com/a/FChAT cant figure out how to embedd images, but that is what i got. Any idea why I am getting this error? I do have Supermacro 3.15 like the OP says. I get the error when saving the macro, but the macro does not function at all.
×