darkbot-reloaded / DarkBot

Darkbot is a memory-bot for a flash browser-game
https://darkbot.eu/
67 stars 53 forks source link

GroupManager trying to send invites before group members load #99

Closed ODAKAB closed 3 years ago

ODAKAB commented 3 years ago

Especially while jumping a portal, group reloads thus appears empty for few seconds. GroupManager attempts to send invites.

Possible solutions:

  1. Track for portal jump effect and do not empty group members until 10 seconds pass after a jump.
  2. Do not empty group members if it's not constantly read empty and was ticking for straight 15 seconds.
ODAKAB commented 3 years ago

https://github.com/darkbot-reloaded/DarkBot/pull/101