Snaacky / dndserver

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

Party decline/fail messages are not implemented #201

Closed acoudray closed 1 year ago

acoudray commented 1 year ago

As an inviter, if the invitee fails or declines to join a party, the message I receive back is a success message image

itzandroidtab commented 1 year ago

@acoudray This is a duplicate of #200 right?

acoudray commented 1 year ago

@itzandroidtab droidtab IMO this isn't a duplicate. Right now if you click on the cross (X) it acts the same as if you accept the invitation, which is what is about #200. This issue is about decline messages not being implemented : SS2C_PARTY_INVITE_ANSWER_RES(result) and SS2C_PARTY_INVITE_ANSWER_RESULT_NOT(inviteResult) will both show "NICKNAME accepted the invitation"

acoudray commented 1 year ago

This issue is solved (can't find the PR which fixed it). Closing the issue.