gRO - autoBreakTime issue

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
derekkawaii
Noob
Noob
Posts: 3
Joined: 09 Mar 2018, 21:48
Noob?: Yes

gRO - autoBreakTime issue

#1 Post by derekkawaii »

Hi, I am not sure if this is the right section to post this, It's been a while then since i tried to bot again (last 2011) this time i tried it on gRO private server it looks like everything is ok now, however, i encounter this issue says (please refer below)

Timeout on Map Server, connecting to Account Server...
autoBreakTime: sat 9:53
autoBreakTime: sat 9:54
autoBreakTime: sat 9:54
autoBreakTime: sat 9:55
autoBreakTime: sat 9:55
autoBreakTime: sat 9:56
autoBreakTime: sat 9:56

I also tried to follow the one we have here in openkore " http://openkore.com/index.php/BreakTime ", " https://github.com/OpenKore/openkore/tr ... /breakTime " i am still having the same issue.

Thanks for your help.

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: gRO - autoBreakTime issue

#2 Post by fadreus »

So.. What's the issue exactly? :?
If you don't wanna use, leave it blank.
But since by default it's empty, so you wanna use it; otherwise the autobreak won't appear.
If you wanna use it, ain't you glad it worked?

No idea what you're saying..
:roll:

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

derekkawaii
Noob
Noob
Posts: 3
Joined: 09 Mar 2018, 21:48
Noob?: Yes

Re: gRO - autoBreakTime issue

#3 Post by derekkawaii »

Oops my bad i forgot. The issue is everytime this autobreaktime appears openkore will be disconnected and it will not going to connect again.

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: gRO - autoBreakTime issue

#4 Post by c4c1n6kr3m1 »

you can use macro, if you know how to
calc your own relog time
i put 10000000 ( 115 day off ? ) because too lazy to count, and server not always correct on their schedule , so 10000000 basically "ah it's time to shutdown my computer"

Code: Select all


automacro maintenance {
	eval ($varStack{".hour"} >= 7 ) && ($varStack{".hour"} < 12 ) && ( $varStack{".minute"} >= 30 ) && ( $varStack{".datetime"} =~ /^Tue /i )
	run-once 1
	exclusive 1
	timeout 60
call {
	log hour $.hour date $.datetime
	do relog 10000000
}
}


User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: gRO - autoBreakTime issue

#5 Post by fadreus »

derekkawaii wrote:Oops my bad i forgot. The issue is everytime this autobreaktime appears openkore will be disconnected and it will not going to connect again.
Did you set stopTime?
Last time I use (Around Nov 2017) it work just fine.
I don't remember any related update regarding this ever since last time it worked.
Post here your setting.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

derekkawaii
Noob
Noob
Posts: 3
Joined: 09 Mar 2018, 21:48
Noob?: Yes

Re: gRO - autoBreakTime issue

#6 Post by derekkawaii »

Thanks all for the reply. Actually, I leave it blank. And then after doing some test, I figure it out.

Now my next step is to try to run the bot in pRO server. If ever I need to refresh my memory in code or using apps need for programming I have to. I think I need some movement this time my skills getting stuck in place and rusted.

We can close this thread.

Post Reply