just wondering if anyone has any experience with using this feature. ive setup a hotkey to auto buy bottles and scrolls. ive got the bottles and scrolls listed individually to buy 999 of them. the bottles buy fine, but i get the no item found when i try to buy the scrolls, even though its showing scrolls on the vendor. ive tried targeting the scrolls individually and stacked but its the same graphic code, so i dunno what im missing here.
i also tried it with coal and it does the same thing as with scrolls.
uosteam vendor agent
Re: uosteam vendor agent
I have the same issue with scrolls. Don't know why.
Re: uosteam vendor agent
Sorry to necro an old post, but I had the same problem with UOSteam buying blank scrolls and have a fix for it.
The problem is the preview item in the Vendor window is different from the one that lands in your backpack. It's a different Item ID with a flipped graphic.

To fix this, you need to make your vendor buy agent in UOSteam, then add a placeholder item (any old item will do - we'll change this later).
Close UO and open up your UOS profile file. Default is:
Find the agent by hitting Ctrl+F and find your agent. Edit the DisplayID of the item you added earlier to be: 0xe34
0xef3 is the one that shows in the vendor and is useless. Restart UOSteam now and your agent should work for buying blank scrolls now:

The problem is the preview item in the Vendor window is different from the one that lands in your backpack. It's a different Item ID with a flipped graphic.

To fix this, you need to make your vendor buy agent in UOSteam, then add a placeholder item (any old item will do - we'll change this later).
Close UO and open up your UOS profile file. Default is:
Code: Select all
C:\Program Files (x86)\UOS\Profiles\Default.xml
Code: Select all
<shoppinglist name="MagicStuff" limit="999" type="Buy" complete="False">
<item graphic="0xf0e" amount="999"/>
<item graphic="0xef3" amount="999"/>
<item graphic="0xe34" amount="999"/>
</shoppinglist>
