• 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

Question - Barter to sell remnants

Joined
Jan 19, 2015
RedCents
153¢
Trying to figure out how to pick the Sell Button on the top...

Rich (BB code):
Sub Main

:BarterSell
/nomodkey /notify BarterSearchWnd BuyLineList listselect 1
/delay 5
/nomodkey /shiftkey /notify BarterSearchWnd BTRSRCH_SellButton leftmouseup

/delay 5
/goto :BarterSell
/return
/end

I figure it should select the first line...or the second if it starts at 0 whatever... and sell a stack of it... But noooo, it selects the right line, then proceeds to push the Sell Button attached to one in the center of the list!!
 
You are right it seems to sell the wrong item.

Did you try selling it in barter through the good old bas.mac ? http://www.redguides.com/community/...-your-inventory-the-easy-way?highlight=barter

I have been using it for over a year with excellent results.

If you want to roll your own, you can see how ctaylor22 does it in bas.mac.

The selling code starts on line 1102:
Rich (BB code):
Sub SellItem(string ItemToSell, string TAmt, int TQty)
Lots of edge cases there. :)
 
Oh I see... Thanks. I read a bunch of the data table nonsense about woodscrews and tables and it didn't click... :)
 
Question - Barter to sell remnants

Users who are viewing this thread

Back
Top
Cart