• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Vendor Helper

Release Vendor Helper 04/27/2026

No permission to download
One thing I noticed was the Vendor window will also attach itself to the Parcel Vendor in the Grand Guild Hall, even though you cannot sell to that toon
 
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
 
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
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.
 
@Derple, I love this Lua! Thank you!

This morning I noticed the output text for plat total from selling junk was short by about a factor of 10. I am happy to share logs with you in a DM.
 
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
 
Last edited:
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
So the fix you made will likely be overwritten with the next patch to the tool so I went ahead and made this change:

After the next patch when you start up the vendor Lua it will create a custom color config in your mq/config/vendor.lua settings file you can go in there and change the following block to meet your needs:

Code:
    ['Colors'] = {
        ['Green'] = {
            ['A'] = 255,
            ['R'] = 50,
            ['G'] = 205,
            ['B'] = 50,
        },
        ['Red'] = {
            ['A'] = 255,
            ['R'] = 205,
            ['G'] = 50,
            ['B'] = 50,
        },
    },

It is just an RGBA value from 1-255 for each channel.
 
Vender is just spamming this in the mq2 window. Tried stopping and starting. Does it with the vendor window opened or closed.
 

Attachments

  • Screenshot 2026-02-13 104605.png
    Screenshot 2026-02-13 104605.png
    49.3 KB · Views: 0
Release Vendor Helper

Users who are viewing this thread

Back
Top
Cart