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!

[Grandfathered] Greedy

Status
Not open for further replies.
S
Exception:
Il existe une erreur dans le document XML (597, 158).
Fin de fichier inattendue. Les éléments suivants ne sont pas fermés : SellItems, AuctionDb. Ligne 597, position 158.

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,...."
 
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.

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

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
 
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
 
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
For buying check ur Max Price per item setting and or conflicting addons :)
 
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:

[22:22:56.337 D] Activity: [Greedy] -- Starting Task: BuyCustomandAutoItems
[22:22:56.456 D] Activity: [Greedy] -- Searching the AuctionHouse for Glyphe du tréant on page 1/1
[22:22:56.821 D] Exception was thrown in BotBase.Root.Tick
[22:22:56.821 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 )
[22:22:56.893 D] [56:893]: BuyAuctions Finished: Ran through 0 items
[22:22:56.894 D] Activity: [Greedy] -- Starting Task: BuyCustomandAutoItems
[22:22:56.985 D] Activity: [Greedy] -- Searching the AuctionHouse for Glyphe du tréant on page 1/1

Edit: Sell working perfect when i manually buy the glyph (with other objet like stuff it's the same)
 
Last edited:
Pushed out a new version, awaiting store approval before it goes live.

Changelog:

  1. Fix for not visiting GUild bank
  2. Fix for trying to deposit items we already deposited
  3. Disable Honorbuddy's default vendor behavior
  4. Disable Honorbuddy's default repair behavior
  5. Fix sequence error in GetAllListPageAuctionInfos
  6. Added setting for minimum free bagslots
  7. Fixed adding of custom buy items - where the textbox is disabled
  8. Fix issue with something went wrong creating a custom
  9. Fix DebugInfo crashing when people are too rich xD

Should also fix the issue of people getting error on start.

U can try and workaround it by reducing the amount of gold on ur character- until update is approved.
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:

Probably have to wait for 0.0.0.107 which fixes a loop bug in the Buy code >.< Happy valentine xD
 
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?
 
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?

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
 
2# Set stack size where?

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.
 
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:
Downloaded and running Greedy on trial currently, when I click "Bot Config" nothing happens.

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.
 

Attachments

Last edited:
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.
Never had that happen - u selected multiple? Or 1 by 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?
Nah Tradeskillmaster got removed, but u have an old settings file. Delete the entry containing Tradeskillmaster from ur settings.
 
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:
I already tried to delete all setting files of greedy botbase, and other settings.
 
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 167999
(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 168000

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.
I already tried to delete all setting files of greedy botbase, and other settings.


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.
 
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.
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:
Thank you for replying!
However, how can I load robotoDB? I cannot find any method in the thread..
Press request in the GUI - and it will become available once the realm is flagged as supported server-side
 
Press request in the GUI - and it will become available once the realm is flagged as supported server-side
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
 
I tried it for another character having only 12000 gold, but same error happens... (nothing happens when I press "bot config" button..)
Blush will put in a request for a quick approval
 
Status
Not open for further replies.
Back
Top