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

[Question] Adding a sleep timer into a Gatherbuddy profile

RayVanHalen

New Member
Joined
Mar 5, 2012
Messages
190
Reaction score
1
Hello there

I'm fairly new to writing profiles, and, sadly, I've completely failed to find such a simple thing as that on wiki or forums. My farming route is fairly short, and I'd like to idle the bot at the final hotspot for some time. Like this:

Hotspot X="X" Y="Y" Z="Z" - ending hotspot of the loop
Sleep 120000 (?)

In result, that would cause two minutes of idling at a spot clear of hostile mobs and out of sight of random players, which is exactly what I need.
Any help would be much appreciated.
 
Last edited:
I dunno about a GB profile, but you can make a questing profile that does this:

PHP:
<RunTo X="" Y="" Z="" />
<RunTo X="" Y="" Z="" />
<CustomBehavior File="WaitTimer" WaitTime="120000" GoalText="Waiting for 2 minutes {TimeRemaining}" />
 
Back
Top