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

Question: Professionbuddy

randomstraw

Community Developer
Joined
Jul 17, 2012
Messages
1,611
Reaction score
10
Hey.

i need to setup a professionbuddy profile which will farm profile1.xml until a certain amount of items is matched. Then switch to the next profile, and do the same

anybody can help? :)
 
There is a " Load Profile " in the Actions Tab . And for Condition in the while you just need InbagCount(ItemId). And put " Ignore Condition until done " to False in the while loop
 
PHP:
<While Condition="InBagCount(1337) <= 20">
     <LoadProfile Profile="PofileFolder\1337.xml" />
</While>
 
Back
Top