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] AHBuddy - Full Auction House Bot

Status
Not open for further replies.
I'm using

<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Everything" ItemID="" MinBuyout="5g0s0c" MaxBuyout="400g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />

To sell my glyphs on the AH with AHbuddy, I just deleted all of the sell Glyphs portion and it does post everything butthe problem is that it keeps posting exactly at 5g even though the item in the AH is at 3g it will still undercut itself and post at 5g in a cycle and when it posts it posts all glyphs, not one at a time.
 
I'm using

<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Everything" ItemID="" MinBuyout="5g0s0c" MaxBuyout="400g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />

To sell my glyphs on the AH with AHbuddy, I just deleted all of the sell Glyphs portion and it does post everything butthe problem is that it keeps posting exactly at 5g even though the item in the AH is at 3g it will still undercut itself and post at 5g in a cycle and when it posts it posts all glyphs, not one at a time.
ItemID="" that line isn't used for anything since it has no item id to reference.
 
ItemID="" that line isn't used for anything since it has no item id to reference.

Zakanator why is it that after I removed that line ItemID= it still posts everything at once instead of 1 glyph at a time? I did clear out all the sellitemonah <-Glyph-> section and just delted it and pasted that above code in place. But it still posts 2/2 3/3 instead of 1/3. I also don't know if I need that last Location 0 0 0 part of it. i did try setting values to false, true, false and it still sold everything, set it to true true true still sold everything set it to true true false still sold everything instead of 1/3 posting at a time, just 1 at a time.

SubRoutine SubRoutineName="PostToAH">
<!--Post to the AH-->


<If Condition="(bool)Settings[&quot;Post to the Auction House&quot;]" IgnoreCanRun="True">
<StackItemsAction />
<CustomAction Code="Log (Colors.Crimson,&quot;AHBuddy: &quot;,Colors.BlanchedAlmond,&quot;Posting items to the AH.&quot;);" />

<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="True" RunTime="_12_Hours" AmountType="Everything" MinBuyout="5g0s0c" MaxBuyout="400g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />

<!--Cloth-->
 
Zakanator why is it that after I removed that line ItemID= it still posts everything at once instead of 1 glyph at a time? I did clear out all the sellitemonah <-Glyph-> section and just delted it and pasted that above code in place. But it still posts 2/2 3/3 instead of 1/3.

SubRoutine SubRoutineName="PostToAH">
<!--Post to the AH-->


<If Condition="(bool)Settings["Post to the Auction House"]" IgnoreCanRun="True">
<StackItemsAction />
<CustomAction Code="Log (Colors.Crimson,"AHBuddy: ",Colors.BlanchedAlmond,"Posting items to the AH.");" />

<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="True" RunTime="_12_Hours" AmountType="Everything" MinBuyout="5g0s0c" MaxBuyout="400g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />

<!--Cloth-->
The amount is set to 20. So it'll post up to 20 stacks of 1
 
Hi im new to Proffesion buddy and the Auction house botting. I have a quick question that i thought you guys might be able to answer. Is it possible to easily change every item to just post at whatever the highest or lowest auction is on the auction house at the current time instead of spending hours going through every item changing it to 1g min and 100000g max ? I have 5 guild banks full of random stuff that i want to just fire off on the auction house and it would be easier if all the presets just started at 1c min to 100000g max.
 
Hi im new to Proffesion buddy and the Auction house botting. I have a quick question that i thought you guys might be able to answer. Is it possible to easily change every item to just post at whatever the highest or lowest auction is on the auction house at the current time instead of spending hours going through every item changing it to 1g min and 100000g max ? I have 5 guild banks full of random stuff that i want to just fire off on the auction house and it would be easier if all the presets just started at 1c min to 100000g max.
That's one of the main reasons I made each item have an individual price because any normal person that plays the auction house can figure out that you're a bot and take advantage of that by buying your items for very low prices. Without price limits you would just end up losing gold.
 
Zakanator i noticed somebody had posted a way to make all glyphs have a min of 5g and a max of 499g. Personally i just play the auction / glyph market a few hours a day and make a little bit of gold. I tried setting each glyph to the appropriate settings but its taking hours. Is there a way to just do that for glyphs ? I tried copy and pasting as was explained in this forumn to do so but its did not make any difference on the glyphs i haven't individually set yet. I would gladly pay a few bucks if somebody has this already set up for all item's on KT server currently. I tried Pm'ing a few of the people on this forumn that said they had a paid service for this but havent had any luck finding someone yet.
 
Whats up with the script wich download prices for Undermine Jurnal ?
Zakanator i noticed somebody had posted a way to make all glyphs have a min of 5g and a max of 499g. Personally i just play the auction / glyph market a few hours a day and make a little bit of gold. I tried setting each glyph to the appropriate settings but its taking hours. Is there a way to just do that for glyphs ? I tried copy and pasting as was explained in this forumn to do so but its did not make any difference on the glyphs i haven't individually set yet. I would gladly pay a few bucks if somebody has this already set up for all item's on KT server currently. I tried Pm'ing a few of the people on this forumn that said they had a paid service for this but havent had any luck finding someone yet.
My auction price database is getting very close to being available for use.
 
just out of curiousity are you a few days away or could it be potentially a month or 2 before you have the database ready?
 
Zakantor, do you remember that ''Post partial stack'' has to be set True to post auctions. If its set to true and set to undercut only full stacks bot puts item and cancels them over and over again if theres and cheaper items with lower than full stack quantity.
 
Zakantor, do you remember that ''Post partial stack'' has to be set True to post auctions. If its set to true and set to undercut only full stacks bot puts item and cancels them over and over again if theres and cheaper items with lower than full stack quantity.
You need to update to the latest revision.
 
Its not working as it suposse to. If I set it to undercut only full stacks, it undercuts every quantity.

I desperately look for help to make it work properly.

P.S. With newest revision(47).
 
Does someone have the code for Greater inscription of tiger claw, tiger fang, Ox horn and crane wing plz ? i just cant find them :s
 
Status
Not open for further replies.
Back
Top