Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] - Abandoned Quest Counter #2541

Closed
Arklur opened this issue Nov 23, 2022 · 1 comment
Closed

[Bug] - Abandoned Quest Counter #2541

Arklur opened this issue Nov 23, 2022 · 1 comment
Labels
Bug Next Version Issue will be dealt with in the next update

Comments

@Arklur
Copy link
Contributor

Arklur commented Nov 23, 2022

If you abandon 2 quests at the "same time", faster than the server can process the 1st abandoned quest, the counter decreases only by 1, not 2, see the GIF below.

FoeHelperRecurringQuestCounterBug

Explains why on specific days when I've put 20-30k FPs on my GBs in a "quick" session, I run out of the 2k limit when the counter was still at ~650-670.

Windows 10 64 Bit
Chrome 107.0.5304.107 (64 bites)
us1 (Arvahall)
2.12.1.0 - English

-Armchair developer ON-
Checking again, my previous khm "idea" was wrong as hell, a simply loop here would fix the problem?

FoEproxy.addHandler('QuestService', 'getUpdates', (data, postData) => {
	if(postData[0]['requestClass'] === 'QuestService' && postData[0]['requestMethod'] === 'abortQuest'){
		Quests.UpdateCounter();
	}
});

-Armchair developer OFF-

@Arklur
Copy link
Contributor Author

Arklur commented Mar 16, 2023

The 6ea60d8 and ba5a187 commits (will) fix the issue.

@Beelzebob6666 Beelzebob6666 added the Next Version Issue will be dealt with in the next update label Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Next Version Issue will be dealt with in the next update
Projects
None yet
Development

No branches or pull requests

3 participants