evil-morfar / RCLootCouncil2

RCLootCouncil - addon for World of Warcraft
https://rclootcouncil.com
GNU Lesser General Public License v3.0
19 stars 29 forks source link

[Feature] Autopass for weapons missing main stat #245

Closed comp615 closed 7 months ago

comp615 commented 11 months ago

Description Would like to see an option alongside the other autopass options to allow me to auto-pass an item (weapon/trinket) when it is not compatible with my class. In particular, this could mean strength daggers if I'm a Mage for instance.

Happy to investigate implementation myself as I can code. Curious if there's any pitfalls to be aware of (i.e. old school xpacs where you actually could want off-stat stuff, or tmog)

evil-morfar commented 11 months ago

As far as I'm aware there's no such issue with trinkets. The current setup works by me running a piece of code to extract all trinkets from the dungeon journal and assign which specs can use them. Same should be possible for weapons (which is something I'd like to do), but the implementation is not clean, and I haven't found time to do so.

evil-morfar commented 11 months ago

Don't worry about pitfalls if you do try to do it :)

evil-morfar commented 7 months ago

Added in v3.11.0