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

Loading Multiple Profiles

Gizmo123

New Member
Joined
Jun 18, 2013
Messages
22
Reaction score
0
Hi,

Is there anyway to multiple profiles?

I have to wait for a profile to finish and then load the next one, is there any plugin which will automatically load the next profile?

I'm not good with scripts, but would appreciate any support or to be pointed in the right direction.

Thanks!
 
It should be possible.

Kick's code is using for example something like :
Code:
<If Condition="Me.Race == WoWRace.Troll">
	<CustomBehavior File="LoadProfile" ProfileName="[H - Quest] 1-12 [Kick]\[H - Quest] Troll 1-5 [Kick]" />
</If>
 
It should be possible.

Kick's code is using for example something like :
Code:
<If Condition="Me.Race == WoWRace.Troll">
	<CustomBehavior File="LoadProfile" ProfileName="[H - Quest] 1-12 [Kick]\[H - Quest] Troll 1-5 [Kick]" />
</If>

Thanks for responding! :-)

Do I just add this script at the end of the each profile I want it to load?

Sorry, I'm sort of a noob when it comes to this stuff!

Thanks!
 
Back
Top