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

PB profile loop help

dbrous

New Member
Joined
Feb 6, 2012
Messages
78
Reaction score
0
Hi, i've been trying to create a PB profile that will load a farming profile then hearth and post auctions etc on bags full. However, the character stays put after auctioning. Can anyone with PB profile making experience help me out with this?
code looks something like this

While (true)
{Call subroutine: Farming
If Me.FreeNormalBagSlots <=3
{Call subroutine: hearth
Call subroutine: business
}
}

Now i'm assuming that once the final instruction in the business subroutine is executed, it should loop back to the farming subroutine?
 
Paying for a solution / explanation / walkthrough
pretty much interested in PB profile making lessons
lmk if interested
 
Last edited:
Back
Top