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

Is there a condition i can use to run a profile for a certain timespan in PB

nate8282

Community Developer
Joined
Dec 4, 2011
Messages
737
Reaction score
23
I loaded a profile through a PB and i want it to run for a certain amount of time, is there an If Condition that will do that?
 
Hrm, would arelog sort that out for you? Not the "if" condition you are after, but in case one cannot be found.
 
I would use HBrelog if i was just using a profile for personal use, but what i am trying to do is make a profile for rare wow pets that will search all of Borean Tundra and Cata for pets just by pressing start, i have two problems though, one i can't get GB2 to stop because it goes through the hotspots in an endless loop and two, i can't figure out how to get PB to change profiles each time it goes back to ORG.
 
Use the time amount code of the multiprofile.

afterwards put a sub profile chain into it.

Sub1 with a load profile and change subbot to gb2, after the amount of time at the end uses hearthstone, then call sub2 which is a second zone.

Or you could make it even better and make the zones random like the multiprofile does.

Just look at this profile, 90% of code inside you need for your cause.
 
As much as i would like to do this project i just don't know C# enough to really know what i'm doing, HV's subroutines are so complex, i'm not really sure how to simplify them in order to use them in the way i want. I've been working on trying to simplify those 2 pieces of code i need for about 8 hours and i just don't think i have the knowledge yet to do that, I would ask HV to help, but he does alot already.
 
Last edited:
Whats the problem? Maybe i can help with my noob skills. Or write down what you want it to do and ill give it a try.
 
Back
Top