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.
Alright, good to know :)

I have not tested the shopping yet, since it's not something I've normally used. But I could get my self around to test it out later, for the sake of testing it out tho (unless you ment that it wasn't implemented, with the end of the reply).

Btw, is there a way to define the pause interval? like between 1 and 10 minutes or something. I tried looking for it, but could not find it (I could be blind temporarily tho).
And it seems like the bot won't check for uncercutted auctions and post auctions if I click "stop" and then click "start" again.

Logg attatched

stop / start doesn't modify the waittimer between cancelling of auctions. Nor should it affect the state of mail/buy/sell.

You can change the blacklist and waittimers (Wait & repeat) in the General tab < bottom left.
 
Here's some logs of some of the looping behavior in getallmail.


View attachment 167707
this is in Warspear, whic kind of fails to recognise mail locations.

Orgrimmar works better, but it also got stuck. It could be an addon problem as i also get a LUA error
View attachment 167706

Also, letting it run when it wanted to navigate, it went out to buy food from a vendor (profile related settings. sigh.)
and then got stuck trying to use an inactive mailbox in talador

Thanks , first log -> null exception with the mailboxes
Second log -> it's indeed looping... hmm will add a timeout
 
Where is this?
It's under Bots\Greedy\Settings

Same problem here, just tried the bot for the first time. Click 'bot config' and nothing happens and an error appears in the log. Didn't work with my old honorbuddy install so I tried a fresh one.

But delete <PriceSource> WoWUction</PriceSource> and should be fixed.

Tried deleting it, but on restarting honorbuddy it just re-adds it. If I remove it from the config and save it while the bot is running, clicking bot config seems to add it again.

Code:
[21:22:29.056 D] System.OverflowException: Value was either too large or too small for an Int32.   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
   at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   at Styx.WoWInternals.Lua.ParseLuaValue[T](String val)
   at Styx.WoWInternals.Lua.GetReturnVal[T](String lua, UInt32 retVal)
   at Greedy.Greedy.PrintDebugInfo()
   at Greedy.Greedy.Initialize()
   at Greedy.Greedy.get_ConfigurationForm()
   at Honorbuddy.MainWindow.btnBotConfig_Click(Object sender, RoutedEventArgs e)

Original log with error:
 

Attachments

Last edited:
[00:27:31.029 D] [Greedy - 31:029] -- Greedy v0.0.0.106 -- Debug Info Dump
[00:27:31.030 D] [Greedy - 31:030] -- ========== Pc Info ==========
[00:27:31.031 D] [Greedy - 31:031] -- 0.7 days since Windows was started.
[00:27:31.059 D] [Greedy - 31:059] -- 39 ms of Latency in WoW.
[00:27:31.059 D] [Greedy - 31:059] -- C:\Users\-\Downloads\Greedy AH Bot is the HB path.
[00:27:31.060 D] [Greedy - 31:060] -- ========== Char Info ==========
[00:27:31.060 D] [Greedy - 31:060] -- LvL:100 Faction:Horde Class:DeathKnight Spec:DeathKnightFrost
[00:27:31.091 D] [Greedy - 31:089] -- Money:
[00:27:31.120 D] [Greedy - 31:120] -- Realm:
[00:27:31.121 D] [Greedy - 31:121] -- ZoneText: Undercity MiniMapText: Canals
[00:27:31.121 D] [Greedy - 31:121] -- ========== Bot Info ==========
[00:27:31.122 D] [Greedy - 31:122] -- Version: 0.0.0.106
[00:27:31.122 D] [Greedy - 31:122] -- Framelock Enabled: Y
[00:27:31.152 D] [Greedy - 31:152] -- AutoUpdate Enabled: True -- Last Update: Never
[00:27:31.222 D] [Greedy - 31:222] -- HasAuctionDB: False HasWoWuctionFile: False HasRobotoDBFile: False HasHistoryFile: False
[00:27:31.223 D] [Greedy - 31:223] -- PriceSource: WoWuction
[00:27:31.224 N] [31:224]: Greedy.NagivationProvider: ENABLED.
[00:28:37.051 N] [37:051]: Warning: No Data file found, Queuing a Update.
[00:28:37.085 D] Activity: [Greedy] -- Started WoWuction data download.
[00:28:37.578 D] [37:578]: Finished Inventory populator.
[00:28:37.586 N] [37:586]: Download WoWuction File Failed => Response: -2146233079 -- The remote server returned an error: (403) Forbidden.. || (See log file for more information)
[00:28:37.635 N] [Greedy - 37:635] -- Download WoWuction File Failed => Response: -2146233079 -- The remote server returned an error: (403) Forbidden..
Exception:
The remote server returned an error: (403) Forbidden.
StackTrace:
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
Source:
System
TargetSite:
System.Net.WebResponse EndGetResponse(System.IAsyncResult)
BaseException:
System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)

What exactly am i doing wrong ?
 
It's under Bots\Greedy\Settings

Same problem here, just tried the bot for the first time. Click 'bot config' and nothing happens and an error appears in the log. Didn't work with my old honorbuddy install so I tried a fresh one.



