Elusion
08-05-2007, 08:13 PM
What I'm trying to do is get a macro (or even Add-on) that will allow me to do the following:
Equip Dagger weapon -> Ambush Target -> Switch to Fist (or Sword Weapon)
The macro I've written (read: cannibalized from other macros) works.. kinda..#showtooltip Ambush
/equipslot [nocombat]16 Ced's Carver
/cast Ambush
/equipslot [combat] 16 Nexus-Claw
It throws on my dagger, it hits the ambush then ends.
I know why this is happening: Delay in dropping stealth after attacking.
I know how to fix this from a non-macro stand point: Spam the key assigned.
But it doesn't work all the time.
Logically one might say "Well then, just remove the [combat] from the second /equipslot command".
- That only works if I have the Dagger equipped already, otherwise it just swaps the weapons.
Ideally I'd like to be able to be able to have a dagger equip whenever I go into stealth, and my fist/sword when I exit stealth. I suppose I could add "/equipslot 16 Ced's Carver" to all my stealthing abilities and "/equipslot 16 Nexus-Claw" to my attacks but that seems more work than is necessary.
If this can easily be done with an add-on, or if I'm missing something in my limited knowledge of macros I'd love to know about it.
Thanks in advance
Equip Dagger weapon -> Ambush Target -> Switch to Fist (or Sword Weapon)
The macro I've written (read: cannibalized from other macros) works.. kinda..#showtooltip Ambush
/equipslot [nocombat]16 Ced's Carver
/cast Ambush
/equipslot [combat] 16 Nexus-Claw
It throws on my dagger, it hits the ambush then ends.
I know why this is happening: Delay in dropping stealth after attacking.
I know how to fix this from a non-macro stand point: Spam the key assigned.
But it doesn't work all the time.
Logically one might say "Well then, just remove the [combat] from the second /equipslot command".
- That only works if I have the Dagger equipped already, otherwise it just swaps the weapons.
Ideally I'd like to be able to be able to have a dagger equip whenever I go into stealth, and my fist/sword when I exit stealth. I suppose I could add "/equipslot 16 Ced's Carver" to all my stealthing abilities and "/equipslot 16 Nexus-Claw" to my attacks but that seems more work than is necessary.
If this can easily be done with an add-on, or if I'm missing something in my limited knowledge of macros I'd love to know about it.
Thanks in advance