BBot - The best bot of the world
Macro pleease :) - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Macro pleease :) (/thread-6366.html)



Macro pleease :) - Benjyon - 01-05-2013

Is it possible to make macro that Reconnects after 20 minutes?
I am thinking about the server save.
to make it log out when server save is, and reconnect 20 minutes later.


RE: Macro pleease :) - Kimoszin - 01-05-2013

There's no stopping the Macro.Wait, you'll have to wait the 20 minutes.
[macro]1000 {Wait to Reconnect} !check!==0 Misc.SystemTime.Hour()==7 check:=1 Macro.Wait(1200000)[/macro]


RE: Macro pleease :) - Benjyon - 01-05-2013

(01-05-2013, 06:04 AM)Kimoszin Wrote: There's no stopping the Macro.Wait, you'll have to wait the 20 minutes.
[macro]1000 {Wait to Reconnect} !check!==0 Misc.SystemTime.Hour()==7 check:=1 Macro.Wait(1200000)[/macro]

Thanks.
Will test this later today.