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!

Buy mats, craft, undercut, cancel, undercut profile

After a brief look at your profile this is what I see.

Looks to me that you are using var2 to help regulate the time interval between actions. Problem being once one of the if statements in the final while loop is executed, var2 is reset to the current time. The result will be that the other if statements in the while loop will be false and therefor never executed.

Maybe strip the if statements down to
if (my time interval) then
{
if (my settings) then do stuff
if (my other settings) then do other stuff
.
etc
}

If that doesn't help, I'd need to know exactly what you are trying to do, as I don't have the time to try to decypher your profile.
 
Hmm, I don't really understand that part of the profile myself. I got it from a profile i found in the PB thread. I just added the buy, craft, sell parts.
 
Back
Top