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?
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.