Page 1 of 2

grinder stops after a while

Posted: Wed Mar 08, 2017 11:20 am
by vivi
Hey guys, recently the aionscript randomly stops (character stays in ones position) after some grinding, when a mob respawns and attacks the character it then starts again so AS is working, is anyone else having this issue too?

Re: grinder stops after a while

Posted: Wed Mar 08, 2017 11:40 am
by mxtns
Etertech, after kill 1 mob always stop, on Bard, Cler work fine.

GrinderFramework line 233: Player:GetPosition():DistanceToPosition( MoveTarget ) return value > 1

Code: Select all

local MoveTarget = Player:GetMove();
if MoveTarget == nil or Settings.AllowTravelPerfect or Player:GetPosition():DistanceToPosition( MoveTarget ) > 1 then
	return false;
end

Re: grinder stops after a while

Posted: Fri Mar 10, 2017 10:31 pm
by nucular
Sorry guys, can't reproduce this with my bots.

Re: grinder stops after a while

Posted: Tue Mar 21, 2017 10:21 pm
by locatelli
vivi wrote:
Wed Mar 08, 2017 11:20 am
Hey guys, recently the aionscript randomly stops (character stays in ones position) after some grinding, when a mob respawns and attacks the character it then starts again so AS is working, is anyone else having this issue too?
I got this while using too much RAM, you should try to restart Aionscript and keep a bit more RAM free

Re: grinder stops after a while

Posted: Tue Mar 21, 2017 10:31 pm
by nucular
Please make also sure you did not map the keybind "Automatic Forward" to something else than "NumLock".
This could cause also these issues.

Re: grinder stops after a while

Posted: Thu Mar 23, 2017 9:21 am
by iloveyouzxw
vivi wrote:
Wed Mar 08, 2017 11:20 am
Hey guys, recently the aionscript randomly stops (character stays in ones position) after some grinding, when a mob respawns and attacks the character it then starts again so AS is working, is anyone else having this issue too?
Same issue here...and when I use the routine it can attack mobs around, but it keeps moving forward when attacking. I've made some effort to solve it but failed, anyone know the reason which cuzed this?

Re: grinder stops after a while

Posted: Thu Mar 23, 2017 9:43 am
by nucular
iloveyouzxw wrote:
Thu Mar 23, 2017 9:21 am
vivi wrote:
Wed Mar 08, 2017 11:20 am
Hey guys, recently the aionscript randomly stops (character stays in ones position) after some grinding, when a mob respawns and attacks the character it then starts again so AS is working, is anyone else having this issue too?
Same issue here...and when I use the routine it can attack mobs around, but it keeps moving forward when attacking. I've made some effort to solve it but failed, anyone know the reason which cuzed this?
Vivi's problem can be solved by my top answer.

I know your problem, but this only happens for me if i do interact with aion.
If i do not focus the aion window, this problem does not happen.

My bots are running without problems up to 24 hours.

Re: grinder stops after a while

Posted: Thu Mar 23, 2017 10:17 am
by iloveyouzxw
nucular wrote:
Thu Mar 23, 2017 9:43 am
iloveyouzxw wrote:
Thu Mar 23, 2017 9:21 am
vivi wrote:
Wed Mar 08, 2017 11:20 am
Hey guys, recently the aionscript randomly stops (character stays in ones position) after some grinding, when a mob respawns and attacks the character it then starts again so AS is working, is anyone else having this issue too?
Same issue here...and when I use the routine it can attack mobs around, but it keeps moving forward when attacking. I've made some effort to solve it but failed, anyone know the reason which cuzed this?
Vivi's problem can be solved by my top answer.

I know your problem, but this only happens for me if i do interact with aion.
If i do not focus the aion window, this problem does not happen.

My bots are running without problems up to 24 hours.
which answer do you mean pls, my control settings are all default. And I tried your method just now :cry: ,still keep moving even if I don't focus on the Aion Cleint .

Re: grinder stops after a while

Posted: Thu Mar 23, 2017 6:18 pm
by nucular
iloveyouzxw wrote:
Thu Mar 23, 2017 10:17 am
nucular wrote:
Thu Mar 23, 2017 9:43 am
iloveyouzxw wrote:
Thu Mar 23, 2017 9:21 am

Same issue here...and when I use the routine it can attack mobs around, but it keeps moving forward when attacking. I've made some effort to solve it but failed, anyone know the reason which cuzed this?
Vivi's problem can be solved by my top answer.

I know your problem, but this only happens for me if i do interact with aion.
If i do not focus the aion window, this problem does not happen.

My bots are running without problems up to 24 hours.
which answer do you mean pls, my control settings are all default. And I tried your method just now :cry: ,still keep moving even if I don't focus on the Aion Cleint .


You are NA right?

Please use always LATEST release viewtopic.php?f=4&t=109.
You have an older release which had this problem on NA for a few hours.

Re: grinder stops after a while

Posted: Fri Mar 24, 2017 5:33 pm
by vivi
hey nucular i have it binded in anothery key for my gameplay, i will let you all know if putting back to numLock solve the issue. I have been some time without grinding :)