Log in

View Full Version : I'm brutally confused, I cannot figure out how to make it Fireball on all 4 characters.



Sardron
09-13-2008, 11:12 PM
I looked at a few different pages and got some commands and scripts, that should make all of the characters attack at once (4 mages btw, 3 slaves). Do I make those commands into a macro? Can someone clarify this for me, please?

/cast [exists,harm,nodead] fireball
/stopmacro [exists,harm,nodead]
/assist party1

i was referring to this one

Ughmahedhurtz
09-14-2008, 12:19 AM
Macro is upside-down. :P And middle line is wrong. Should be /stopmacro [dead][noharm]

Check out our macros section. Tons of examples in there.

iztehzha
09-14-2008, 06:24 AM
#showtooltip
/stopmacro [dead][noharm]
/cast [target=party1,exists,harm,nodead] Fireball


That should work, and will always cast at "party1" target..

Zub
09-14-2008, 07:25 AM
/cast [target=party1,exists,harm,nodead] Fireball

/cast [target=party1target,exists,harm,nodead] Fireball instead?

thinus
09-15-2008, 02:30 AM
/cast [target=party1,exists,harm,nodead] Fireball

/cast [target=party1target,exists,harm,nodead] Fireball instead?

Sometimes the fact that you can't attack friendlies just takes all the fun out of it...

iztehzha
09-15-2008, 02:31 AM
Yea it is party1target, my mistake..

Zub
09-15-2008, 03:15 AM
Sometimes the fact that you can't attack friendlies just takes all the fun out of it...

haha that would be pretty funny
"Damn, every time i attack a mob i get one-shotted"
*checks combat log*
"DAMN!"

OogaJiggaWooga
09-15-2008, 03:16 AM
Sometimes the fact that you can't attack friendlies just takes all the fun out of it... Yeah, the blooper reels on that would be great to watch :P

chris_c21
09-15-2008, 10:55 PM
/cast [target=party1,exists,harm,nodead] Fireball

/cast [target=party1target,exists,harm,nodead] Fireball instead?


How would this macro work if you specify the main toon's name? Say for instance...


/cast [target=Lexí'starget,exists,harm,nodead] Lightning Bolt

Would that work?

Edit: Never mind, I think I would just use a macro like this, since I dont care how many lines mine take up

/assist Lexí

/cast [exists,harm,nodead] Lightning Bolt

Vyndree
09-16-2008, 02:10 PM
/cast [target=party1,exists,harm,nodead] Fireball

/cast [target=party1target,exists,harm,nodead] Fireball instead?

BTW, "harm" and "noharm" both imply "exists". So you don't need to put "exists" there if you're already using "harm"/"noharm".

Of course, it won't hurt anything to put it there, but if you're running out of macro space you might want to keep that in mind. ;)