change command

Hello, I set walk script to collect specialy goods box. And set command when boxes reach to 60, go back to town. But phbot doesn’t see that command till script is over. Is there any way to solve it?

Are you using conditions for that? They shouldn’t wait for the script to be over.

Hi DeRidder, I mean conditions when I said command. I set condition as a when boxes reach to 60, go town. But everytime it waits to finish script.

I’m not too sure what you mean but you should do something like this,

image
The reason for changing profiles is so this condition doesnt continuously repeat once its true. Its the cleanest and easiest way to do it for your situtation.

So your “Trade” profile will have a script which starts the quest and walks from town to town then turns in the quest. At the end of that script you can add profile,Plvl (Plvl is whatever name you have your attack profile named as) to change back to your plvl profile to start collecting more boxes. The condition shown above would be on that “Plvl” profile.

Hopefully that helps

1 Like