Help me with this macro please

Hey can anyone help me with adding trinket use on these macros please? Also it’s a Gnome macro so keep that in mind :slight_smile:

Sequences[‘Ret’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast !Exorcism’,
‘/cast [combat]Avenging Wrath’,
‘/cast !Execution Sentence’,
“/cast Final Verdict” ,
‘/cast !Hammer of Wrath’,
}

Sequences[‘RetAOE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast !Exorcism’,
‘/cast [combat]Avenging Wrath’,
‘/cast !Execution Sentence’,
“/cast Divine Storm” ,
‘/cast !Hammer of Wrath’,
}

‘/use 13’,
‘/use 14’,

[quote quote=19656]‘/use 13′,
‘/use 14′,[/quote]

like this?

Sequences['Ret'] = { PreMacro = [[ /targetenemy [noharm][dead] ]], '/cast Judgment', '/cast Crusader Strike', '/cast !Exorcism', '/cast [combat]Avenging Wrath', '/cast !Execution Sentence', "/cast Final Verdict" , '/cast !Hammer of Wrath', ´/use 13', ´/use 14', }

Sequences[‘Ret’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast !Exorcism’,
‘/cast [combat]Avenging Wrath’,
‘/cast !Execution Sentence’,
“/cast Final Verdict” ,
‘/cast !Hammer of Wrath’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Sequences[‘RetAOE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast !Exorcism’,
‘/cast [combat]Avenging Wrath’,
‘/cast !Execution Sentence’,
“/cast Divine Storm” ,
‘/cast !Hammer of Wrath’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Putting them in the PostMacro will serve two purposes. First it will cast it after every click so they will be used on CD every time. Second taking it out of the main part of the macro will mean that you will have 2 less clicks before you make a full cycle which should give you better uptime.

^^ what he said

oki thanks :smiley:

[quote quote=19679]Sequences[‘Ret’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast !Exorcism’,
‘/cast [combat]Avenging Wrath’,
‘/cast !Execution Sentence’,
“/cast Final Verdict” ,
‘/cast !Hammer of Wrath’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Sequences[‘RetAOE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast !Exorcism’,
‘/cast [combat]Avenging Wrath’,
‘/cast !Execution Sentence’,
“/cast Divine Storm” ,
‘/cast !Hammer of Wrath’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Putting them in the PostMacro will serve two purposes. First it will cast it after every click so they will be used on CD every time. Second taking it out of the main part of the macro will mean that you will have 2 less clicks before you make a full cycle which should give you better uptime.
[/quote]

Actually that don’t work ;/ when i try to make the macro thiny in game it won’t work it says nothing in the macro window in the game so something is blocking it from drawing it out from the macro from the file with that post macro for trinket use ;/ if any one an fix it so it will work it would be really nice! :slight_smile:

explain to me what you did exactly that cause it to no longer work. step 1 would be to edit the sequence file for both macro’s step 2 would be to save the macro. step 3 if you are logged in when u edited the sequence would be to do a /reload ui and 4th is verify that the macro is still there step 5 enjoy

i got it to work :slight_smile: sorry for being late to reply to you but i figured it out and it was some symbols that was wrong :smiley: