Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Logout when ss
#1
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
#2
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
>>> Did I help you? Rep me. <<<
#3
Thanks man !


Forum Jump:


Users browsing this thread: 1 Guest(s)