- Joined
- Dec 1, 2006
- RedCents
- 1,529¢
Very neat idea, and simple and clean. Now I need to find this type of utility to help tribute items 

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.


No big deal. I was thinking maybe an exception list of vendors it would ignore, since the list is fairly small of those ones who do not have a merchant tab as well as the parcel tab.Short of hiding on different tabs there is not much it can do. The window is the same for all of those. I could have it hide when you arent on the vendor tab but that might feel worse
Commits
...Fixed regex for all sale messages, not just pure platinum (#2)
* add total plat received message after "sell junk"
* Fixed regex to capture all platinum messages - note, only tracks platinum, not gold, silver, copper for sales accumulation.
---------
Co-authored-by: derple <[email protected]>
Commits
(8a40a9d) ~DerpleRare crash fix when items change out from under filters at the wrong moment
So the fix you made will likely be overwritten with the next patch to the tool so I went ahead and made this change:I know this is a bit of a left field ask but is there anyway I can change the flag colour of the toggle for junk/not junk.
I can barely tell the difference with color blindness.
I want to make the toggle for "Junk" bright blue or something.
Edit: Nevermind I worked it out. Rough fix but I managed to do it without breaking the LUA
mq/config/vendor.lua settings file you can go in there and change the following block to meet your needs: ['Colors'] = {
['Green'] = {
['A'] = 255,
['R'] = 50,
['G'] = 205,
['B'] = 50,
},
['Red'] = {
['A'] = 255,
['R'] = 205,
['G'] = 50,
['B'] = 50,
},
},
Commits
(9df7db8) ~DerpleAdded '/vendor selljunk' which will nav to the nearest vendor and sell all your junk automatically. Credit to James_BeEz for the idea and initial implementation.
Commits
(a1863d0) ~Derple- allow for horizontal resize
- fixed how disabled calls are made
- no more collapsing
