Wynntils / Wynntils-Legacy

Wynntils is a Wynncraft Mod that seeks to enhance the user's gameplay with a variety of customizable options and additions.
https://wynntils.com
GNU Affero General Public License v3.0
158 stars 91 forks source link

feat: Add party GUI #525

Closed ryanzhoudev closed 2 years ago

ryanzhoudev commented 2 years ago

Default bind is ].

In the member list, yellow = leader, blue = self. Leader overrides self.

Bit of a preview: Theoretically this should be significantly less laggy without 2 instances open while recording on a decently old laptop

https://user-images.githubusercontent.com/57310593/171276980-ccd87cc3-c104-454a-82e8-527a9c49362e.mp4

DevScyu commented 2 years ago

I noticed when watching the video, the party auto disbands when you kick the last remaining member other than yourself: image

ryanzhoudev commented 2 years ago

I noticed when watching the video, the party auto disbands when you kick the last remaining member other than yourself: image

The party auto disbands when the last person in the party (yourself) leaves. Wynn doesn't disband if eg. v8j kicks elianazhao and v8j is the last player remaining. If v8j then leaves, the party will disband. Also I believe that message is handled properly in PartyManager.java L54