What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Professionbuddy searching for auctions not working

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

Interacting with Auctioneer Xifa (Unit Id: 44868)
PB Warning: Failed to open Unknown frame at Auctioneer Xifa
PB Debug - Buy Item From AH @line:40: Queueing server for Item: 58488
PB Debug - Buy Item From AH @line:40: Searching AH for Potion of Treasure Finding
Activity: Querying server for names of items to buy on the AH
Activity: Looking to buy items on AH
PB Debug - Buy Item From AH @line:40: Bought Potion of Treasure Finding x0

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
 
the log file is required tho even if you cant see any issues on it,we can
 
Back
Top