MMOMinion
Long delay eac hit while gathering - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Long delay eac hit while gathering (/showthread.php?tid=13610)

Pages: 1 2


Long delay eac hit while gathering - roberto_mm86 - 08-27-2015

Hi!
I noticed while gathering on a node take a long delay for eac hit is that normal?
Its some day i have that problem....someone got my same problem?Nosebleed


RE: Long delay eac hit while gathering - tadeus - 08-27-2015

I have had that problem before, but it's usually because a mobile device or a program on my computer is downloading from the internet which reduces my bandwidth for the game. So it's not an issue with mmominion, at least in my case.


RE: Long delay eac hit while gathering - roberto_mm86 - 08-27-2015

(08-27-2015, 08:54 PM)tadeus Wrote:  I have had that problem before, but it's usually because a mobile device or a program on my computer is downloading from the internet which reduces my bandwidth for the game. So it's not an issue with mmominion, at least in my case.

Oh!
ty for your answer!!!
In my case i was not downloading nothing.


RE: Long delay eac hit while gathering - Sheimd - 08-27-2015

I have the same issue, there is a huuuuuuuuuge slowdown while using the bot and either gathering or mounting. Its insane x:
Something with the latest update yesterday and still today is causing issues with those actions.

No problem when fishing.


RE: Long delay eac hit while gathering - ohm - 08-28-2015

I've got a similar problem but always attributed this to my own ping to the SE servers. When I mine or gather manually I can't do it much faster than the bot does, it's simply my client waiting for a response from the game server and locking any further actions till it's recieved.

Which is a very long time it seems, as when other miners collect from the same node as me I notice they have finished their 4 swings while I might only have finished 2 at most. :(


RE: Long delay eac hit while gathering - roberto_mm86 - 08-28-2015

(08-28-2015, 03:21 AM)ohm Wrote:  I've got a similar problem but always attributed this to my own ping to the SE servers. When I mine or gather manually I can't do it much faster than the bot does, it's simply my client waiting for a response from the game server and locking any further actions till it's recieved.

Which is a very long time it seems, as when other miners collect from the same node as me I notice they have finished their 4 swings while I might only have finished 2 at most. :(

yhea thats what i mean!


RE: Long delay eac hit while gathering - Unphazed01 - 08-28-2015

It's about half speed. This started about a week ago I'd say, maybe a little later. It acts like Pulse time is off but it's still set to 150.


RE: Long delay eac hit while gathering - roberto_mm86 - 08-28-2015

(08-28-2015, 04:51 PM)Unphazed01 Wrote:  It's about half speed. This started about a week ago I'd say, maybe a little later. It acts like Pulse time is off but it's still set to 150.

so what u think?
its internet problem or bot problem?
i got this problem 1 week ago too!


RE: Long delay eac hit while gathering - drewlt - 09-08-2015

ffxiv_task_gather.lua - lines 1163 and 1225 - change from:
Code:
ffxiv_task_gather.timer = Now() + 3000
to:
Code:
ffxiv_task_gather.timer = Now() + 1000

not sure of any other impact, but sped it up for me.

:)


RE: Long delay eac hit while gathering - roberto_mm86 - 09-08-2015

(09-08-2015, 02:50 AM)drewlt Wrote:  ffxiv_task_gather.lua - lines 1163 and 1225 - change from:
Code:
ffxiv_task_gather.timer = Now() + 3000
to:
Code:
ffxiv_task_gather.timer = Now() + 1000

not sure of any other impact, but sped it up for me.

:)

oh ty i will tryExpectThumbsUp