• Visit Rebornbuddy
  • Starting another profile after one has finished?

    Discussion in 'Honorbuddy Forum' started by DisabledMonkey, Jan 14, 2014.

    1. DisabledMonkey

      DisabledMonkey New Member

      Joined:
      Nov 7, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      So, I was wondering if its possible to make another profile start after one has finished. Like if i started a 86-87 profile and that finished, honorbuddy automatically started a 87-88 profile?
       
    2. naut

      naut Community Developer

      Joined:
      Feb 9, 2012
      Messages:
      277
      Likes Received:
      21
      Trophy Points:
      18
      If it is a questing profile you can just add the condition to the end of your profile..

      Code:
      <If Condition="Me.Level == 87"
              <CustomBehavior File="LoadProfile" ProfileName="xxxx" RememberProfile="True" />
              <CustomBehavior File="WaitTimer" WaitTime="10000" GoalText="Waiting for next profile to load." />
      </If>
      Profiles must be in the same folder.

      If you are using grind profiles, you will need a plugin instead.
       
    3. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      if it is a quest order style grind profile it will not need a plugin.
       
    4. Draxx

      Draxx New Member

      Joined:
      Dec 30, 2013
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0

    Share This Page