Log in

View Full Version : wierd



Littleburst
12-03-2008, 12:14 PM
I'm redoing all my macro's at the moment. Before 3.0 i had all my spells macroed like this:

#showtooltip Lightning bolt
/cast [target=Littleburst-target,exists,harm,nodead] [target=Líttleburst-target,exists,harm,nodead] [target=Lěttleburst-target,exists,harm,nodead] [target=Lďttleburst-target,exists,harm,nodead] Lightning Bolt

And i'm sure this didn't work after that patch. I think there were quite some posts about it here.

Now i tried it again on the target dummies. My main targetted a targetdummy, my slave didn't had a target, but copied the target from the main while casting the LB and was still targetting an other dummy then on which the Lightning bolt Landed. Tested heals aswell. So it works :>

Now i got focus free again for the invisible nuke in arena. :thumbsup:

Or am i missing something?

DgtlSorcrs
12-03-2008, 02:42 PM
Something I noticed... my mount macro had stopped working... Turns out they changed the spelling of "Blue Windrider" to "Blue Wind Rider".

My point is, make sure the spell name wasn't changed ever so slightly.

Vyndree
12-03-2008, 04:34 PM
Souca noted as much.

Character names in macros was bugged at first. [target=Vyndreetarget] or [target=Vyndree-target] didn't work, while [target=party1target] or [target=focustarget] still worked.

It looks like they must've fixed that.


Oh, and by the way... "harm" implies "exists" in that something cannot be "harm"ful without first "exist"ing. So if you want to save space you don't have to type "exists" because it's already covered in "harm". :)

Basically, [target=Name-target,harm,nodead] is equivalent to [target=Name-target,exists,harm,nodead]

Littleburst
12-03-2008, 05:10 PM
Souca noted as much.

Character names in macros was bugged at first. [target=Vyndreetarget] or [target=Vyndree-target] didn't work, while [target=party1target] or [target=focustarget] still worked.

It looks like they must've fixed that.
indeed.


Oh, and by the way... "harm" implies "exists" in that something cannot be "harm"ful without first "exist"ing. So if you want to save space you don't have to type "exists" because it's already covered in "harm". :)

Basically, [target=Name-target,harm,nodead] is equivalent to [target=Name-target,exists,harm,nodead] I know, was to lazy to change it when i found it out, will change it now, since i'm gonna copy it into the macro's now(macaroon = space! ^^) :) But thanks.