Snaacky / dndserver

Dark and Darker private server implementation written in Python
The Unlicense
265 stars 60 forks source link

Added party ready/unready and party location updates #183

Closed itzandroidtab closed 1 year ago

itzandroidtab commented 1 year ago

This needs to be merged after #181, currently the party system throws a exception and does not allow you to join another.

This PR adds support for:

Fixes issues #137 and #188

Currently this sends all the online players in 1 transmission. We should probably send this in mulitple chunks if we have a lot of players online

Party of 3 with one ready, one in the class menu and one in the lobby: image

In a party of 2 in the search: image

Solo in search: image