Jump to content
Sign in to follow this  
RefractedChaos

Macro help

Recommended Posts

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 by RefractedChaos

Share this post


Link to post
Share on other sites
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?

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×