Mnkey said:wtb sap macro
You talking something liiiiike:
#showtooltip
/cleartarget
/targetenemyplayer
/cast Sap
Saps closest player. Awesome for spamming when you think a rogue or druid is around. Unless you wanted something different.
Mnkey said:wtb sap macro
#showtooltip
/cleartarget
/targetenemyplayer
/cast Sap
Jojkamo said:Is there any possibility to make macro that will loot box called "Sack of Spoils" and take "Major Mana Potion" from it ? thanks
would it be possible to create a macro that would allow me to get the max extent of these trinkets and my cooldowns. I'm a frost mage, human, gearing up in pve-gear. My trinkets are The Skull of Gul'dan (175 haste for 20 secs) and Shifting Naaru Sliver (320 sp for 15 secs). Also include Icy Veins in the part with the skull and mirror image in the part with the sliver. Thanks.
#showtooltip Icy Veins
/use The Skull of Gul'dan
/cast Icy Veins
#showtooltip Icy Veins
/use The Skull of Gul'dan
/castsequence reset=144 Icy Veins, Deep Freeze
#showtooltip Mirror Image
/use Shifting Naaru Sliver
/cast Mirror Image
Anyone got any experience with dual-wield swapping? Is it possible to have a macro that, when, say I have weapon sets X and Y, if I click the macro and X is equipped, it'll equip set Y and vice versa?
I need to swap from 2x assassin's blade to 2x shadowfangs, both sets have the same enchants.
Not sure whether it matters, but I'm playing on a server running on 3.3.5a.
Any help would be greatly appreciated.
#showtooltip
/equipslot 16 Shadowfang
/equipslot 17 Shadowfang
#showtooltip
/equipslot 16 Assassin's Blade
/equipslot 17 Assassin's Blade
Code:#showtooltip Icy Veins /use The Skull of Gul'dan /cast Icy Veins
This will cast both Skull of Gul'dan and Icy Veins simultaneously, for about 40-45% haste at level 70. You can add Deep Freeze in:
Code:#showtooltip Icy Veins /use The Skull of Gul'dan /castsequence reset=144 Icy Veins, Deep Freeze
Code:#showtooltip Mirror Image /use Shifting Naaru Sliver /cast Mirror Image
This will cast Mirror Image and Shifting Naaru Sliver. I'm not so sure about macroing these together, but it's your choice.
--------------------------------------
Code:#showtooltip /equipslot 16 Shadowfang /equipslot 17 Shadowfang
Code:#showtooltip /equipslot 16 Assassin's Blade /equipslot 17 Assassin's Blade
You will bind these to two different buttons, which is better than one because you can be sure of which set is equipped.
(Mousewheel Up + Down, Ctrl-Q + E, etc.)
If that doesn't work, you can build two different equipment sets with same gear but different weapons, and bind them to the respective buttons.
Ah but you see, you can equip weapons. SO what it will do is swap weapons but no other gear. You can also make a macro that hides the error it will give you saying you cant swap some items.This only swaps the weapon for main hand. It seems that the macro doesn't know which of the 2x SF's to pick when I put it like that.
Also, can't seem to swap sets mid-combat, is there any other way?
Ah but you see, you can equip weapons. SO what it will do is swap weapons but no other gear. You can also make a macro that hides the error it will give you saying you cant swap some items.
However, since I use an addon that hides all errors, I don't know the macro text to use :<
/showtooltip
/equipslot 16 0 1 Assassin's Blade
/equipslot 17 0 2 Assassin's Blade
/showtooltip
/equipslot 16 0 1 Shadowfang
/equipslot 17 0 2 Shadowfang
/showtooltip
/equipslot 16 0 1
/equipslot 17 0 2