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!

Question about AHbuddy

floresrikko

New Member
Joined
Mar 11, 2016
Messages
1
The AHbuddy from proffesion botbase works, but how do I change the stack size for a speciffic item, for instance blackrock ore. it keep posting 20 stacks only I wanted to post 200 each stacks instead.
 
If you open the AHBOT.XML in notepad you can make sense of the code even if you have no idea what your looking at. I believe the bit you need is as below:

<SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="MetalStone" UseCategory="True" RunTime="_24_Hours" AmountType="Everything" ItemID="0" MinBuyout="0g10s0c" MaxBuyout="20g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="95" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />

Just change the the "StackSize" to 200. You can make one just for Blackrock ore if you wanted using the Item ID.
 
Back
Top