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

Can PB take turns switching profiles?

nate8282

Community Developer
Joined
Dec 4, 2011
Messages
737
Reaction score
23
I want my PB profile to change which profile it loads when it goes to ORG, is there a way that everytime i hearth back to ORG it changes the profile?'


Example

PHP:
  <If Condition="Me.MapId == 1" IgnoreCanRun="True">
    <ChangeBotAction BotName="Questing" />                                               
     <LoadProfileAction ProfileType="Honorbuddy" Path="profile1.xml" />         
     <LoadProfileAction ProfileType="Honorbuddy" Path="profile2.xml" /> /________Randomly or even in order pick between these
     <LoadProfileAction ProfileType="Honorbuddy" Path="profile3.xml" /> \
 
Last edited:
Back
Top