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?
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?