Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
View attachment 14767
MQItemColor
MQItemColor changes the background color of your items depending on the type of item, making sorting much easier. Right now it handles Quests, Tradeskill, Collectiable, No Trade and Attunable items.
View attachment 14766
Default colors
Tradeskill: Yellow (F0F000)
Quest: Purple (F01DFF)
Collectible: Orange (FF8C20)
No Trade: Red (FF2020)
Attunable: Cyan (6BBAFF)...
How does one install this into the MQNext folder? I am a fast learner, and I hate to waste someone's time. Be safe, and take care.
Is there a way to adjust the color intensity? It is a bit too faint to see the lighter colors like yellow. They were a lot more visible in the regular version for me
no, mqitemcolor is different than mq2slotcolors mqitemcolor is next only > Here < is Orster's gitIs eqmule actively supporting this? This would be perfect for showing, at a glance, whether a collectible has been collected or not. Code for the boolean search is available.
The flags it currently works on are Quest, Tradeskill, Collectible, Heirloom, NoTrade, Attuneable. You could probably combine the colors, but it would likely be hard to tell which is which just by combining their default colors and something that is multiple would likely be some shade of brown at that point. However, if the only thing you want is Tradeskill + Quest, that's doable.Really love this plugin.
Would be real cool if it were possible to have colors for multi-tagged items. ie set tradeskill to blue, quest to red, and set tradeskill+quest to purple.
The flags it currently works on are Quest, Tradeskill, Collectible, Heirloom, NoTrade, Attuneable. You could probably combine the colors, but it would likely be hard to tell which is which just by combining their default colors and something that is multiple would likely be some shade of brown at that point. However, if the only thing you want is Tradeskill + Quest, that's doable.
Commits
(c2ce965) ~OrtsterComment out texture set function to avoid crash when creating hotbutton for item that has custom texture applied. Temporary until better fix can be found
Merge branch 'Tempfix-For-HotButton-Crash-On-Create' into 'main'
Comment out texture set function to avoid crash when creating hotbutton for...
See merge request...
Commits
(c1f6bd0) ~OrtsterAdd setting for using custom glow texture, defaulted on. User can turn off to prevent crashing for now when creating item hot buttons
...Merge branch 'Add-Texture-Use-Option' into 'main'
Add setting for using custom glow texture, defaulted on. User can turn off to...
See merge request Ortster/MQItemColor!13