• Visit Rebornbuddy
  • [Grandfathered] Greedy

    Discussion in 'Archives' started by Mirabis, Dec 6, 2014.

    Thread Status:
    Not open for further replies.
    1. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Does the same happen if u disable Bagnon?

      Possible causes of it opening/closing

      - HasMailFlag keeps returning true -> ( /dump HasNewMail() ) -> It changes after re-opening/requiring the mailbox
      - Bags are full and there's a bug?

      Can't think of any other reason, will try to replicate it tomorrow morning
       
    2. tsincaat

      tsincaat Member

      Joined:
      Jan 15, 2010
      Messages:
      163
      Likes Received:
      0
      Trophy Points:
      16
      Yeah I did edit my reply after I posted to include that the new mail icon is indeed active while this behavior is occurring. Maybe the mail icon stays up for me longer than most, it just looks a bit botty IMO to be showing that opening/closing mail animation and humping the mailbox every 5 seconds for a minute

      So is this intended behavior? I did try disabling bagnon and the same thing occurs, I can include another log if it is not.
       
    3. tsincaat

      tsincaat Member

      Joined:
      Jan 15, 2010
      Messages:
      163
      Likes Received:
      0
      Trophy Points:
      16
      I set up the bot with the 1-click setup for buying/selling mats.

      When it is doing searches so far each time I've run it (3 times) it has printed an error in the log. The third time it happened I let it keep going and it continued running after a minute.

      In each case it has bought an item when this error occurs, though the purchase has not shown up in the log. Not quite sure what it is doing, since as far as I can tell, the items it bought were priced above what the the prices are set to in greedy's buy items, and there is nothing in the log that says it has bought anything. Not sure if it is buying the item it means to, or what.

      First log: bought 8 netherweave cloth (1g87s50c each, greedy default price set to 27s50c)
      Second log: bought 50 Windwool cloth (1g52s0c each, greedy default price set to 1g19s99c)
      third log: bought 2 stacks of 50 Windwool cloth and the error appeared twice (1g52s0c each)

      Code:
      [00:04:33.271 D] Activity: [Greedy] -- SellCoroutine Finished: Iterated over 0 items.[00:04:33.910 D] Activity: [Greedy] -- Searching the AuctionHouse for Netherweave Cloth on page 1/1
      [00:04:34.515 D] Activity: [Greedy] -- Searching the AuctionHouse for Netherweave Cloth on page 2/3
      [00:04:34.929 D] Exception was thrown in BotBase.Root.Tick
      [00:04:34.930 D] Buddy.Coroutines.CoroutineBehaviorException: Multiple continuations were encountered in a single coroutine tick. This is usually an indication that a coroutine task was created but not awaited.
         at Buddy.Coroutines.Coroutine.(Boolean )
         at Buddy.Coroutines.Coroutine.(Boolean )
         at Buddy.Coroutines.Coroutine.Resume()
         at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
         at Styx.TreeSharp.Action.RunAction(Object context)
         at Styx.TreeSharp.Action..()
         at Styx.TreeSharp.Composite.Tick(Object context)
         at Styx.CommonBot.TreeRoot.()
         at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
      Code:
      [00:14:52.894 N] (Singular) (Singular) info: 106.9 seconds since BotBase last called Singular (now in Rest)[00:14:52.849 D] Exception was thrown in BotBase.Root.Tick
      [00:14:52.849 D] Buddy.Coroutines.CoroutineBehaviorException: Multiple continuations were encountered in a single coroutine tick. This is usually an indication that a coroutine task was created but not awaited.
         at Buddy.Coroutines.Coroutine.(Boolean )
         at Buddy.Coroutines.Coroutine.(Boolean )
         at Buddy.Coroutines.Coroutine.Resume()
         at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
         at Styx.TreeSharp.Action.RunAction(Object context)
         at Styx.TreeSharp.Action..()
         at Styx.TreeSharp.Composite.Tick(Object context)
         at Styx.CommonBot.TreeRoot.()
         at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
      Code:
      [00:31:55.587 D] Goal: [Greedy] -- SellCustomandAutoItems[00:31:56.719 D] Activity: [Greedy] -- Searching the AuctionHouse for Windwool Cloth on page 1/4
      [00:31:57.438 D] Activity: [Greedy] -- Searching the AuctionHouse for Windwool Cloth on page 2/3
      [00:31:57.998 N] (Singular) (Singular) info: 118.4 seconds since BotBase last called Singular (now in Rest)
      [00:31:57.953 D] Exception was thrown in BotBase.Root.Tick
      [00:31:57.954 D] Buddy.Coroutines.CoroutineBehaviorException: Multiple continuations were encountered in a single coroutine tick. This is usually an indication that a coroutine task was created but not awaited.
         at Buddy.Coroutines.Coroutine.(Boolean )
         at Buddy.Coroutines.Coroutine.(Boolean )
         at Buddy.Coroutines.Coroutine.Resume()
         at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
         at Styx.TreeSharp.Action.RunAction(Object context)
         at Styx.TreeSharp.Action..()
         at Styx.TreeSharp.Composite.Tick(Object context)
         at Styx.CommonBot.TreeRoot.()
         at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
      [00:33:52.641 N] (Singular) info: 115 seconds since Greedy BotBase last called Singular
      [00:33:52.575 D] Activity: [Greedy] -- SellCoroutine Finished: Iterated over 0 items.
      [00:33:52.614 D] Activity: [Greedy] -- Searching the AuctionHouse for Windwool Cloth on page 1/3
      [00:33:53.303 D] Activity: [Greedy] -- Searching the AuctionHouse for Windwool Cloth on page 2/3
      [00:33:53.762 N] (Singular) (Singular) info: 115.8 seconds since BotBase last called Singular (now in Rest)
      [00:33:53.710 D] Exception was thrown in BotBase.Root.Tick
      [00:33:53.710 D] Buddy.Coroutines.CoroutineBehaviorException: Multiple continuations were encountered in a single coroutine tick. This is usually an indication that a coroutine task was created but not awaited.
         at Buddy.Coroutines.Coroutine.(Boolean )
         at Buddy.Coroutines.Coroutine.(Boolean )
         at Buddy.Coroutines.Coroutine.Resume()
         at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
         at Styx.TreeSharp.Action.RunAction(Object context)
         at Styx.TreeSharp.Action..()
         at Styx.TreeSharp.Composite.Tick(Object context)
         at Styx.CommonBot.TreeRoot.()
         at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
      [00:33:53.832 D] Garbage collected 1 nav tiles
      [00:33:53.832 D] Loading Azeroth_33_41
      [00:33:53.895 D] Moving to Moving to Mailbox
      [00:33:53.921 D] Activity: Loading Tiles
      [00:33:53.921 D] Goal: [Greedy] -- GetAllMails
      [00:33:54.544 D] [54:544]: AuctionHouse: is now closed, according to LuaEvent(s)
       

      Attached Files:

      Last edited: Feb 21, 2015
    4. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      No it's not intentional, During the task the bot sees that there's no mail left.. closed the mailbox. The task scheduler then evaluates all left tasks and finds the mail flag, checks bag-space, instructs to get mail. Then it will loop because there's no mail. There's workarounds in-place, e.g. cache the amount of mails left.. Forcing CheckInbox() updates on the server , multiple ways to scan for HasNewMail.. yet it's a bit hit or miss some times.

      I've never had it purchase items above price, but that could happen if the indices shift too quickly, and/or SnipePrice is 0 in the datafile, whereas it may default to another price. I'll have to dive into the code again to confirm that though. Tomorrow ;)
       
    5. GiganteX

      GiganteX New Member

      Joined:
      Jan 12, 2015
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Hi Mirabis!
      I tried to sell an item that appaerantly needed repairs. Greedy kept trying...

      [30:766]: Posting 1 Stacks of 1 x Rock-Giant's Pinky Cover with tBid: 617g50s0c - tBuyout: 650g0s0c (eBid: 617g50s0c - eBuyout: 650g0s0c) - Duration: FortyEightHours
      [31:967]: We've found no entries matching our filter settings for Rock-Giant's Pinky Cover out of 0 items -- using fallback
      [31:968]: Posting 1 Stacks of 1 x Rock-Giant's Pinky Cover with tBid: 617g50s0c - tBuyout: 650g0s0c (eBid: 617g50s0c - eBuyout: 650g0s0c) - Duration: FortyEightHours
      [33:534]: We've found no entries matching our filter settings for Rock-Giant's Pinky Cover out of 0 items -- using fallback
      [33:535]: Posting 1 Stacks of 1 x Rock-Giant's Pinky Cover with tBid: 617g50s0c - tBuyout: 650g0s0c (eBid: 617g50s0c - eBuyout: 650g0s0c) - Duration: FortyEightHours
      [34:715]: We've found no entries matching our filter settings for Rock-Giant's Pinky Cover out of 0 items -- using fallback

      ...and so on. And I kept getting the message from WoW that the item needs repair.
       
    6. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      0.o there's a check in-state that checks if an item needs repair, if so it would move to the vendor to repair. Any chance u know the repair ratio it had? */*?
       
    7. dummmy

      dummmy New Member

      Joined:
      Aug 29, 2014
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      Hey Mirabis,

      not appear all inventory items in the UI
       
      Last edited: Feb 22, 2015
    8. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Which items are not appearing? It will not show 'soulbound' items. Nor will it show items that are filtered as per ur filter settings.

      Additionally we can't see into the Gbank if we have never visited it.
       
    9. dummmy

      dummmy New Member

      Joined:
      Aug 29, 2014
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      glyphs
       
    10. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Then Check :

      - show glyphs enabled under filters
      - show bags/inventory enabled under filters
      - show common enabled under filters

      But most probably you have 'hide added' enabled and u already have them in the currently selected list, thus it will not show them.
       
    11. dummmy

      dummmy New Member

      Joined:
      Aug 29, 2014
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      Solved.
      thx <3
       
    12. Pyxies

      Pyxies New Member

      Joined:
      Dec 7, 2014
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      I bought your Greedy for HV but when I throw(launch) the malformed his(her,its) put myself in the newspaper:

      Honorbuddy Startup Complete
      [51:507]: LuaEventHandler: attaching eventHandlers.
      Starting the bot!
      Currently Using BotBase : Greedy
      Current zone is Hurlevent (Stormwind City - Zone - World of Warcraft)
      [10:019]: Retrieved 298 localized Battle pet names.
      [13:967]: First call to GUI - Initializing Core first -> May take a little longer.
      [14:570]: Retrieved 298 localized Battle pet names.

      There is nothing later...

      PS : Sorry I do not speak English
       
    13. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      It's doing nothing, gui is nog opening? First install? U can try typing in ur own language, I'll have it translated if easier
       
    14. issen124

      issen124 New Member

      Joined:
      Jan 22, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Really brilliant bot idea, quick question though. I'm not sure if the bot is doing something i've told it to i.e. its a setting thing or a bug...

      I set it to sell some stuff in my inventory, it sells the first 2-3 things, then just gets stuck searching random pages in the auctionhouse forever. Is this a settings thing or a bug in which case i'll post a log.

      Code:
      [00:53:40.744 N] [40:744]: Greater Cosmic Essence's cheapest price (each) was 7s27c, which would make my undercut price(each) 7s22c. My maximum price on this auction is 1s60c (each) - Posting at fallback value to reset prices
      [00:53:40.744 N] [40:744]: Posting 1 Stacks of 10 x Greater Cosmic Essence with tBid: 20s40c - tBuyout: 20s0c (eBid: 1s54c - eBuyout: 1s60c) - Duration: FortyEightHours
      [00:53:40.757 D] [40:757]: [System.Threading.Tasks.Task`1[Greedy.Dynamics.GTaskResult] SellCustomandAutoItems(), System.Func`1[System.Boolean][]] Completed: Bought 1 auction entries.
      [00:53:40.757 D] Activity: [Greedy] -- SellCoroutine Finished: Iterated over 1 items.
      [00:53:40.946 D] Activity: [Greedy] -- Starting Task: DoneBehavior
      [00:53:40.946 D] Goal: [Greedy] -- Finished / DoneBehavior
      [00:53:40.961 D] [40:961]: WoWRedError => Internal auction error.
      [00:53:41.979 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 1/2
      [00:53:43.819 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 3/1673
      [00:53:44.372 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 1672/1671
      [00:53:45.087 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 1671/1671
      [00:53:45.650 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 1672/1671
      [00:53:46.309 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 1671/1671
      [00:53:46.882 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 1672/1671
      [00:53:47.485 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 1671/1671
      [00:53:47.993 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 1672/1671
      [00:53:48.513 D] Activity: [Greedy] -- Searching the AuctionHouse for  on page 1671/1671
      Continues forever
       
    15. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      It's searching for ' ' , whitespace which returns all auctions. Which relates back to 'Finished/ Donebehavior' -> Thus it seems it no longer has items to post. This could be because it could not find matching prices, thus blacklisted that item for X minutes, and untill those are no longer blacklisted it will do whatever you have setup to run as Finished/Donebehavior. By the looks of it, u have it set to 'SnipeScan' , thus it refreshes the last two pages of the auctionhouse to quickly buy anything that just got posted ( If part of ur buying list etc ).
       
    16. issen124

      issen124 New Member

      Joined:
      Jan 22, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0

      Ah right, that makes sense. When you say its blacklisted an item due to not being able to find matching prices, i've seen it do that before and it prints that its done that, whereas i see no indication its done that here. It makes perfect sense if its doing that just not outputting it, but because i've seen it before and not there i'm still unsure if its intended behaviour if that makes sense.
       
    17. nebus

      nebus Member

      Joined:
      Mar 23, 2014
      Messages:
      181
      Likes Received:
      2
      Trophy Points:
      18
      stuck in AH constant error loop.
      Item ashela's adorned waistguard.

      2nd log is stuck at the mailbox.


      Also after i press Star in HB i can't stop bot, have to end tash it from system.
       

      Attached Files:

      Last edited: Feb 23, 2015
    18. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Will look into it, thanks!
       
    19. Neilu1337

      Neilu1337 New Member

      Joined:
      Mar 19, 2014
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      Is this doing something or only searching Items in AH? :D Kinda sucks when it searches 1 item for like 234682348 times (2 hours :D:D) Wasted money for me.


       
    20. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Upload a full log please. It looks like you have incorrect settings and it crashes. Looks like undercut amount Is not set and it crashes.
       
    Thread Status:
    Not open for further replies.

    Share This Page