• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Grandfathered] Greedy

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

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

      quorak New Member

      Joined:
      Jan 2, 2015
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Exception:
      There is an error ine the xml document
      End of the file not expected. The following ?items? are not closed, SellItems, AuctionDb. Line 592, position 158.
      Then i don't understand :/ I canust say that à=to

      I imported lots of ID like "109262,109219,109145,109147,109148,109152,...."
       
    2. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      It looks like you closed Honorbuddy or it crashed abruptly - and it was trying to save the data file at that moment - causing it to stop writing and now ur file has uncomplete xml tags - u'll have to delete the file
       
    3. quorak

      quorak New Member

      Joined:
      Jan 2, 2015
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      I found a solution, when i have to choose the list i take to put them in Inventory and then add them from there.

      Everything's working, even if he buy nothing until now i'll wait a bit to see if i must change something in the settings

      Thanks
       
    4. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      For buying check ur Max Price per item setting and or conflicting addons :)
       
    5. quorak

      quorak New Member

      Joined:
      Jan 2, 2015
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Hmmm no it doesn't buy automatically, i have no addon and max price per item at 15000 (i tried different things, at 0 he automatically skip)
      He spam the search for a glyph which the price is under the snipe price, but he won't buy it and in the log i have this infinitely:

      Edit: Sell working perfect when i manually buy the glyph (with other objet like stuff it's the same)
       
      Last edited: Feb 13, 2015
    6. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Probably have to wait for 0.0.0.107 which fixes a loop bug in the Buy code >.< Happy valentine xD
       
    7. supermariobros

      supermariobros New Member

      Joined:
      Feb 8, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Will not let me add to sell or buy list manually. Must be done through inventory which more than often proves to be more cumbersome than need be.

      Also i can no longer individually set the stack size. As soon as i set the stack size of an item all items in the same page will also change to that stack size. Is this intended?
       
    8. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      1# Had to disable manually entering in Buy/Sell -> because it would not save what u entered. This is a a Databinding issue that's not easely solved, due to the pagination of those grids. I either have to remove paging, or find a more lucritive way (unsuccesful for now).

      2# Set stack size where?

      3# Need a log ;p
       
    9. supermariobros

      supermariobros New Member

      Joined:
      Feb 8, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      in the auctions > selling/buying page. It auto sets it to 5 stacks of 5 and this is not ideal for items such as temporal crystals and such so i try to set to 5 stacks of 1 but this changes all other items to the same thing.

      Will post log when i get back on later.
       
    10. MoonDoggie

      MoonDoggie New Member

      Joined:
      Jan 20, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Downloaded and running Greedy on trial currently, when I click "Bot Config" nothing happens.

      relevant log:

      Code:
      [02:43:34.975 D] System.AggregateException: One or more errors occurred. ---> System.ArgumentException: Requested value 'TradeSkillMaster' was not found.
         at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
         at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
         at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
         at System.Enum.Parse(Type enumType, String value)
         at Styx.Helpers.Settings.ConvertType(String val, Type t, String elmName)
         at Styx.Helpers.Settings.LoadFromXML(XElement root)
         at Styx.Helpers.Settings.Load()
         at Styx.Helpers.Settings..ctor(String settingsPath, String oldSettingsPath)
         at Greedy.GSettings..ctor()
         at Greedy.GSettings.get_Instance()
         at Greedy.Greedy.<LoadDataFiles>b__9()
         at System.Threading.Tasks.Task.InnerInvoke()
         at System.Threading.Tasks.Task.Execute()
         --- End of inner exception stack trace ---
         at System.Threading.Tasks.Task.FastWaitAll(Task[] tasks)
         at System.Threading.Tasks.Parallel.Invoke(ParallelOptions parallelOptions, Action[] actions)
         at System.Threading.Tasks.Parallel.Invoke(Action[] actions)
         at Greedy.Greedy.LoadDataFiles()
         at Greedy.Greedy.Initialize()
         at Greedy.Greedy.get_ConfigurationForm()
         at Honorbuddy.MainWindow.btnBotConfig_Click(Object sender, RoutedEventArgs e)
      ---> (Inner Exception #0) System.ArgumentException: Requested value 'TradeSkillMaster' was not found.
         at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
         at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
         at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
         at System.Enum.Parse(Type enumType, String value)
         at Styx.Helpers.Settings.ConvertType(String val, Type t, String elmName)
         at Styx.Helpers.Settings.LoadFromXML(XElement root)
         at Styx.Helpers.Settings.Load()
         at Styx.Helpers.Settings..ctor(String settingsPath, String oldSettingsPath)
         at Greedy.GSettings..ctor()
         at Greedy.GSettings.get_Instance()
         at Greedy.Greedy.<LoadDataFiles>b__9()
         at System.Threading.Tasks.Task.InnerInvoke()
         at System.Threading.Tasks.Task.Execute()<---
      
      
      
      Somehow relevant that I only have 1 tradeskill?
       
      Last edited: Feb 13, 2015
    11. tsincaat

      tsincaat Member

      Joined:
      Jan 15, 2010
      Messages:
      163
      Likes Received:
      0
      Trophy Points:
      16
      Mirabis will want a log, though it sounds the same as the problem I have been encountering. Maybe 107 will fix it when it goes live.

      Edit: Still getting an error in the log when I click 'Bot Config' with 107. I've restarted my PC since trying 105.
       

      Attached Files:

      Last edited: Feb 13, 2015
    12. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Never had that happen - u selected multiple? Or 1 by 1?
       
    13. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Nah Tradeskillmaster got removed, but u have an old settings file. Delete the entry containing Tradeskillmaster from ur settings.
       
    14. qdon87

      qdon87 New Member

      Joined:
      Nov 24, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      Hello, thank you for making such a good botbase!

      I have a question about this bot.

      First, I am a user of Korean server, but I am using TradeSkillMaster addon.
      However, my server is not in wow auction site.
      Can I use this bot base only using DB from TSM?

      Second, there is no response when I press "bot config" button.
      Here is the log containing the error.
      View attachment 1388 2015-02-14 22.17.txt
      (I think this log is not correct. I attached the copyed log in HB program below when I press the "bot config" button)
      View attachment 2015-02-14 22.20.txt

      I want this bot base very much, so please reply..
      I have every intention of buying this botbase!
      If it works well, I endorse it to my friends in other Korean servers!

      Thank you.
       
      Last edited: Feb 14, 2015
    15. qdon87

      qdon87 New Member

      Joined:
      Nov 24, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      I already tried to delete all setting files of greedy botbase, and other settings.
       
    16. Mirabis

      Mirabis Community Developer

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

      Hmm the error is well... U can try and reduce the amount of gold on ur character. Additionally, due to no longer using Tradeskillmaster - I don't think it will work. However, roboto might be able to support the server.
       
    17. qdon87

      qdon87 New Member

      Joined:
      Nov 24, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      Thank you for replying!
      I tried it for another character having only 12000 gold, but same error happens...
      However, how can I load robotoDB? I cannot find any method in the thread..
       
      Last edited: Feb 14, 2015
    18. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Press request in the GUI - and it will become available once the realm is flagged as supported server-side
       
    19. qdon87

      qdon87 New Member

      Joined:
      Nov 24, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      I tried it for another character having only 12000 gold, but same error happens... (nothing happens when I press "bot config" button..)

      NO!! IT WORKS NOW!

      I tried the things you comment.

      Thank you very much
       
    20. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Blush will put in a request for a quick approval
       
    Thread Status:
    Not open for further replies.

    Share This Page