Hi,
I'm looking forward to parse the Chat messages you get from the AH.
I'm trying to use the Event onChatMessage, but which ChatType is used for this kind of messages ?
Thanks !
Yeah but Glyph is still needed for updates...
Should we use a Third account on the botting PC that will be use only to start Glyph when AB is not running ?
So if I get it right this should work :
item = getAuctionBuyList(req, 1);
Log(item.bidderName);
item.MakeAuctionBid(10);
getAuctionBetList();
Log(item.bidderName);
Are should I parse the result of getAuctionBetList again ?
Thanks !
Hi there,
Already asked the question on IRC, but I remain uncertain.
Is an AuctionItem always updated ?
For exemple :
Log(item.bidderName)
item.MakeAuctionBid(10)
Log(item.bidderName)
will the output be:
Name1
Me
?
Thanks !