Results 1 to 15 of 15
  1. #1
    A_Random_Idiot's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    1,428
    Reputation
    13
    Thanks
    1,385

    How to update K relay?

    How is it done, to update k relay with new packets or whatever? I'm using crazyjani's updated k relay with the new libkrelay.dll thing
    I do not use d!scord for mpgh communication, if someone on d!scord claims to be me they're probably trying to scam you or something.
    [IMG]https://giant.gfyca*****m/FamousForkedJaguarundi.gif[/IMG]

  2. #2
    friendfob's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Sitting alone in the dark probably playing RotMG, I think, maybe... probably...
    Posts
    136
    Reputation
    10
    Thanks
    332
    DECA changed something in the invswap and ability packets, just haven't had the time to look into it.
    Quote Originally Posted by Luis
    Sold to this guy, he went first, 7.50$ trade, +1.

    Thread: https://www.mpgh.net/forum/showthrea...1#post12095305
    Quote Originally Posted by Faze View Post
    Vouch for seller, was a pleasure to do business went.
    He originally had trouble with deca support on changing the email, but it was sorted out.
    @Luverdark @Nyaro please close account is sold to me

    [IMG]https://lh3.googleuserconten*****m/-bV3jZeVWRPo/UllveGU6TGI/AAAAAAAA5TQ/Sobhx1Pw6vU/w506-h389/code-front-pre.png[/IMG]

  3. #3
    A_Random_Idiot's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    1,428
    Reputation
    13
    Thanks
    1,385
    But how do I update K relay with the packets and stuff?
    I do not use d!scord for mpgh communication, if someone on d!scord claims to be me they're probably trying to scam you or something.
    [IMG]https://giant.gfyca*****m/FamousForkedJaguarundi.gif[/IMG]

  4. #4
    friendfob's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Sitting alone in the dark probably playing RotMG, I think, maybe... probably...
    Posts
    136
    Reputation
    10
    Thanks
    332
    Quote Originally Posted by A_Random_Idiot View Post
    But how do I update K relay with the packets and stuff?
    Find the packet changes in the client using a free flash decompiler.

    Navigate to: Scripts/Kabam/Rotmg/Messaging/impl/GameServerConnection to find the packets in the client (as they aren't obfuscated) *thanks 059*

    if you can figure out what changed in the ability and invswap packets, then just post it here or modify the k-relay source from kronks ****** to fix it.
    Quote Originally Posted by Luis
    Sold to this guy, he went first, 7.50$ trade, +1.

    Thread: https://www.mpgh.net/forum/showthrea...1#post12095305
    Quote Originally Posted by Faze View Post
    Vouch for seller, was a pleasure to do business went.
    He originally had trouble with deca support on changing the email, but it was sorted out.
    @Luverdark @Nyaro please close account is sold to me

    [IMG]https://lh3.googleuserconten*****m/-bV3jZeVWRPo/UllveGU6TGI/AAAAAAAA5TQ/Sobhx1Pw6vU/w506-h389/code-front-pre.png[/IMG]

  5. #5
    A_Random_Idiot's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    1,428
    Reputation
    13
    Thanks
    1,385
    Quote Originally Posted by friendfob View Post
    Find the packet changes in the client using a free flash decompiler.

    Navigate to: Scripts/Kabam/Rotmg/Messaging/impl/GameServerConnection to find the packets in the client (as they aren't obfuscated) *thanks 059*

    if you can figure out what changed in the ability and invswap packets, then just post it here or modify the k-relay source from kronks ****** to fix it.
    ok, I'll try looking.

    - - - Updated - - -

    K I got this far:

    - - - Updated - - -

    WAIT?????

    Theyre the same?? (this pic is from the old Linkrelaydll thing)

    - - - Updated - - -

    lemme try to see if any of the packet numbers or whatever changed
    I do not use d!scord for mpgh communication, if someone on d!scord claims to be me they're probably trying to scam you or something.
    [IMG]https://giant.gfyca*****m/FamousForkedJaguarundi.gif[/IMG]

  6. #6
    friendfob's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Sitting alone in the dark probably playing RotMG, I think, maybe... probably...
    Posts
    136
    Reputation
    10
    Thanks
    332
    Quote Originally Posted by A_Random_Idiot View Post
    ok, I'll try looking.

    - - - Updated - - -

    K I got this far:

    - - - Updated - - -

    WAIT?????

    Theyre the same?? (this pic is from the old Linkrelaydll thing)

    - - - Updated - - -

    lemme try to see if any of the packet numbers or whatever changed
    You're looking for the wrong thing. The packet numbers are the same, the problem is the parameters changed.

    Good luck hunting, m8, I hope to be able to use k-relay when I can play again.

    What you should be looking for are the "param"s (since I am not on my computer at the moment, I can not check, but I can use a snapshot from my gyazo from last release)(I think it is the useitem packet)



    Compare the "param"s to the parameters listed in the k-relay source code and match them to get them updated. (do not go to the packets.xml, go to the invswap packet.cs file hidden away under networking/packets/client (NOT SERVER...I think)
    Last edited by friendfob; 10-12-2016 at 06:17 PM.
    Quote Originally Posted by Luis
    Sold to this guy, he went first, 7.50$ trade, +1.

    Thread: https://www.mpgh.net/forum/showthrea...1#post12095305
    Quote Originally Posted by Faze View Post
    Vouch for seller, was a pleasure to do business went.
    He originally had trouble with deca support on changing the email, but it was sorted out.
    @Luverdark @Nyaro please close account is sold to me

    [IMG]https://lh3.googleuserconten*****m/-bV3jZeVWRPo/UllveGU6TGI/AAAAAAAA5TQ/Sobhx1Pw6vU/w506-h389/code-front-pre.png[/IMG]

  7. #7
    A_Random_Idiot's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    1,428
    Reputation
    13
    Thanks
    1,385
    Idk im confused it looks like theyre all the same

    - - - Updated - - -

    what are the parameters?

    - - - Updated - - -



    this it? souldn't find anything looking lik ewhat you posted in there
    I do not use d!scord for mpgh communication, if someone on d!scord claims to be me they're probably trying to scam you or something.
    [IMG]https://giant.gfyca*****m/FamousForkedJaguarundi.gif[/IMG]

  8. #8
    friendfob's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Sitting alone in the dark probably playing RotMG, I think, maybe... probably...
    Posts
    136
    Reputation
    10
    Thanks
    332
    Quote Originally Posted by A_Random_Idiot View Post
    Idk im confused it looks like theyre all the same

    - - - Updated - - -

    what are the parameters?

    - - - Updated - - -



    this it? souldn't find anything looking lik ewhat you posted in there
    Now click on useitem and you'll see the parameters and other shit appear on the right.
    Quote Originally Posted by Luis
    Sold to this guy, he went first, 7.50$ trade, +1.

    Thread: https://www.mpgh.net/forum/showthrea...1#post12095305
    Quote Originally Posted by Faze View Post
    Vouch for seller, was a pleasure to do business went.
    He originally had trouble with deca support on changing the email, but it was sorted out.
    @Luverdark @Nyaro please close account is sold to me

    [IMG]https://lh3.googleuserconten*****m/-bV3jZeVWRPo/UllveGU6TGI/AAAAAAAA5TQ/Sobhx1Pw6vU/w506-h389/code-front-pre.png[/IMG]

  9. #9
    A_Random_Idiot's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    1,428
    Reputation
    13
    Thanks
    1,385
    Quote Originally Posted by friendfob View Post
    Now click on useitem and you'll see the parameters and other shit appear on the right.
    OHHH THANKS

    lol found the thing u used

    - - - Updated - - -



    these packets in K relay source?
    I do not use d!scord for mpgh communication, if someone on d!scord claims to be me they're probably trying to scam you or something.
    [IMG]https://giant.gfyca*****m/FamousForkedJaguarundi.gif[/IMG]

  10. #10
    friendfob's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Sitting alone in the dark probably playing RotMG, I think, maybe... probably...
    Posts
    136
    Reputation
    10
    Thanks
    332


    I am at home now, so I might be able to figure it out, none the less, I'll continue to post here.

    Now I switched into GameServerConnectionConcrete to investigate some more

    Yeah, those are the packets c# files

    - - - Updated - - -



    Found something with the AoeAck. The above is the old client (x4.1)

    This is the new client



    - - - Updated - - -

    RIP, Gotta turn in for the night, got a calc test, a chem test, and an English quiz over a book I haven't read :P

    Good luck. I think you'll have the most success looking in the GameServerConnectionConcrete file, then scrolling down to the AoeAck and Invswap packets (or just use the little box in the lower left hand corner), and just compare differences between the packets in the old client (just download one of my old out of date proxy clients) and the new client. Post any findings here.

    - - - Updated - - -

    https://******.com/TheKronks/K_Relay/issues/35

    That is going to help a lot
    Quote Originally Posted by Luis
    Sold to this guy, he went first, 7.50$ trade, +1.

    Thread: https://www.mpgh.net/forum/showthrea...1#post12095305
    Quote Originally Posted by Faze View Post
    Vouch for seller, was a pleasure to do business went.
    He originally had trouble with deca support on changing the email, but it was sorted out.
    @Luverdark @Nyaro please close account is sold to me

    [IMG]https://lh3.googleuserconten*****m/-bV3jZeVWRPo/UllveGU6TGI/AAAAAAAA5TQ/Sobhx1Pw6vU/w506-h389/code-front-pre.png[/IMG]

  11. #11
    pyrolizard's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    4
    My Mood
    Yeehaw
    From the old invswap packet:
    getproperty Qname(PrivateNamespace(null,"553"),"messages")

    From the new invswap packet:
    getproperty Qname(PrivateNamespace(null,"566"),"messages")

    From the old aoeack packet:
    getproperty Qname(PrivateNamespace(null,"553"),"messages")

    From the new aoeack packet:
    getproperty Qname(PrivateNamespace(null,"566"),"messages")


    What I got so far... hope it helps!

    Alrighty, looking through the packets via ******(link)
    Not seeing any parameters per say, can't find anything that looks similar to the packets in the .swf.
    Last edited by pyrolizard; 10-12-2016 at 08:06 PM.
    A man wrapped up in himself makes a very small package.
    -Benjamin Franklin

  12. #12
    friendfob's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Sitting alone in the dark probably playing RotMG, I think, maybe... probably...
    Posts
    136
    Reputation
    10
    Thanks
    332
    Quote Originally Posted by pyrolizard View Post
    From the old invswap packet:
    getproperty Qname(PrivateNamespace(null,"553"),"messages")

    From the new invswap packet:
    getproperty Qname(PrivateNamespace(null,"566"),"messages")

    From the old aoeack packet:
    getproperty Qname(PrivateNamespace(null,"553"),"messages")

    From the new aoeack packet:
    getproperty Qname(PrivateNamespace(null,"566"),"messages")


    What I got so far... hope it helps!

    Alrighty, looking through the packets via ******(link)
    Not seeing any parameters per say, can't find anything that looks similar to the packets in the .swf.
    The ****** link is telling a more sober story. It seems that the packets have a new structure, meaning they might have to be re-written from the ground up... Which takes a bit more time...

    Anyways, remember this, I ain't no k-relay wiz, I'm bigger into other things (and never really learned C# or how to make a plugin)
    Quote Originally Posted by Luis
    Sold to this guy, he went first, 7.50$ trade, +1.

    Thread: https://www.mpgh.net/forum/showthrea...1#post12095305
    Quote Originally Posted by Faze View Post
    Vouch for seller, was a pleasure to do business went.
    He originally had trouble with deca support on changing the email, but it was sorted out.
    @Luverdark @Nyaro please close account is sold to me

    [IMG]https://lh3.googleuserconten*****m/-bV3jZeVWRPo/UllveGU6TGI/AAAAAAAA5TQ/Sobhx1Pw6vU/w506-h389/code-front-pre.png[/IMG]

  13. #13
    A_Random_Idiot's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    1,428
    Reputation
    13
    Thanks
    1,385
    Quote Originally Posted by friendfob View Post
    The ****** link is telling a more sober story. It seems that the packets have a new structure, meaning they might have to be re-written from the ground up... Which takes a bit more time...

    Anyways, remember this, I ain't no k-relay wiz, I'm bigger into other things (and never really learned C# or how to make a plugin)
    WTF? so no k relay for a while???
    I do not use d!scord for mpgh communication, if someone on d!scord claims to be me they're probably trying to scam you or something.
    [IMG]https://giant.gfyca*****m/FamousForkedJaguarundi.gif[/IMG]

  14. #14
    friendfob's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Sitting alone in the dark probably playing RotMG, I think, maybe... probably...
    Posts
    136
    Reputation
    10
    Thanks
    332
    Quote Originally Posted by A_Random_Idiot View Post
    WTF? so no k relay for a while???
    IDK, but I am definitely not going to be waiting around for the update. I fear this might take a while.

    AGAIN, I KNOW JACK SKIT ABOUT K-RELAY, so I might be just saying stuff that is completely wrong, but I do have experience in programming... So like... I ain't totally retarded...
    Quote Originally Posted by Luis
    Sold to this guy, he went first, 7.50$ trade, +1.

    Thread: https://www.mpgh.net/forum/showthrea...1#post12095305
    Quote Originally Posted by Faze View Post
    Vouch for seller, was a pleasure to do business went.
    He originally had trouble with deca support on changing the email, but it was sorted out.
    @Luverdark @Nyaro please close account is sold to me

    [IMG]https://lh3.googleuserconten*****m/-bV3jZeVWRPo/UllveGU6TGI/AAAAAAAA5TQ/Sobhx1Pw6vU/w506-h389/code-front-pre.png[/IMG]

  15. #15
    A_Random_Idiot's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    1,428
    Reputation
    13
    Thanks
    1,385
    Quote Originally Posted by friendfob View Post
    IDK, but I am definitely not going to be waiting around for the update. I fear this might take a while.

    AGAIN, I KNOW JACK SKIT ABOUT K-RELAY, so I might be just saying stuff that is completely wrong, but I do have experience in programming... So like... I ain't totally retarded...
    awwww dang
    I do not use d!scord for mpgh communication, if someone on d!scord claims to be me they're probably trying to scam you or something.
    [IMG]https://giant.gfyca*****m/FamousForkedJaguarundi.gif[/IMG]

Similar Threads

  1. [How To] Update Realm-Relay Packets.xml
    By Ninjin in forum Realm of the Mad God Tutorials & Source Code
    Replies: 16
    Last Post: 11-03-2017, 01:27 AM
  2. [Help Request] How to update K-Relay Packets
    By EarthFlyer in forum Realm of the Mad God Help & Requests
    Replies: 2
    Last Post: 02-15-2016, 06:45 PM
  3. [Help Request] How do u update realm relay
    By fatkidsgowii84 in forum Realm of the Mad God Help & Requests
    Replies: 0
    Last Post: 06-08-2014, 09:44 PM
  4. [Help Request] How can I update Realm Relay by myself?
    By RAXCA in forum Realm of the Mad God Help & Requests
    Replies: 9
    Last Post: 05-26-2014, 08:17 AM