PDA

View Full Version : Macro help please new come'er



Mullett
01-14-2008, 03:34 AM
Im a resto druid (resto who is duel boxing with a shaman (enh) going along healing myself im trying to make a macro where i normally press for focus target and when i hold alt and press i heal myself can any1 help me please all have is...

/target [target=focus]
/stopcasting
/cast Regrowth

any suggestions/help please :) thanks

opt
01-14-2008, 04:02 AM
/stopcasting
/cast [target=focus] regrowth

maqz
01-14-2008, 09:06 AM
You want to...
with no alt: target focus normally (no healing)
with alt: heal yourself (no targetting)?

[code:1]/target [target=focus,nomod:alt]
/stopcasting [mod:alt]
/cast [target=Player,mod:alt] Regrowth[/code:1]

Mullett
01-14-2008, 04:19 PM
ima just reroll with 2 chars lol 2 different class's is to hard >.<

Contents
01-17-2008, 06:06 PM
...wow. If that macro was too hard I fear you may have quite a difficult time succeeding at multiboxing. Even with only one class I use:

#showtooltip /cast [target=focustargettarget,help,nodead,exists] Healing Wave; [target=focustarget,help,nodead,exists] Healing Wave; [target=player] Healing Wave

The only way to be completely efficient at multiboxing you're going to need some macros that extend beyond /cast fireball.

LordOnyx
02-09-2008, 02:38 AM
...wow. If that macro was too hard I fear you may have quite a difficult time succeeding at multiboxing. Even with only one class I use:

#showtooltip /cast [target=focustargettarget,help,nodead,exists] Healing Wave; [target=focustarget,help,nodead,exists] Healing Wave; [target=player] Healing Wave

The only way to be completely efficient at multiboxing you're going to need some macros that extend beyond /cast fireball.
Speaking of /cast Fireball ... does the macro automatically cast the highest rank unless told diferent or does it cast Fireball at rank1 until you tell it different?

Drakkun
02-14-2008, 05:31 PM
Anytime you put just the spell, ie /cast Fireball, it will use the highest learned level of the spell. To use a specific level of the spell, you need to include it like: /cast Fireball (Rank 1) .