Thread Tools Display Modes
05-22-20, 01:35 AM   #1
NZBishop
A Kobold Labourer
Join Date: May 2020
Posts: 1
If X spell is on CD no equip weapon.

Hey guys looking at making a spamable macro for you evocation, this is what I have come up with:

#showtooltip Evocation
/equip [nocooldown:Evocation] Will of Arlokk
/cast Evocation
/equip [nochanneling:Evocation] Bloodcaller
/equip [nochanneling:Evocation] Tome of the Ice Lord

What I am wanting to do is 'always allow you to have your spirit staff in when you evocation is up and then instantly switch back to your Spelldamage weapons after and not let you go back to your spirit staff when evocation is on CD'

The [nocooldown:Evocation] part of the macro is not working and have been looking into scripts to try get it to work but it seems to be way above my head.

Any help will be much appreciated
  Reply With Quote
05-22-20, 05:33 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Are you allowed to change weapons during combat ?

Does noCooldown or even noChannelling macro conditionals exist ?

That could be my own lack of knowledge as I generally only have one set of armor on my characters.
__________________
  Reply With Quote
05-22-20, 08:46 AM   #3
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 308
https://wow.gamepedia.com/Macro_conditionals

Neither "nocooldown" or "nochanneling" are valid conditionals. Macros cannot make smart decisions for you (ie: do X if X spell is ready/on cd/etc).

Your best bet is to probably make 2 gear sets (1 with spirit gear & 1 normal gear). Then make a button in WeakAuras to show on your screen when evocation is off cooldown and make it do all the swapping, casting, etc.
  Reply With Quote
05-22-20, 12:01 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
nochanneling is a conditional (unless they have removed it from the game?)

nocooldown is not.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » If X spell is on CD no equip weapon.

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off