• 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
Resource icon

Release BAS.mac Barter Auto Seller 0.0.6

No permission to download
Because it is not in the same format. If I wanted to use the loot.ini file and add the field I need for Minimum Price to sell, I would have to change the Ninjadvloot.inc code and then add some code to mark the items as Barter. Then I still have the issue with the BAS_MuleItems.ini which is just a list of those items you want to sell to your barter mule. I am working on a version of NAL that incorporates this macro. I am having to add the code to mark the records for Barter, and also use the BAS_MuleItems.ini so you can sell to actual barters and to your mule.

I have been busy working on another project so I have had to put this on the back burner for now, but I will be getting back to this after the holidays.


Interesting.... ninjadvloot barter .... very interesting

Just yesterday I was thinking what a pain it is to barter with 20 count limit, and today I find this.
 
Interesting.... ninjadvloot barter .... very interesting

Just yesterday I was thinking what a pain it is to barter with 20 count limit, and today I find this.

Well if you feel frisky and think you want to try and tackle adding the NAL code. I will assist you however I can. I have a few ideas I will share.
 
Are you using a custom UI?

No i use standard UI, just tried on different account/toon. Same problem. Thanks for help!

[General]
BASVer=0.0.4
XBarters=NULL,NULL,NULL
SearchWait=0
MinBartReqGlbl=0
MinBartReqDetl=0
SkipPacks=1,2
SkipHow=1,1
AFKPause=1
UseHome=1
UseDetail=1
SellFromBrtWnd=1
BarterMule=NULL
UseMule=0
GMActionH=GMAction 0=Off, 1=Pause Macro, 2=Camp character select, 3=Camp Desktop, 4=Quit game.
GMAction=1
EQBCon=1
IRCon=0
GroupSplit=0
Debugon=0
 
I will try and take a look at it sometime today.. I am a little pushed for time this weekend..

Hmm....pressing shift B (opening all bags) THEN start macro seems to have solved it. Is having all bags open a requirement for the macro? Sorry in case i missed this.
 
Nope... But it could have something to do with the client since the last update.. When I get a chance I will look into it, but thanks for reporting back with your fix..
 
Is bas 0.0.4 working for anyone after 9/21 patch?

I have my BAS_itemDetail.ini which used to work in August

And BAS_Mycharname.ini is as follows:

Rich (BB code):
[General]
BASVer=0.0.4
XBarters=NULL,NULL,NULL
SearchWait=0
MinBartReqGlbl=0
MinBartReqDetl=0
SkipPacks=1,2
SkipHow=1,1
AFKPause=1
UseHome=1
UseDetail=1
SellFromBrtWnd=1
BarterMule=NULL
UseMule=0
GMActionH=GMAction 0=Off, 1=Pause Macro, 2=Camp character select, 3=Camp Desktop, 4=Quit game.
GMAction=1
EQBCon=1
IRCon=0
GroupSplit=0
Debugon=0

With Debug on I am getting bunch of
Rich (BB code):
VerifyItem: Boreal Gloves of Frozen Flame  NULL 0 1
and so on for each item, so it seems it is not picking up on what it can sell.
 
it needed a bit of debugging and fixings, this should work for now. till someone smarter takes a look at it and makes it purdy
 

Attachments

Thanks kaen, still not something right with ini reading, apparently Item1 variable is not declared

I made a single item "fix" by globally declaring
Rich (BB code):
/declare Item1	string global nameofwhatIamselling
in your Main

So that works for selling single items, but a longer fix is needed :)

EDIT: Heh actually my fix works for all items lol, dont have to initialize the variable either
 
Came here to post about this macro being broke too! I use it almost every week and would be dismayed if it didn't get fixed eventually!

I have a few issues with the macro too that occur pre 9/20 - sometimes it randomly logs out, sometimes it "finishes" selling before it's actually done etc etc.

I will mess with Playj's fix in a bit to see if it helps
 
aight this one should have it all fixed, figured out what i missed earlier, and ran this on 7 different characters with varying amounts of items to go through and no errors anymore.

was several variables that wasnt capitalized the same through out, i missed that cause i forgot to search with match capitalization thingy on.

if it works for you, you can comment out the #warning at the top
 

Attachments

The most updated version (the one kaen posted above) of the macro hasnt been working for me.

When i run it on a comp it ends immediately after it starts and doesn't parse a single item

Sometimes it also says this before it crashes:

https://i.imgur.com/1yAIlob.png
 
if you start it with afk on, its autopaused, its a functionality of the macro that you can edit the ini with the items while its afk, then turn off afk and it rereads and starts over.

that pause thing, just replace pause with delay.
 
Here's a working version of 0.0.5...
Fixed an error around 1699..

Tested and verified it is working.

I may add a few commands including a /bsell and a /bkeep to let you change the buy/sell status of an item.
 

Attachments

Last edited:
Another update added the ability to set an item to sell, or keep it in the macro

go /afk then pick up an item on your cursor and type /bsell <value> to sell
or /bkeep to keep the item. If you don't set a sell value it defaults to 1.

Fixed a bug with unafking.

Incremented the version number to 0.0.6
 

Attachments

Last edited:
Just tried this out. As I was a bit lazy to set everything up, I used /mac bas sell brute and cleaned out my bags. Works great. Thank you for your time involved.
 
Release BAS.mac Barter Auto Seller

Users who are viewing this thread

Back
Top
Cart