• 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 - BarterWindow List ItemID

HarveyUK

Member
Joined
Jun 10, 2020
RedCents
54¢
Does anyone know of a way to get the Item ID of a list item in the Barter Window?
[CODE title="Barter ItemID"]/varset searchResult ${Window[BarterSearchWnd].Child[BTRSRCH_BuyLineList].List[1,2]}[/CODE]
I just need the ID from that.
 
This is unfortunately not possible with the current set of tools. It is only possible from the bazaar search because of MQ2Bzrsrch. The plugin intercepts the bazaar search response packet which contains the itemID, but there is no functionality there for barter search.

My arbitrage setup involves dumping the item names, cross referencing with the itemIDs from MQ2Bzrsrch, and then I disambiguate the non unique item names where possible (exclude quest, no trade, etc), and I'm still left with a few things between the cracks. I want to find some time to learn how I'd add barter search to mq2bzrsrch as well as fix a few bugs there, but that's not my wheelhouse currently.
 
Last edited:
Question - BarterWindow List ItemID

Users who are viewing this thread

Back
Top
Cart