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!

[Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

I'am getting every night this Error

[00:35:55.397 N] [InstanceTimer-v2153(error)] PROFILE ERROR: You must start the timer (by setting Timer="Start") first before checking the timer.
[Ref: "Halls Of Lightning - Remote Version" @line 578]
[00:35:55.398 N] [InstanceTimer-v2153(error) @line 578]: Stopping Honorbuddy. Please repair the profile!
[00:35:55.399 Q] Bot stopping! Reason: Profile has too many errors

View attachment 200594
This error seems to be new.
It did come up once for one of my testers yesterday - and that was the first I had ever seen of it.

I'll investigate what could be the problem - if worst comes to worst, I'll replace the behavior with a custom-made timer.
 
View attachment 200592
View attachment 200593

Heya Echotiger,

Just a heads up: after running HoL my character doesn't vendor the contents of his bags and gets stuck. Same happened after running Pits of Saron.
I see evidence of the sell logic activating - your log is outputting "Merchant doesn't want that item" for the items that have no sell price.

When monitoring it, what does it seem to do?

If need-be I can commit a debug code that will output which items are being sold onto the Honorbuddy log to see exactly what the code is doing.
 
I see evidence of the sell logic activating - your log is outputting "Merchant doesn't want that item" for the items that have no sell price.

When monitoring it, what does it seem to do?

If need-be I can commit a debug code that will output which items are being sold onto the Honorbuddy log to see exactly what the code is doing.

Just checked my bot char and his bags are indeed empty. My bad. It is infact the same bug as the guy above me that made the bot shut down.

Edit: It's only Pits of Saron where the bot goes to Dalaran upon full bags, and shuts down there without selling.
 
Last edited:
i cannot find the link for download !!!
How are you not able to see it?



17-06-00.jpg
 
Hey Echo,

Hope you had a good birthday
Keep getting these every so many hours on one or two bots starting to get annoying I know some others have started to report the same
taken from log

[InstanceTimer-v2153(error)] PROFILE ERROR: You must start the timer (by setting Timer="Start") first before checking the timer.
[Ref: "Halls Of Lightning - Suicide (x1) - Remote Version" @line 575]
[InstanceTimer-v2153(error) @line 575]: Stopping Honorbuddy. Please repair the profile!

View attachment 1016 2016-04-08 20.21.txt

These suicide accounts are going great, but loosing a lot of gph with them going down every now and then always the same issue every time.
 
Hey Echo,

Hope you had a good birthday
Keep getting these every so many hours on one or two bots starting to get annoying I know some others have started to report the same
taken from log

[InstanceTimer-v2153(error)] PROFILE ERROR: You must start the timer (by setting Timer="Start") first before checking the timer.
[Ref: "Halls Of Lightning - Suicide (x1) - Remote Version" @line 575]
[InstanceTimer-v2153(error) @line 575]: Stopping Honorbuddy. Please repair the profile!

View attachment 200645

These suicide accounts are going great, but loosing a lot of gph with them going down every now and then always the same issue every time.
The instance timer has been replaced with custom code.
The custom code should operate a lot more efficiently and reliably.
 
Good evening. Can you please tell the plugin to save from murder near the dungeon. What would the character as soon as possible and update the dungeon again ran back. I watch a lot of the Knights of Death at the entrance to the cave include anti magic shell. Sorry for my English.
 
Good evening. Can you please tell the plugin to save from murder near the dungeon. What would the character as soon as possible and update the dungeon again ran back. I watch a lot of the Knights of Death at the entrance to the cave include anti magic shell. Sorry for my English.
You're asking if I could make the profile cast "Anti Magic Shell" when it leaves the dungeon?
I don't think I'll be adding that to the profiles, but you can do it easily enough.

See this post where I explained to someone how to make the bot stealth when leaving the dungeon:

https://www.thebuddyforum.com/honor...transmog-farming-post2178363.html#post2178363
 
The instance timer has been replaced with custom code.
The custom code should operate a lot more efficiently and reliably.

Thanks for the fix :) Making so much gold currently the lasted more than 4 or 5 days if I can get 8 to 10 days + will be a happy camper.
One question thou I see so many 90 bots in the usual dungeons, but I see heaps in karazhan do you have a profile that farms gold for it since it's the most populated of all 90 bots on my server which is one of the biggest in u.s
 
