Aftercast help

Hello there.

I’m wondering if it possible to equip an item after a spell cast in one macro.
For example a warrior after he cast charge and he will equip a shield or another weapon, but it will not equip shield if the target is not in range or you just missclick it.

I imagine something like that:
if /cast charge
then /equip (weapon name)

Sorry for my bad Englsih and i hope you will get it! :smiley:

Macros cannot make smart decisions for you.

You can however use /stopmacro along with whatever conditions are appropriate to stop a macro from executing past a certain point.

For example:

/cast whatever
/stopmacro [noexists]
/eq whatever

will prevent the equip portion from executing if you don’t have a target.

but when the mob is out of range and i press the macro he still equip the other weapon. :confused:

Yep

10char

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.