BBot - The best bot of the world
Logout when ss - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Logout when ss (/thread-13870.html)



Logout when ss - noozer - 02-04-2014

I need macro which will back to dp 30 minutes before ss and will logout. Then reconnect after ss.
I will rep if someone can do this macro for me Sad


RE: Logout when ss - Nobody93 - 02-04-2014

I can write a code for u (for 10:00 ss):

make a automatic macro called for example "check time":
Code:
logout:=0
Misc.SystemTime.Hour()==9
Misc.SystemTime.Minutes>=30
logout:=100000

(sry but i dont know yet how to use in bbot "&&,||,else")
nvm, now make a manual macro for example "ss logout"


Code:
Status.InPZ()==1
Misc.SystemTime.Hour()==9
Misc.SystemTime.Minutes>=30
Self.logout()
Macro.wait(1200)

and now in checklabel add: cap<!logout! and add in depo macro: "ss logout"

I think it should work Smile, If not I can correct a script.

If I helped u please rep me. Good Luck!.

PS. Character will logout for 20 minutes. U can change time in Macro.Wait


RE: Logout when ss - noozer - 02-04-2014

Thanks man !