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

[CLU] How run macro in CC?

careless

New Member
Joined
Nov 8, 2011
Messages
9
Reaction score
0
Hi,
I was wondering if there is a way to run macros the way i run spells (Spell.CastSpell),
the problem im facing at the moment is that sometimes my warlock pet attacks some mobs while my character is not doing anything waiting for the pet to finish so im creating something like

new Decorator(ret=> Me.CurrentTarget == null && Me.PetInCombat,
new PrioritySelector(
//Get PetTarget Macro)),

if there is another better way tell me please,
 
Back
Top