Trying to figure out how to pick the Sell Button on the top...
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!!
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!!


