Haxxtastic
New Member
- Joined
- Jan 31, 2012
- Messages
- 106
How do I make it post at a fallback price if the lowest buyout is lower than my min buyout rather than keeping stuff in my bags?
Yes you can!
I did exactly the same thing, I set my minimum @ 6g0s0c and my maximum @ 499g0s0c. I edited my profile with this:
This tells Professionbuddy to sell a maximum of 20 of ech glyph @ 1 per stack for a minimum of 6g and maximum of 499g.
Is that what you wanted to know?![]()
<?xml version="1.0" encoding="utf-8"?>
<Professionbuddy>
<ChangeBotAction BotName="Combat Bot" />
<While Condition="true" IgnoreCanRun="True">
<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="True" RunTime="_12_Hours" AmountType="Everything" ItemID="" MinBuyout="1g0s0c" MaxBuyout="400g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="1" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="1542.401, 225.1617, -56.87341" />
<WaitAction Condition="false" Timeout="new Random().Next(600000, 1200000)" />
<CancelAuctionAction UseCategory="True" Category="Glyph" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="" AutoFindAh="True" MinBuyout="0g0s0c" Location="1542.401, 225.1617, -56.87341" IgnoreStackSizeBelow="1" />
<WaitAction Condition="false" Timeout="new Random().Next(600000, 1200000)" />
<GetMailAction GetMailType="AllItems" ItemID="" CheckNewMail="True" MaxCODAmount="0g0s0c" MinFreeBagSlots="0" AutoFindMailBox="True" Location="1542.401, 225.1617, -56.87341" />
<WaitAction Condition="false" Timeout="new Random().Next(600000, 1200000)" />
</While>
</Professionbuddy>
Was wondering if anyone could help me edit some of the items to buy and resell. I can't figure this out for the life of me.. When I feel like I got it down, it just ends up not doing what I thought it was going to do...
Basically I just want it to buy the following:
Ghost Iron Ore: Infinite Amounts / 70g Max Posting Price / 55g Min Posting Price / Buys Anything Under 50g A Stack.
Green Tea Leaf : Infinite Amounts / 55g Max Posting Price / 40g Min Posting Price / Buys Anything Under 35g A Stack.
Golden Lotus: 500 Max Amount / 85g Max Posting Price / 55g Min Posting Price / Buys Anything Under 50g A Stack.
Fools Cap: Infinite Amounts / 85g Max Posting Price / 65g Min Posting Price / Buys Anything Under 55g A Stack.
Like I said, I have NO idea what im doing with this.. I've tried understanding it but I just cannot. If Anyone can edit a script and put those variables in for me I would be greatful or give me a detailed walkthrough...
In the action list, where all other actions also listed.
It automatically uses the closest mailbox. I wouldn't recommend botting in stormwind. Those auction houses have a lot more traffic using them, otherwise use dwarven district auction house or if you position yourself in the correct spot you can use the auction house and mailbox without moving in the trade district.When using in SW, after using the AH in the Trade District, it runs to the right (inside the building while facing npc's) and use the mailbox that is outside the building. so it is clicking through the wall to open the mail box. You should completly black list this mail box as it looks VERY bot-like when walking back and forth from the wall to the npc for the AH.