[Feature] Autopass for weapons missing main stat
comp615 opened this issue ยท 3 comments
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)
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.