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!

View attachment 11672 2016-02-16 11.01.txt

Updated to .192, performed restart of HB as is recommended, attempted to start the new Dailies profile via button in the UI, and This loop happened. Manually accepting the quest does not prevent this loop from occurring, and manually loading the profile does not prevent it either.
 
Sorry but I can't tell what the loop is. The bot appears to interact with a npc to grab first daily, there's a 20 second pause, then bot is stopped. Can you describe the issue in better detail?
 
when attempting to pick up the quest "A Cloudlet of Classy Cologne" it would just open and close the quest window, and never picks up the quest. I am attempting to run it again for longer, but the open/close of the quest window is what the loop appeared to be, and I stopped it after about 15 cycles.

View attachment 9244 2016-02-16 12.36.txt

This took the ironforge route, but same issue it appears, I let it run until it stopped
 
Last edited:
when attempting to pick up the quest "A Cloudlet of Classy Cologne" it would just open and close the quest window, and never picks up the quest. I am attempting to run it again for longer, but the open/close of the quest window is what the loop appeared to be, and I stopped it after about 15 cycles.

View attachment 198268

This took the ironforge route, but same issue it appears, I let it run until it stopped

Had some weird happenings with horde side last night. I will rerun alliance to see if I can replicate the issue tonight. Thank you for the report!!
 
when attempting to pick up the quest "A Cloudlet of Classy Cologne" it would just open and close the quest window, and never picks up the quest. I am attempting to run it again for longer, but the open/close of the quest window is what the loop appeared to be, and I stopped it after about 15 cycles.

View attachment 198268

This took the ironforge route, but same issue it appears, I let it run until it stopped

Oh my god...such an amateur mistake...That NPC has 3 quests...I thought there was only 1 from that npc...didn't even look. Adding the other two quests to the lot. SORRY!
 
Oh my god...such an amateur mistake...That NPC has 3 quests...I thought there was only 1 from that npc...didn't even look. Adding the other two quests to the lot. SORRY!

glad you figured it out and it was a simple fix. I would like to let you know that the Bracelet turn in event ends up triggering the inactivity timer prior to completion (although this is probably because I have full bags of charms) after about two-thirds are completed.

View attachment 5556 2016-02-18 13.45.txt

This isn't too big of an issue, but I thought you should know about it happening.
 
glad you figured it out and it was a simple fix. I would like to let you know that the Bracelet turn in event ends up triggering the inactivity timer prior to completion (although this is probably because I have full bags of charms) after about two-thirds are completed.

View attachment 198352

This isn't too big of an issue, but I thought you should know about it happening.

There is a built in option in HB to disable "logout for inactivity". That should cover this issue. I'd prefer to not force the option, or to cycle in the lua calls for it.
 
There is a built in option in HB to disable "logout for inactivity". That should cover this issue. I'd prefer to not force the option, or to cycle in the lua calls for it.

oh derp, well fine, we each had a rookie mistake! thank you for the information, I'm going to go sit in the corner and call myself names
 
running into a CTM fatal error in the profile for the love is in the air daily profile

View attachment 198457

this is the 2nd time this has occurred, I will attempt to track down the other log...

Looks like it might have gotten stuck on a world object while trying to enter the portal outside Darnassus (Rutheran Village entrance). I have reason to believe its because we did not dismount before attempting to enter it, and we got slightly stuck, which could have executed the anti-stuck measures and caused us to go further off course. The object in question is a holiday related object too. I've added a forced dismount for both the Darnassus and Exodar profiles, hopefully that should fix the issue. This will be in the next patch.
 
Looks like it might have gotten stuck on a world object while trying to enter the portal outside Darnassus (Rutheran Village entrance). I have reason to believe its because we did not dismount before attempting to enter it, and we got slightly stuck, which could have executed the anti-stuck measures and caused us to go further off course. The object in question is a holiday related object too. I've added a forced dismount for both the Darnassus and Exodar profiles, hopefully that should fix the issue. This will be in the next patch.

I would also recommend adding a forced dismount before the turn in section, as a druid gets stuck in flight form with the LUA attempting to begin combining the charms, but failing to do so, as it can,t be done while shapeshifted. It seems to be because the character isn't completely on the ground, so the auto shapeshifting doesn't happen like normal
 
