Is there an addon/macro that will do this?

Status
Not open for further replies.

glancealot

Legend
it will equip an item right after you cast a specific spell.

i used itemrack to do that before, but it seems that it doesn't work anymore.

/cast spell
/equip item1

doesn't work because i already have

/equip item2
/cast spell

so adding /equip item1 at the end doesn't work
 
You could probably write up an addon quickly. Use local _, _, _, _, _, _, delayTime, _, _ = GetSpellInfo(spellID) to grab the cast time, then using a delay equal to the cast time use EquipItemByName(itemID). Might even be able to fit in a macro. If I remember I might do it in the morning, I'm about to pass out right now, but with a bit of research you shouldn't have a problem doing it yourself.
 
anyone? :confused:
 
Well things you can do is

1. Make a cast Sequence macro, you can add /equip in that rotation

2. Do like a warrior, when we change to 1h and shield we often have that in our reflect/wall macro, and then i just have a Macro like

#showtooltip Charge
/equip Apolyon, the Soul-Render
/cast Battle Stance
/cast Charge
/cast Hamstring

If you equip something for an attack and then automaticly change back when you do a regular spell. or again a cast sequence macro.

Dont know if that helps you atall, but yea!
 
Well things you can do is

1. Make a cast Sequence macro, you can add /equip in that rotation

2. Do like a warrior, when we change to 1h and shield we often have that in our reflect/wall macro, and then i just have a Macro like

#showtooltip Charge
/equip Apolyon, the Soul-Render
/cast Battle Stance
/cast Charge
/cast Hamstring

If you equip something for an attack and then automaticly change back when you do a regular spell. or again a cast sequence macro.

Dont know if that helps you atall, but yea!

i actually figured it out already (with the help of someone who writes addons), thanks for trying to help anyways!
 
Status
Not open for further replies.

Users who are viewing this thread

Top