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

need help with PB

Status
Not open for further replies.

h4xxor

New Member
Joined
Sep 18, 2012
Messages
445
Reaction score
3
Hello
i made e very niceprofile for pb
it turns your stuff in and makes other stuff from it
it works fine atm
i want my bot to use GB2 until he will reach 10 free bagslots
and do my other stuff then

<While Condition="MinFreeBagSlots &gt; 10" >
<LoadProfileAction ProfileType="Honorbuddy" Path="HB/123" IsLocal="True" />
<ChangeBotAction BotName="Gatherbuddy2" />
</While>

it loads the profile and farms the gb stuff but just act like a gb2 bot ---> as soon 1 slot is free he mails it my twink and keeps farming
how can i make him load an other botbase until a condition will be true (lower then 10 bagslots)

greetings
 
oh and an other questinion how can i round down i need InbagCount(xxx)*8 to be a nuber like 8760 or 130 (with a 0 at the end). if it is 138--> put it donw to 130
 
For your first question there are many possible ways to achieve your goal. I guess one would be to put a "wait until condition" into your while condition or just make it two while conditions (one for below 10 and one for 10 and above)
 
but i do not want to make him waiting. he should just change botbase until condition (bags full) will be true
 
Status
Not open for further replies.
Back
Top