You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't have the merchant opcodes. Should be a relatively simple thing to catch by parsing in guildhall. Then we need to parse the items for sale.
The text was updated successfully, but these errors were encountered:
It should be easy to catch, just get a pcap of opening a merchant window then look for the packet with item names in it :P (probably want to make sure you're looking for something you don't have on you)
The merchant structs are some of the ones that had changed quite a bit from UF to RoF from what I recall. They added a lot of new features to merchants since the older clients, so the structs got moved around a bit with new stuff added to them as well. They are probably still tweaking the merchant stuff given all of the changes they have done in recent years.
I believe you need to have the item structs correct to be able to collect what the merchant sends. Items change at least a little with almost every patch, since they are constantly adding new things to them. It isn't hard to update the item struct, but it takes time to break down the packets into the fields and line everything up again to verify it all and adjust where needed.
Currently we don't have the merchant opcodes. Should be a relatively simple thing to catch by parsing in guildhall. Then we need to parse the items for sale.
The text was updated successfully, but these errors were encountered: