I can write a code for u (for 10:00 ss):
make a automatic macro called for example "check time":
(sry but i dont know yet how to use in bbot "&&,||,else")
nvm, now make a manual macro for example "ss logout"
and now in checklabel add: cap<!logout! and add in depo macro: "ss logout"
I think it should work
, 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
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
, 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

