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

Is there a way to makethe bot start a different profile once another is finished?

hiimsexy

New Member
Joined
Jan 17, 2012
Messages
49
Reaction score
0
So I plan on leaving the bot on for about 2 days or so while i'm gone, now I know its not 100% afkable on most profiles, but i'll be able to check in on it ever few hours, but I'm just wondering is it possible to make it start a questing profile for 88-89 and then once its finished that, start a profile for 89-90? Without me having to change it myself?
 
You could edit the profiles to use <CustomBehavior File="LoadProfile" ProfileName="xxxxx" /> Where xxxxx is the path to the next profile. You can use direct paths, and those are easy to find by right clicking on the file and going to properties. It will show you something like c:\hiimsexy\honorbuddy\leveling profiles. Then you just add \filename.xml to the end of that.

Put that at the end of the profile and it'll work, however Kick's profiles already do that.

Otherwise I don't think ARelog or HBRelog can check to see if a profile completed or not.
 
You could edit the profiles to use <CustomBehavior File="LoadProfile" ProfileName="xxxxx" /> Where xxxxx is the path to the next profile. You can use direct paths, and those are easy to find by right clicking on the file and going to properties. It will show you something like c:\hiimsexy\honorbuddy\leveling profiles. Then you just add \filename.xml to the end of that.

Put that at the end of the profile and it'll work, however Kick's profiles already do that.

Otherwise I don't think ARelog or HBRelog can check to see if a profile completed or not.




I honestly...I mean..I have no clue how i'd do any of that, I'm a serious newb when it comes to stuff like changing it..or pretty much anything >_> I mean if you could do a explanation of how i'd do that i'd be really greatful!
 
If you use Kick's or Cava's questing profiles, they already have the tags in them to go to the next area profile when it completes the current.

What he said about the LoadProfile can be added to the end of any questing profile you have. You open up the XML file in notepad or any other text editor, then add the <CustomBehavior File="LoadProfile" ProfileName="xxxx" /> to the bottom before the </QuestOrder> closing tag. If you have both profiles in the same folder on your computer, all you have to do is replace the xxxx with the file name of the new profile you want to load.
 
You could edit the profiles to use <CustomBehavior File="LoadProfile" ProfileName="xxxxx" /> Where xxxxx is the path to the next profile. You can use direct paths, and those are easy to find by right clicking on the file and going to properties. It will show you something like c:\hiimsexy\honorbuddy\leveling profiles. Then you just add \filename.xml to the end of that.

Put that at the end of the profile and it'll work, however Kick's profiles already do that.

Otherwise I don't think ARelog or HBRelog can check to see if a profile completed or not.

This. What you are trying to do is for advanced users only.
 
Back
Top