• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Professionbuddy searching for auctions not working

    Discussion in 'Honorbuddy Support' started by braniac8472, Jul 27, 2016.

    1. braniac8472

      braniac8472 Member

      Joined:
      Jun 12, 2015
      Messages:
      174
      Likes Received:
      1
      Trophy Points:
      18
      Any eta on the LUA for querying the AH in PB getting updated?

      seems like a very easy fix

      Code:
      <BuyItemFromAH ItemListType="Item" ItemID="58488" MaxBuyout="501g0s0c" Amount="20" BuyAdditively="True" AutoFindAh="True" BidOnItem="False" Location="0, 0, 0" />
      http://wowwiki.wikia.com/wiki/API_QueryAuctionItems
       
      Last edited: Jul 27, 2016
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
    3. braniac8472

      braniac8472 Member

      Joined:
      Jun 12, 2015
      Messages:
      174
      Likes Received:
      1
      Trophy Points:
      18
      PB doesnt give any errors at all and it doesn't log the LUA its using not even if i set it to diagnostic.

      It basically just queries the entire AH instead of searching for a specific item which is cause of the LUA change in API_QueryAuctionItems

      i already did the change on my profiles, the lua needs to be changed from

      Code:
      Lua.DoString("QueryAuctionItems(\"" + itemName+ "\",nil,nil,nil,nil,nil," + currentQueryPage + ")");
      to

      Code:
      Lua.DoString("QueryAuctionItems(\"" + itemName + "\",nil,nil,"+ currentQueryPage +",nil,nil,nil,1,nil)");
      please note that the "1" in the second code is the new exactMatch parameter
       
    4. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      the log file is required tho even if you cant see any issues on it,we can
       
    5. braniac8472

      braniac8472 Member

      Joined:
      Jun 12, 2015
      Messages:
      174
      Likes Received:
      1
      Trophy Points:
      18
    6. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      we will check it asap
       

    Share This Page