This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Right Click any cooldown icon to put it on the blacklist, or right click any spell icon.
What is the expected output? What do you see instead?The icon should disappear and its name should be put on the blacklist. With cooldowns, the icon doesn't disappear and nothing is put on the blacklist. With spells, the icon disappears but there is nothing on the blacklist.
What version of the product are you using?0.6.17
Do you have an error log of what happened?No, as there is no error persay.
Note: It would also be nice to have some other way of blacklisting abilities other than just rightclicking icons, like an input box to put them in by name.
I have exactly the same problem, but there is one thing I'd like to clarify.
When you right click the spell (a buff icon in this case, I suspect) it disappears from the bar because it right clicking the icon removes the buff from your character. I, for one, managed to remove my freshly popped flask in yesterday's raid when I was trying to blacklist it from the addon.
same issue, right-click is considered as 'cancel buff' on a buff bar, we just need something like alt-click for blacklist. it could be also nice to have icon blocked but tooltip displayed.
Same here...
Edit: Maybe has something to do with the client language? I'm using german client.
if you edit: World of Warcraft\WTF\Account\NAMEoFaCC\SavedVariables\SexyCooldown.lua you can add blacklists by hand, you can get the info from wowhead.com, for example: http://www.wowhead.com/?spell=1953 = mage's blink
["spell:1953"] = "Blink",
I hope that works while Antiarc works on it
alt+right click works, you need to do it on the center of the icon, confirmed
Mod-right clicking will blacklist the item; right-click is reserved for standard buff functionality (remove the buff).
I haven't added a non-click way to blacklist items yet, because of how SexyCooldown computes IDs for the blacklisted items. It's not, unfortunately, as simple as adding a name.
To post a comment, please login or register a new account.