When I am done with my routine in professionbuddy, the bot just enters a random battleground and stands idle there. I don't want this, as it seems like weird behavior to do every day. I want the bot to just idle around until my relogger logs it off, how do I do this? Thanks in advance
change the secendairy bot from PB to combat bot. then it will not go into a BattlerGround. There is a code for HBrelog to skiptask and puase the bot. You could use this code for checking if HBrelog is on Code: HBRelog.IsConnected and this to skip the current task Code: HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName); I haven't tested the code and if you want to stop the bot change "SkipCurrentTask" to "Stop" ... I think ^^ O and next time try to post this kind of stuff in the developers section
Hey man, thanks for the answer! When changing secondary bot to combat, what does the bot do after the routine? Should I write this into the end of the XML-file? Yea sorry about that, I thought there might be a mechanic in the bot interface to do this, therefore I thought it was too basic to be posting in there
not really depends where it should be if you send me the file I will paste it in there where it should be