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

Count specific item on AH ?

unmomento

New Member
Joined
Dec 23, 2011
Messages
145
Reaction score
0
Hi. I am using ProfesionBuddy.
I want to find a command that tell me how many of a specific item I have put in Auction House.
I want to assign this value to a variable and then use this information in order to buy more of that item.
Can someone help?
 
The question is good bit infinitly more complex.

If u have it all in onventory u could use a simple counter setup

But what about for auctions u have up.

Datastore may contain that info if so then easy to pull it out.

What I do is buildto type systems
So
Cancel auction
If inbagcount (1004) <= 19
If ibc = 19
Buy 1
If ibc = 18
Buy 2

I have another way to buy stuff but pc not loaded atm bit that will work
 
Back
Top