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

Question with ah buddy

chichop2

New Member
Joined
Jun 15, 2012
Messages
17
Reaction score
0
:situation`. ah buddy posted 5 gem after 40 sec it repost the same gem even when nobody undercut me what the prob?
 
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="2" ItemID="76138" MinBuyout="15g0s0c" MaxBuyout="80g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="2" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" /> all gem are like this
 
its said: Selling Wild Jade for 78g89s99c. Competition is at 78g90s0c but it false only me at this price so it keep posting so ah buddy repost the gem after 5 min i got like 30 of my gem at 78.89.99
 

Attachments

Last edited:
PHP:
<SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="76139" MinBuyout="0g0s0c" MaxBuyout="0g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="0" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
is how it should look, but with minbuyout and maxbuyout set ofc
 
well the code i got is this <!--Imperial Amethyst-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="76141" MinBuyout="15g0s0c" MaxBuyout="80g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="0" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" /> dont know where u find this code
 
what did you change exacly ? i have the same problem

Take this code adn change itemid and it will work
<SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="76139" MinBuyout="0g0s0c" MaxBuyout="0g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="0" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />

find item ids by going to wowhead, and it say in url
www.wowhead.com?item=id or
 
Back
Top