FuelRats / RatTracker

The Fuel Rats RatTracker - Getting more fuel on target faster since 3302
http://www.fuelrats.com/
BSD 3-Clause "New" or "Revised" License
10 stars 12 forks source link

Island claim member parsing #24

Open kenneaal opened 8 years ago

kenneaal commented 8 years ago

The NetLog provides a list of session IDs and IPs of other players sharing an instance with the player. This happens during an "Island claim".

At present, this is broken. The state variable I use to track when an island claim is underway apparently breaks in asynch processing, and requires refactoring. A reliable way to parse out a set of players and detect whether our active client is on that list is needed.