I would also recommend adding a forced dismount before the turn in section, as a druid gets stuck in flight form with the LUA attempting to begin combining the charms, but failing to do so, as it can,t be done while shapeshifted. It seems to be because the character isn't completely on the ground, so the auto shapeshifting doesn't happen like normal

There is an auto forcedismount in place already. There is a small glitch in HB where if we are JUST above ground, we aren't flying or standing, and its interpreted as both by the bot:
-- I can't dismount because I haven't landed yet
-- I don't need to land because I'm less than 1 yard from ground

:-/
 
Hey, love the bot, but found a few issues and I want to make a request.

When doing the City Dailies A for Love is in the Air, when the bot gets to Darnassus, it drowns close to the quest giver. This has happened three days in a row. The bot takes the pink portal thing into Darnassus from just outside. It goes straight forward and then down into the water and the bot stops saying: [MyCTM-v1906(fatal)] MyCTM is not able to reach <8390.02, 1001.96, 30.05> from <9890.186, 2539.304, 1307.214>

and: Bot stopping! Reason: Fatal error in quest behavior, or profile.

If i start the bot again after it stopped it continues to work and picks up the quest.


When doing the Argent Tournament dailies the bot doesn't pick up all the quests when running the Full Check profile (I have access to all the quests on my character) On a quest giver it would just open and close and never pick up the quest. Also got this error today when the bot was traveling there

11 compiler errors encountered in profile 'Argent Tournament Valiant'
'CustomBehavior' xml element on line number 2309 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__509()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2320 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__511()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2331 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__513()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2342 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__515()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2353 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__517()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2364 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__519()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2375 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__521()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2386 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__523()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2397 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__525()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2408 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__527()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

'CustomBehavior' xml element on line number 2458 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__541()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0

Also is it possible to make the bot to do all the cooking and fishing dailies in every city after each other? Like select a profile and just hit start bot and it does everything. I think this would be perfect.
 
Hey, love the bot, but found a few issues and I want to make a request.

When doing the City Dailies A for Love is in the Air, when the bot gets to Darnassus, it drowns close to the quest giver. This has happened three days in a row. The bot takes the pink portal thing into Darnassus from just outside. It goes straight forward and then down into the water and the bot stops saying: [MyCTM-v1906(fatal)] MyCTM is not able to reach <8390.02, 1001.96, 30.05> from <9890.186, 2539.304, 1307.214>

and: Bot stopping! Reason: Fatal error in quest behavior, or profile.

If i start the bot again after it stopped it continues to work and picks up the quest.


When doing the Argent Tournament dailies the bot doesn't pick up all the quests when running the Full Check profile (I have access to all the quests on my character) On a quest giver it would just open and close and never pick up the quest. Also got this error today when the bot was traveling there



Also is it possible to make the bot to do all the cooking and fishing dailies in every city after each other? Like select a profile and just hit start bot and it does everything. I think this would be perfect.

I apologize for the Argent Tourney fail. I had heavily tested the Aspriant stuff but blind checked the Valiant. Easy fix.

Love is in the air I will run a few more tests on the CTM for The portal. If it happens there it could happen on any of my profiles.

The cooking and fishing: no. Once you do one, that's it. You can't do Orgrimmar and Undercity or Stormwind and Ironforge in the same day (for examples). It only allows 1 city per each.
 
ah, didnt know thats how the city daily worked. Thanks for letting me know
 
I am now getting this error when running the Argent tournament:

1 compiler errors encountered in profile 'Argent Tournament Valiant'
'CustomBehavior' xml element on line number 2426 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__541()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{GrabNextQuest();
await Coroutine.Sleep(TimeSpan.FromSeconds(1));
Lua.DoString("AcceptQuest()");
await Coroutine.Sleep(TimeSpan.FromSeconds(1));})();
}

1) There is no argument given that corresponds to the required formal parameter 'entry' of '__CompiledBatchClass__.GrabNextQuest(int)' at offset 0
 
I am now getting this error when running the Argent tournament:

Me too...swore I covered all the updates that time...I got it though. Along with several new updates, they'll be up for tomorrow. Sorry for this unnecessarily long delay in getting this issue fixed.
 
Back
Top