RefractedChaos 0 Report post Posted January 27, 2017 (edited) 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 Edited January 28, 2017 by RefractedChaos 0 Share this post Link to post Share on other sites
Shadex 2 Report post Posted January 28, 2017 2 hours ago, RefractedChaos said: 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 You did the img link backwards... your link text is in the url field and url in the text.. anyways. I don't have a pally to test it all w/ but just running the first line which I can do throws no error for me. If you break it up (get rid of line 2-4, then 3 and 4, then 4 to find the error line) does it still error on you? where does it start erroring if so? 0 Share this post Link to post Share on other sites
RefractedChaos 0 Report post Posted January 28, 2017 37 minutes ago, Shadex said: You did the img link backwards... your link text is in the url field and url in the text.. anyways. I don't have a pally to test it all w/ but just running the first line which I can do throws no error for me. If you break it up (get rid of line 2-4, then 3 and 4, then 4 to find the error line) does it still error on you? where does it start erroring if so? so i did haha I fixed it I've tried running the lines individually and its the same error 0 Share this post Link to post Share on other sites