I'm looking for the command to wait like 45 seconds before my waypoints kick in again. Any profile writers out there know how to do this? For example i'm farming iron scraps but the respawn time on the adds is greater than the time to complete the waypoints. So i need a command to "wait" like 60 seconds before he starts pulling again. Cheers
That would most likely be "WaitTimer" Code: <CustomBehavior File="WaitTimer" WaitTime="3000"/> Only usable for Questing Bot asfar as I know however. Keep in mind that "3000" = 3 Seconds. And you can change to what you want.