What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Starting another profile after one has finished?

DisabledMonkey

New Member
Joined
Nov 7, 2012
Messages
7
Reaction score
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?
 
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.
 
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.

if it is a quest order style grind profile it will not need a plugin.
 
Back
Top