2000 {Safe log} sdid:=SDID Misc.ItemCountEx(!sdid!)<=10 Cavebot.Stop() Status.Battle()==0 Self.Logout()
SDID = id of sd (edit only SDID after "="), example:
2000 {Safe log} sdid:=999999 Misc.ItemCountEx(!sdid!)<=10 Cavebot.Stop() Status.Battle()==0 Self.Logout()
OR (short version):
2000 {Safe log} Misc.ItemCountEx(999999)<=10 Self.Logout()
SDID = id of sd (edit only SDID after "="), example:
2000 {Safe log} sdid:=999999 Misc.ItemCountEx(!sdid!)<=10 Cavebot.Stop() Status.Battle()==0 Self.Logout()
OR (short version):
2000 {Safe log} Misc.ItemCountEx(999999)<=10 Self.Logout()