What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Macro Help

thenrique87

Member
Joined
May 20, 2010
Messages
143
Sorry if this isn't the proper place for this guys, but I like our forum too much to go else where for this question. I have a ret pally, 100% botted thanks to HB, and i was trying to make a macro so when Im solo, not in a part or a raid, it would cast Seal of Truth, Retribution Aura, Blessing of kings. Then if I was in a party or in a raid, it would cast Seal of Truth, Retribution Aura, Blessing of Might. This is what i came up with:

/cleartarget
/castsequence [party] Seal of Truth, !Retribution Aura, Blessing of Might: [noparty] Seal of Truth, !Retribution Aura, Blessing of kings
/cancelaura Righteous Fury

Doesn't properly work and I trying researching everywhere on how to do this but apparently there isn't such macro. Thanks for the help in advance and again, let me know if i show have done this somewhere else.
 
Code:
1) Change colon to semi-colon
2) use "[group:party]" instead of "[party]"
3) profit
 
Thank you man! Worked like a charm. For those who want the final product, here it is:

/cleartarget
/castsequence [group:party] Blessing of Might, Seal of Truth, !Retribution Aura; [noparty] Blessing of Kings, Seal of Truth, !Retribution Aura
/cancelaura Righteous Fury

First clears target
Then cast spells based on whether you re in a party or not
Third, cancels Righteous Fury, just in case you have it on.

Thanks again.
 
Back
Top