Maxi35 / pyrelay

A framework to connect and interact with the game Realm of the Mad God written in Python
MIT License
41 stars 14 forks source link

Incoming Party Invite Throws Error #45

Open Zaclin-GIT opened 1 week ago

Zaclin-GIT commented 1 week ago

When inviting a client to a party it throws this error - ValueError: Invalid Packet type: CHATLOGOUTMSG.

Maxi35 commented 1 week ago

Ahh looks like they reused a very old packet id, will take a look at it later, but a quick fix is just to remove 208: "CHATLOGOUTMSG" from Constants/PacketIds.py

Zaclin-GIT commented 6 days ago

Appreciate the follow up on this. I'm pretty new to python/rotmg networking, but I was able to learn how to add the packets as well as the required data to make this work. Ill attach them here incase it saves you some time. Updated.zip