Auctionator

Auctionator

141M Downloads

AH Button freezes search

jrob8577 opened this issue ยท 1 comments

commented

Was at AH, opened trade skill (tailoring), clicked on the AH button next to the Barbaric Linen Vest (repeatable with all other items). I can see a single AUCTION_ITEM_LIST_UPDATE event fire... I may have screwed up something when I was messing around with search earlier this week...

[23:22:58] Atr_IsCompoundSearch { Barbaric Linen Vest }
[23:22:58] Atr_IsCompoundSearch false
[23:22:58] Atr_IsCompoundSearch { Barbaric Linen Vest }
[23:22:58] Atr_IsCompoundSearch false
[23:22:58] AtrSearch:Continue true
[23:22:58] Atr_IsCompoundSearch { Barbaric Linen Vest }
[23:22:58] Atr_IsCompoundSearch false
[23:22:58] Atr_IsCompoundSearch Barbaric Linen Vest
[23:22:58] Atr_IsCompoundSearch false
[23:22:58] *************** TABLE Unknown *****************
[23:22:58]   nil
[23:22:58] 
[23:22:58] *************** TABLE QUERY AUCTION ITEMS PARAMS *****************
[23:22:58] table: 0x1edab4940 {
[23:22:58]   [1] => "Barbaric Linen Vest"
[23:22:58]   [4] => 0
[23:22:58]   [7] => false
[23:22:58]   [8] => true
[23:22:58] }
[23:22:58] 
[23:22:58] Atr_ClearHistory
[23:22:58] Atr_EventHandler AUCTION_ITEM_LIST_UPDATE
[23:22:58] Atr_OnAuctionUpdate
[23:22:58] AnalyzeResultsPage: 0
[23:22:58] Atr_SetMessage Scanning auctions for "Barbaric Linen Vest"             
[23:22:58] Atr_HideElems table: 0x1eaef6b20
[23:22:58] Atr_ShowItemNameAndTexture { Barbaric Linen Vest }
[23:23:30] Atr_EventHandler AUCTION_HOUSE_CLOSED
[23:23:30] Atr_OnAuctionHouseClosed
[23:23:30] Atr_HideAllDialogs
[23:23:30] Atr_CheckingActive_Finish
[23:23:30] Atr_FindScan nil nil nil
[23:23:30] Atr_ClearAll
[23:23:30] Atr_ClearTop
[23:23:30] Atr_HideElems table: 0x1eaef6b20
[23:23:30] Atr_ClearList
commented

Atr_ParseCompoundSearch( searchString ) was changed so the table built for tradeskill scanning needs to be updated to reflect those changes.