Good day. You can do that after the death of a character near the dungeon was resurrected and took off into the air on flying mounts . Since it is after the resurrection near the Halls of Lightning again just runs a murderer and kill him again . If the character with a height enters the dungeon , there is a chance that it will not kill for a long time . Sorry for my English.
 
Thanks for the fix :) Making so much gold currently the lasted more than 4 or 5 days if I can get 8 to 10 days + will be a happy camper.
One question thou I see so many 90 bots in the usual dungeons, but I see heaps in karazhan do you have a profile that farms gold for it since it's the most populated of all 90 bots on my server which is one of the biggest in u.s
Honorbuddy doesn't run well in Karazhan - it causes the game client to lag very badly.
But to answer your question - no I don't have a profile for it at the moment.
 
Echo all my bots keep getting this now, If you want can post full logs again.

Changing current profile to Halls Of Lightning - Suicide (x1) - Remote Version
1 compiler errors encountered in profile 'Halls Of Lightning - Suicide (x1) - Remote Version'
'CustomBehavior' xml element on line number 481 has following errors with code:
public class InstanceTimer
{
private static System.Diagnostics.Stopwatch Timer = new System.Diagnostics.Stopwatch();

public static void StartTimer()
{
if (Timer.IsRunning) {
Bots.Professionbuddy.PBLog.Log(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: ", System.Windows.Media.Colors.LightGreen, "Resetting timer since it's already running!");
Timer.Reset();
}
Bots.Professionbuddy.PBLog.Log(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: ", System.Windows.Media.Colors.LightGreen, "Instance timer started.");
Timer.Start();
}

public static async Task WaitForTimeAsync(TimeSpan time)
{
Bots.Professionbuddy.PBLog.Log(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: ", System.Windows.Media.Colors.LightGreen, "Your dungeon run took: " + Honorbuddy.QuestBehaviorCore.Utility.PrettyTime(Timer.Elapsed).ToString());

if (Timer.Elapsed > time) {
Bots.Professionbuddy.PBLog.Log(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: ", System.Windows.Media.Colors.LightGreen, "Not waiting since the run was over the wait time.");
}

while (Timer.Elapsed < time && Timer.Elapsed != 0)
{
Bots.Professionbuddy.PBLog.Log(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: ", System.Windows.Media.Colors.LightGreen, "Waiting to prevent dungeon timeout: " + Honorbuddy.QuestBehaviorCore.Utility.PrettyTime(Timer.Elapsed).ToString() + " of " + Honorbuddy.QuestBehaviorCore.Utility.PrettyTime(time).ToString());
await Coroutine.Sleep(1000);
}

Timer.Reset();
}
}

1) Operator '!=' cannot be applied to operands of type 'TimeSpan' and 'int' at offset 23

Bot stopping! Reason: None Given



***edit***
had to do a full new install. very strange
 
Last edited:
Echo all my bots keep getting this now, If you want can post full logs again.

Changing current profile to Halls Of Lightning - Suicide (x1) - Remote Version
1 compiler errors encountered in profile 'Halls Of Lightning - Suicide (x1) - Remote Version'
--snip--
It should be fixed already.
 
Good day. You can do that after the death of a character near the dungeon was resurrected and took off into the air on flying mounts . Since it is after the resurrection near the Halls of Lightning again just runs a murderer and kill him again . If the character with a height enters the dungeon , there is a chance that it will not kill for a long time . Sorry for my English.
Profiles do not handle death. The death code is built into Honorbuddy.
For me to do this, I would need to make a plugin.
 
Back
Top