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

How to get my profile to repeat itself ?

ifritone

New Member
Joined
Mar 9, 2014
Messages
26
Reaction score
0
Hi, during the development of my basic questing profile , i ran into a problem ,
I need my profile to finish and then repeat the same thing from the start so as to be in a constant loop ,
is this possible or will i have to copy and paste same code over and over again ?
 
put it in a while statement

<while condition="true" >

</while>
 
put it in a while statement

<while condition="true" >

</while>
Hi could you please expand on this a little , i have changed the if statement to a while statement but it runs the profile and then ends . <while Condition="Me.HasAura(&quot;Stealth&quot;)"> instead of if ,, i am always stealthed
 
Last edited:
Hi could you please expand on this a little , i have changed the if statement to a while statement but it runs the profile and then ends . <while Condition="Me.HasAura(&quot;Stealth&quot;)"> instead of if ,, i am always stealthed

to help more would be best if we knew what you were trying to do and a little more of the profile. If not i can tell you a million different things to do but without knowing what you are trying to do it does not help.
 
you need to wrap your while tags around your whole profile (not the whole file but all the stuff your bot needs to do) for this to work.
 
Back
Top