I am trying to update RSMod to 189.10 latest release from 181
I was able to get the client running/launcher and the server connected to the client but when I go to login I get this error from console after user/pass authenticated
I added the structure part to this I don't really know what I am doing here but I copied other examples I also went to the TriggerOnDialogAbortMessage class and adjusted it to look like this
Code:
class TriggerOnDialogAbortMessage(val byte: Byte) : Message
Originally looked like
Code:
class TriggerOnDialogAbortMessage: Message
Any advice is appreciated; this all happens during the login process obviously having some issue reading or giving packet data and I am unsure where to go from here. I am going to release this so helping me is helping everyone
Thanks R-S
Update - Evidently the opcodes shuffled after revision 183; if anyone has any suggestions on how I can get the new codes I will happily attempt to update RSMod
They started obfuscating packets again after 183 or so (they stopped for a bit when mobile was released)
Not only do the opcodes change, but the contents of each packet change too: the data types and order.
[Only registered and activated users can see links. ]