PDA

View Full Version : Macro help (targeting)



Wide
10-04-2008, 09:08 AM
Hi,

I would like to "targettarget" if a focus is set, otherside just last Lightning Bolt.
This does not quite work, any suggestions?

/cast [focus,target=targettarget] Lightning Bolt; Lightning Bolt

Petturik
10-04-2008, 09:51 AM
/cast [focus,target=targetStarget] Lightning Bolt; Lightning Boltwith the extra s should do it iirc.

thinus
10-04-2008, 10:00 AM
Hi,

I would like to "targettarget" if a focus is set, otherside just last Lightning Bolt.
This does not quite work, any suggestions?

/cast [focus,target=targettarget] Lightning Bolt; Lightning Bolt

Erm....this doesn't quite make sense. Do you have your focus targeted? Is your focus your main and you want to attack your mains target?


/cast [target=focustarget, harm][harm] Lightning Bolt

The above will cast lightning bolt at your focustarget if it is an enemy, otherwise it will cast lighning bolt at your current target if it is an enemy.

Wide
10-04-2008, 04:47 PM
Got it working :)