• 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

Bazaar.mac 3.2 Updated 11/07/2017

Maskoi

old and salty
Joined
Sep 28, 2005
RedCents
82,796¢
I have used barter like twice ever in EQ so I never even looked at the barter code. People have been requesting I fix it for like 4 years now.

I have fixed. it.

I put this in beta because I have no idea about the markets in barter. I will listen to feedback from the community to see if any additional fixes or features are needed in the buyer function.

1. You obviously have to set up the items using /buy.
2. Make sure in bazaar.mac you set BuyPriceMax this is the default max price on ALL items you are allowing the macro to set. (default 1000)
Rich (BB code):
/declare BuyPriceMax         int         outer   1000
3./mac bazaar buyer

Report Bugs and post feature requests here.
 

Attachments

Last edited:
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

will test it and get back to you!
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

You ROCK maskoi!!!! now my buyer can run to my seller and trade and run back =D

Edit
One other issue i keep running into btw - it Ignores Krono on the seller side. will search it but it will not update price =( any ideas?
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

No clue i will have to see if I can hut it down.

Did you download 3,0 from this thread?
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

Yep - it will search the krono, find it then just skip by it.

Also - Is there a way to set default buy price buy what it wants to set the price to?
 
Last edited:
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

Open your macro and make sure its 3.0. Krono worked fine on my trader
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

yes i downloaded v3.0 will try it tonight to make sure. i deleted my .ini in hopes that it was an issue there. your "wut" comment can be ignored. I figured it out =D
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

Nice balls to tell all a comment by Maskoi can be ignored.... lol.... thx for the laugh.

Crystane.
PS: You take me serious? Not my fault! :D
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

it was a dumb question on my part to begin with. so, i said it can be ignored.
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

Does krono work for you now?
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

Aye - My .ini was all sorts of messed up. Deleting it and resetting did the trick!
loving the fact that barter is back up and running
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

bazaar does not price up to max price in the ini it will only under price to someone else's in the bazaar window I have checked the ini for fat finger any ideas?
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

Max price is a default for when their is no competition.

If you have max price 10,000 and it was set yesterday at 6,500 because it detected someone else selling. If no one else is selling the same item today it will reset the item from 6500 to 10,000.
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

Mine is not marking up to max with no competition I thought I had a typo but this has me scratching my head
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

I will check it out in the next day or so
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

eqmule added some functionality to /bzsrch command and broke this macro
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

I'll fix it tomorrow. I know what it is.
 
Re: NEW! Bazaar.mac 3.0 Beta - Barter Fixed

Has this been fixed? Still broken on my end. Thanks for the update.
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

NEW! Bazaar.mac 3.1 Updated 05/03/2015

Fixed for updated MQ2Bzsrch
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

Is it possible, or would it be possible, to make this macro ignore certain sellers? I have 3-4 sellers up regularly, and trying to sort them up is a lot of work. They sometimes carry the same stuff for one reason or another. :)
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

Yes in your bazaar.ini file under Exclude
Rich (BB code):
ExcludeList=bob,mary,toad,etc
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

I know how to set the undercut value (85% of lowest price for instance) manually in the macro, but would it be possible to get this in the .ini instead?
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

This macro keeps crashing the game, it will very rarely get through my vendor list, but typically crashes on the second item it tries to look up -- I've tried closing all of EQ / MQ2 / Magelo and starting fresh, and it still crashes. Is there a logfile I can send? I have not modified the macro from the 5/3/15 date.

I tried to remove some plugins using RGupdater but I still crashed.

Rich (BB code):
[Plugins]
mq2autoaccept=1
mq2autoforage=1
mq2bufftool=1
mq2bzsrch=1
mq2cast=1
mq2chatwnd=1
mq2combat=1
mq2debuffs=1
mq2exchange=1
mq2gmcheck=1
mq2hud=1
mq2hudmove=1
mq2itemdisplay=1
mq2map=1
mq2melee=1
mq2moveutils=1
mq2nonagwindows=1
mq2pop=1
mq2randomstuff=1
mq2rez=1
mq2search=1
mq2spawnmaster=1
mq2tracking=1
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

also quick question because im stupid lol, what can i do to change how much it under cuts prices when in trader mode. id like it to go much lower then it does... i have tons of shit to sell and really i just want it all gone so id like to be able to beat the other bazaar prices by a lot.. if anyone can tell me would be much appreciated.. thanks!
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

There's an area where it does calculations - I changed it so it always does 1pp under instead of the percentage, hehe.

Look for this area:
Rich (BB code):
/varcalc targetstr ${Int[${Math.Calc[ ${minprice}*0.99/25 ]}]}*25
That's the formula you may want to change.

I altered mine to:
Rich (BB code):
/varset targetstr ${Math.Calc[${minprice}-1]}
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

thank you for your fast reply! im looking to get mine to go say 15% lower, i know that sounds crazy but ive been a horder for the last 15 years and i have chars and chars and chars and chars with full banks that im trying to sell off now. so as crazy as it sounds im less concerned with making money as i am with getting rid of this stuff. lol!

- - - Updated - - -

last question , i think ... lol . what is the reasoning for it turning the trader off when updating prices if its set to ignore my own prices? how and is that ok to turn off so trader just keeps running while updating??
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

The trader turns off so you don't compete against your own prices. You would show up in the search results if your trader would turn on.
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

nope because its set to ignore your prices, so if your hte low price it ignores it and stays with the closest price to yours

- - - Updated - - -

its set to exclude your prices
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

My guess would be that the easiest way for it to "update" all the prices is to turn off trader, change prices, then turn trader back on and it will be set with all the new prices. If you stayed in trader mode you would need to click the update price button for each price changed, which would mean a more complicated mac that could have many more possible bug issues.


Just my 2cents...
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

This macro keeps crashing the game, it will very rarely get through my vendor list, but typically crashes on the second item it tries to look up -- I've tried closing all of EQ / MQ2 / Magelo and starting fresh, and it still crashes. Is there a logfile I can send? I have not modified the macro from the 5/3/15 date.

I tried to remove some plugins using RGupdater but I still crashed.

Same issue for me. Has anyone tinkered with the macro to see what's going on?
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

I will test this in the next couple of days to make sure it is working.
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

It some times goes through, other times it crashes EQ entirely. =/

- - - Updated - - -

I have 70gb of dump files if anyone wants to look ;)
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

I need to run extensive testing, but I feel crashes may be happening in the 25% math calc -- when I altered the mac to always do 1pp less I remove crashing (so far) from this.
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

Watch it as it does each item. See if its crashes on the same item each time.
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

asking for some advice.
I would love to get this up and running, however it keeps trying to set prices to 0 and turns off. what am I doing wrong guru's of wisdom
thanks
 
Re: Bazaar.mac 3.1 Updated 05/03/2015

I'm getting the crashes as well, looking into it.


edit:

Blankstare's fix works sometimes, not all the time. If anyone has any insight or is also experiencing this, let me know.

edit2:

The issue is not with the macro, it's with mq2bzsrch.dll

If you think you can fix this plugin, pm me.
 
Last edited:
Re: Bazaar.mac 3.1 Updated 05/03/2015

Is there a way to set the macro to "match" the lowest price when selling, or match the current high buy price when bartering? Thanks for the help.
 
Bazaar.mac 3.2 Updated 11/07/2017

Users who are viewing this thread

Back
Top
Cart