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

PB selling greater celestial to lower price than AH is set

TheMaff

New Member
Joined
May 15, 2012
Messages
467
Reaction score
4
PHP:
<SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="52719" MinBuyout="22g0s0c" MaxBuyout="50g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.1" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />

That's my line.. Even tho there are items on for 50g it will post the auctions for 21g 97s that's lower than my MinBuyout first of and then it seems like it's stuck with this value like it remembers it.

here's my log

Code:
[19:21:43:212] Cleared POI
[19:21:43:212] Cleared POI - Reason Starting up
[19:21:43:213] Cleared POI
[19:21:43:350] PB 1.471: Done Loading Tradeskills.
[19:21:43:540] PB 1.471: Checking for new version
[19:21:43:581] PB 1.471: No updates found
[19:21:46:461] [Singular-DEBUG] Switched targets!
[19:21:46:463] [Singular-DEBUG] Melee Distance: 6.583333
[19:21:46:463] [Singular-DEBUG] Health: 116235
[19:21:46:463] [Singular-DEBUG] Level: 85
[19:21:46:557] ShuffleBuddy: Posting enchanting mats to AH.
[19:21:46:597] PB 1.471:Searching AH for Heavenly Shard
[19:21:53:994] PB 1.471:lowest buyout 534000
[19:21:53:995] PB 1.471:PB: PostIfBelowMinBuyout:False 
[19:21:53:995] PB 1.471:PB: lowestBo:534000  MinBuyout.TotalCopper: 499999
[19:21:53:995] PB 1.471:PB: tooLowBuyout:False enoughItemsPosted: False
[19:21:53:995] PB 1.471:Finished scanning for items
[19:21:59:315] PB 1.471: Selling Name:Heavenly Shard Buyout:53g34s66c Competitor:53g40s0c
[19:21:59:525] PB 1.471:Searching AH for Greater Celestial Essence
[19:22:03:711] PB 1.471:lowest buyout 220000
[19:22:03:711] PB 1.471:PB: PostIfBelowMinBuyout:False 
[19:22:03:711] PB 1.471:PB: lowestBo:220000  MinBuyout.TotalCopper: 220000
[19:22:03:711] PB 1.471:PB: tooLowBuyout:False enoughItemsPosted: False
[19:22:03:711] PB 1.471:Finished scanning for items
[19:22:08:428] PB 1.471: Selling Name:Greater Celestial Essence Buyout:21g97s80c Competitor:22g0s0c
[19:22:08:647] PB 1.471:Searching AH for Hypnotic Dust
[19:22:10:752] Stopping the bot!
[19:22:10:752] Stop called!
[19:22:10:757] PB 1.471:Stop Called
[19:22:10:759] Activity: Honorbuddy Stopped
[19:22:11:774] System.Threading.ThreadAbortException: Thread was being aborted.
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Delegate.DynamicInvokeImpl(Object[] args)
   at System.Delegate.DynamicInvoke(Object[] args)
   at (Object , Object[] )
   at Styx.Logic.Targeting.#Dr(Delegate e, Object[] args)
[19:22:11:776] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.Targeting.#Dr(Delegate e, Object[] args)
   at Styx.Logic.Targeting.Pulse()
[19:22:11:780] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.Targeting.Pulse()
   at Styx.WoWPulsator.Pulse(PulseFlags flags)
   at Styx.Logic.BehaviorTree.TreeRoot.Tick()
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
[19:22:11:781] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Run()

Any ideas how to fix it? It only happens to Greater Celestial Essence and i did reinstall the bot but there is something wrong with either the profile or the way PB handles celestials.. Please help!
 
Back
Top