Realm Relay - Reconnect Script
Hi guys, since Realm Relay has been released i got more interrested in coding hacks for rotmg because the hacks are written in javascript!
The reconnect thing would be a thing i would like to manage via realm relay but i dont know where to get the data from dungeon connections readable and accesible via javascript, could you give me some information or hints where to look up?
When you connect to a new area, you need to grab the keyTime, key, and gameId from the hello packet. You can then use that to construct a reconnect packet to send to the client.
Use portal packet first
Then receive reconnect packet, with the key time, key, key size, and gameId host ip
Then use the hello packet to connect with the above information