Tried deleting it, but on restarting honorbuddy it just re-adds it. If I remove it from the config and save it while the bot is running, clicking bot config seems to add it again.

Code:
[21:22:29.056 D] System.OverflowException: Value was either too large or too small for an Int32.   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
   at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   at Styx.WoWInternals.Lua.ParseLuaValue[T](String val)
   at Styx.WoWInternals.Lua.GetReturnVal[T](String lua, UInt32 retVal)
   at Greedy.Greedy.PrintDebugInfo()
   at Greedy.Greedy.Initialize()
   at Greedy.Greedy.get_ConfigurationForm()
   at Honorbuddy.MainWindow.btnBotConfig_Click(Object sender, RoutedEventArgs e)

Original log with error:

You can't edit it while the bot is running ;o
 
it wont load data from wowuction.
How many characters is the key for wowuction?
No idea whats wrong :confused:
heres log and a picture
Gyazo - 07c1c2d85f532b7bc2dd2f9d504f1364.png
[00:27:31.029 D] [Greedy - 31:029] -- Greedy v0.0.0.106 -- Debug Info Dump
[00:27:31.030 D] [Greedy - 31:030] -- ========== Pc Info ==========
[00:27:31.031 D] [Greedy - 31:031] -- 0.7 days since Windows was started.
[00:27:31.059 D] [Greedy - 31:059] -- 39 ms of Latency in WoW.
[00:27:31.059 D] [Greedy - 31:059] -- C:\Users\-\Downloads\Greedy AH Bot is the HB path.
[00:27:31.060 D] [Greedy - 31:060] -- ========== Char Info ==========
[00:27:31.060 D] [Greedy - 31:060] -- LvL:100 Faction:Horde Class:DeathKnight Spec:DeathKnightFrost
[00:27:31.091 D] [Greedy - 31:089] -- Money:
[00:27:31.120 D] [Greedy - 31:120] -- Realm:
[00:27:31.121 D] [Greedy - 31:121] -- ZoneText: Undercity MiniMapText: Canals
[00:27:31.121 D] [Greedy - 31:121] -- ========== Bot Info ==========
[00:27:31.122 D] [Greedy - 31:122] -- Version: 0.0.0.106
[00:27:31.122 D] [Greedy - 31:122] -- Framelock Enabled: Y
[00:27:31.152 D] [Greedy - 31:152] -- AutoUpdate Enabled: True -- Last Update: Never
[00:27:31.222 D] [Greedy - 31:222] -- HasAuctionDB: False HasWoWuctionFile: False HasRobotoDBFile: False HasHistoryFile: False
[00:27:31.223 D] [Greedy - 31:223] -- PriceSource: WoWuction
[00:27:31.224 N] [31:224]: Greedy.NagivationProvider: ENABLED.
[00:28:37.051 N] [37:051]: Warning: No Data file found, Queuing a Update.
[00:28:37.085 D] Activity: [Greedy] -- Started WoWuction data download.
[00:28:37.578 D] [37:578]: Finished Inventory populator.
[00:28:37.586 N] [37:586]: Download WoWuction File Failed => Response: -2146233079 -- The remote server returned an error: (403) Forbidden.. || (See log file for more information)
[00:28:37.635 N] [Greedy - 37:635] -- Download WoWuction File Failed => Response: -2146233079 -- The remote server returned an error: (403) Forbidden..
Exception:
The remote server returned an error: (403) Forbidden.
StackTrace:
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
Source:
System
TargetSite:
System.Net.WebResponse EndGetResponse(System.IAsyncResult)
BaseException:
System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)

What exactly am i doing wrong ?

Two possibilities:
1# You use the wrong API key... ( DOn't use the TSM one )
2# Reached update limit - should prob be 24h + interval
 
Last edited:
But the item shows on wowuction it only shows about 13k items in the datafile is it supposed to be like this? I sell Xmog
 
You can't edit it while the bot is running ;o

Well, like I said, I tried deleting it, and restarting honorbuddy, but when I click "Bot Config", that line is re-added to the file and the bot config does not open. I use notepad++ so it notifies me when the file is updated, and sure enough when I reload the config file after clicking "Bot Config", that line is there again. And to clarify, when I said 'bot running' I meant, honorbuddy open, though the bot is not started. Either way, upon clicking "Bot Config" that line is readded, and I get that error.

I tried starting Greedy as well just to see what would happen after adding a Wowuction API key through the settings xml, but I get a similar error.
 

Attachments

Well, like I said, I tried deleting it, and restarting honorbuddy, but when I click "Bot Config", that line is re-added to the file and the bot config does not open. I use notepad++ so it notifies me when the file is updated, and sure enough when I reload the config file after clicking "Bot Config", that line is there again. And to clarify, when I said 'bot running' I meant, honorbuddy open, though the bot is not started. Either way, upon clicking "Bot Config" that line is readded, and I get that error.

I tried starting Greedy as well just to see what would happen after adding a Wowuction API key through the settings xml, but I get a similar error.

hmmm an overflow error - will have to look tomorrow - something with the debug info it wants to print
 
Status
Not open for further replies.
Back
Top