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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Possible to switch profiles after one is finished?

loldee

New Member
Joined
Nov 29, 2011
Messages
5
Hey everyone. I tried to pull some detective work previous to this post but I have no luck.
My question is that currently I am running 12-58 Kick's Quest Profile and I wanted to know after my character hit 58, how do I configure it to switch to a different profile and continue botting?


Thank you very much for your time and help and Happy Holidays to everyone.

-dee
 
Kicks Vanilla/BC grinding and question profiles should travel and change profiles automatically when you reach the requirements. What's your current level?
 
after 58 you need to manually load the next part of Kick's profile
 
after 58 you need to manually load the next part of Kick's profile

Bad tony!

Code:
<CustomBehavior File="Message" Text="End of Profile, loading BC Profile" LogColor="Orange" />

			<While Condition="Me.MapId == 0" >
			 <If Condition="Me.MapId == 0" >
				<RunTo X="-11895.44" Y="-3206.936" Z="-14.64132" />
				<CustomBehavior File="WaitTimer" WaitTime="1000" />
			  </If>
			  <If Condition="Me.MapId == 0" >
				<CustomBehavior File="MyCTM" X="-11908.09" Y="-3208.854" Z="-14.83002" />
				<CustomBehavior File="WaitTimer" WaitTime="1000" />
			  </If>
			 <If Condition="Me.MapId == 0" >
				<CustomBehavior File="WaitTimer" WaitTime="15000" />
			 </If>
			</While>
	  
			 <If Condition="Me.MapId == 530" >
				<CustomBehavior File="LoadProfile" ProfileName="..\..\BC\[Fly][H - Quest] BC 58-70 [Kick]" />
			 </If>

These are always at the end of Kick's profiles.
If you kept the folder setup in the SVN it'll load the next automatically.
 
Bad tony!

Code:
<CustomBehavior File="Message" Text="End of Profile, loading BC Profile" LogColor="Orange" />

			<While Condition="Me.MapId == 0" >
			 <If Condition="Me.MapId == 0" >
				<RunTo X="-11895.44" Y="-3206.936" Z="-14.64132" />
				<CustomBehavior File="WaitTimer" WaitTime="1000" />
			  </If>
			  <If Condition="Me.MapId == 0" >
				<CustomBehavior File="MyCTM" X="-11908.09" Y="-3208.854" Z="-14.83002" />
				<CustomBehavior File="WaitTimer" WaitTime="1000" />
			  </If>
			 <If Condition="Me.MapId == 0" >
				<CustomBehavior File="WaitTimer" WaitTime="15000" />
			 </If>
			</While>
	  
			 <If Condition="Me.MapId == 530" >
				<CustomBehavior File="LoadProfile" ProfileName="..\..\BC\[Fly][H - Quest] BC 58-70 [Kick]" />
			 </If>

These are always at the end of Kick's profiles.
If you kept the folder setup in the SVN it'll load the next automatically.

Kick's Alliance Questing isnt eddited to the correct redirect profile. Is there a specific address I need to put in for it to load or should I replace <CustomBehavior File="LoadProfile" ProfileName="..\..\GoTo\EK to BC" /> to <CustomBehavior File="LoadProfile" ProfileName="..\..\[Fly][A - Quest] BC 58-70 [Kick]" /> ???
 
don't replace anything

just update your copy of the svn and it will auto load classic --> bc; bc would auto load LK, but i need to add the stupid zeppelins (and lk back to org)

anyways, you're good until the end of bc at least ;) the zepps just take a little bit to make and i'll add those over the next few days
 
Back
Top