• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Problem with Professionbuddy

    Discussion in 'Honorbuddy Forum' started by Madske, Oct 24, 2013.

    1. Madske

      Madske New Member

      Joined:
      Oct 27, 2012
      Messages:
      121
      Likes Received:
      0
      Trophy Points:
      0
      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 :)
       
    2. brainAbuddy

      brainAbuddy Active Member

      Joined:
      Aug 12, 2010
      Messages:
      2,180
      Likes Received:
      11
      Trophy Points:
      38
      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 :)
       
    3. Madske

      Madske New Member

      Joined:
      Oct 27, 2012
      Messages:
      121
      Likes Received:
      0
      Trophy Points:
      0
      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 :p
       
    4. brainAbuddy

      brainAbuddy Active Member

      Joined:
      Aug 12, 2010
      Messages:
      2,180
      Likes Received:
      11
      Trophy Points:
      38
      not really depends where it should be
      if you send me the file I will paste it in there where it should be
       

    Share This Page