[Guild Wars] Packet encryption

Page 10 of 35 FirstFirst ... 2345678910111213141516171820 ... LastLast
Results 136 to 150 of 520
  1. #136
    Enthusiast sTo0z is offline
    MemberRank
    Aug 2005 Join Date
    USALocation
    30Posts

    Re: [Guild Wars] Packet encryption

    Go Betty Go! :D

  2. #137
    Member Theora is offline
    MemberRank
    Feb 2007 Join Date
    96Posts

    Question Re: [Guild Wars] Packet encryption

    Quote Originally Posted by sTo0z View Post
    Go Betty Go! :D
    heh...Burnout 3 OST FTW.

    ------------------------------------------------------------------------------------

    How does this:

    7106 240C | q.$.

    Become this:

    9058 F955 52AC 3A43 9F6D 1D56 FC24 26FC | .X.UR.:C.m.V.$&.

    Somehow it is storing: profession, campaign?, hair style, skin color, face, hair color, height, and possibly armor, and armor color.

    If you want to help, download the packet dump program and go through the character creation process until the Name screen. Start the packet dump program. Enter a character name and click Create. When it is finished connecting at the loading screen, close GW.

    Delete all packets that have a number greater than 11 or just ignore them. The first integer is found in packet #0 at offset 32. The character appearance compiled from that is found in packet #6 at offset 56.

    It's probably a bit field of some sort. But I have 0 experience with those.

    Profession #'s:

    Warrior=1
    Ranger=2
    Monk=3
    Necro=4
    Mesmer=5
    Elementalist=6

    Campaign #'s:

    1=Prophecies
    2=Factions
    3=Nightfall

    I've only ever seen these as bytes.

  3. #138
    Alpha Member Akai is offline
    MemberRank
    Mar 2006 Join Date
    x Infinity +1Location
    2,737Posts

    Re: [Guild Wars] Packet encryption

    Fantastic work Theora, can't wait to see more of it.

    Edit: I need to reinstall GW (formated), then I'll help you with the packets.

  4. #139
    Member Theora is offline
    MemberRank
    Feb 2007 Join Date
    96Posts

    Re: [Guild Wars] Packet encryption

    Quote Originally Posted by Theora
    Become this:

    9058 F955 52AC 3A43 9F6D 1D56 FC24 26FC | .X.UR.:C.m.V.$&.
    Ignore this. I have no clue what it is for but I found out it is not related to appearance. At least at the character selection screen. The first part is the character appearance as selected from the character creation process.

    It's possible that may be a character hash. It has the same length as a MD5 hash and is different for each character.

    EDIT2
    ----------
    Figured it out:
    71 06 24 0C

    71=height(7) and sex(odd=female, even=male)
    06=hair color(0) and skin color(6)
    24=profession(2) and hair style(4)
    0c=prophecies(0) and face(c)
    Last edited by Theora; 06-03-07 at 05:31 AM.

  5. #140
    Account Upgraded | Title Enabled! Tsukekun is offline
    MemberRank
    Dec 2005 Join Date
    waiukusucksLocation
    485Posts

    Re: [Guild Wars] Packet encryption

    I was wondering.. Are you going to build it so that in the future you can implement Factions & Night Fall?

  6. #141
    Member miceiken is offline
    MemberRank
    Nov 2006 Join Date
    NorwayLocation
    56Posts

    Re: [Guild Wars] Packet encryption

    Quote Originally Posted by Tsukekun View Post
    I was wondering.. Are you going to build it so that in the future you can implement Factions & Night Fall?
    If you would read through these posts you'd find out.
    Yes, but first only proph.
    He has got a lot of work to do!

  7. #142
    Member Theora is offline
    MemberRank
    Feb 2007 Join Date
    96Posts

    Post Re: [Guild Wars] Packet encryption

    Packet dump for gw build #21,206: Free File Hosting Made Simple - MediaFire

    *goes back to working*

  8. #143
    Alpha Member Akai is offline
    MemberRank
    Mar 2006 Join Date
    x Infinity +1Location
    2,737Posts

    Re: [Guild Wars] Packet encryption

    Thank you Theora, I need to install GW today, couldn't last night. Router issues.

  9. #144
    Account Upgraded | Title Enabled! Tsukekun is offline
    MemberRank
    Dec 2005 Join Date
    waiukusucksLocation
    485Posts

    Re: [Guild Wars] Packet encryption

    Quote Originally Posted by miceiken View Post
    If you would read through these posts you'd find out.
    Yes, but first only proph.
    He has got a lot of work to do!
    I read through the posts, and have been following it.
    Regarding the post you quoted, I was rather tired and apologize.

  10. #145
    Member Theora is offline
    MemberRank
    Feb 2007 Join Date
    96Posts

    Post Re: [Guild Wars] Packet encryption

    Packet Dump for GW build #21, 215: Free File Hosting Made Simple - MediaFire

  11. #146
    Account Upgraded | Title Enabled! Tsukekun is offline
    MemberRank
    Dec 2005 Join Date
    waiukusucksLocation
    485Posts

    Re: [Guild Wars] Packet encryption

    Quote Originally Posted by Theora View Post
    Packet Dump for GW build #21, 215: Free File Hosting Made Simple - MediaFire
    Re-installed Guild Wars, will see what I can do.

  12. #147
    Member silentg0d is offline
    MemberRank
    Dec 2006 Join Date
    61Posts

    Re: [Guild Wars] Packet encryption

    Just read all the post and I'm very excited and eager to see what happens next. I'm reinstalling GW atm.:construct

    I will have a look at those packets and see what i can do for you. I'll check up on google for tutorials on how to read such packets first ;P:scratch:


    EDIT: GW installed

    EDIT:: Not sure if there was a new update but when i run the packet dumper it basically freezes my GW, i have GW Factions and original i tried it on factions if this matters?
    Last edited by silentg0d; 31-03-07 at 12:40 AM.

  13. #148
    Account Upgraded | Title Enabled! Tsukekun is offline
    MemberRank
    Dec 2005 Join Date
    waiukusucksLocation
    485Posts

    Re: [Guild Wars] Packet encryption

    Quote Originally Posted by silentg0d View Post
    Just read all the post and I'm very excited and eager to see what happens next. I'm reinstalling GW atm.:construct

    I will have a look at those packets and see what i can do for you. I'll check up on google for tutorials on how to read such packets first ;P:scratch:


    EDIT: GW installed

    EDIT:: Not sure if there was a new update but when i run the packet dumper it basically freezes my GW, i have GW Factions and origonal i tried it on factions if this matters?
    If you get it working please tell me, I followed his instructions and had a look at how to read the packets but my Guild Wars crashes.

  14. #149
    Member Theora is offline
    MemberRank
    Feb 2007 Join Date
    96Posts

    Post Re: [Guild Wars] Packet encryption

    Quote Originally Posted by silentg0d View Post
    Just read all the post and I'm very excited and eager to see what happens next. I'm reinstalling GW atm.:construct

    I will have a look at those packets and see what i can do for you. I'll check up on google for tutorials on how to read such packets first ;P:scratch:


    EDIT: GW installed

    EDIT:: Not sure if there was a new update but when i run the packet dumper it basically freezes my GW, i have GW Factions and origonal i tried it on factions if this matters?
    There was a new update today. I have not gotten around to updating the program just yet(fixing an annoying bug(read: server crash) that occurs when deleting characters) Or did you try this before the update?

    The only thing that matters is the build must be the same as what I specified for the packet dump program. To check this, open the GW in-game options window and look in the lower left hand corner. If the number there matches the packet dump version number then it should work. Campaigns should not matter, I've used it on both my accounts. One with just Prophecies, the other with all three. Also, the packet dump program should be left running. It will close when GW closes.

    If you close the packet dump program manually...GW will go into an infinite loop(read: freeze)

  15. #150
    Proficient Member yrref is offline
    MemberRank
    Sep 2005 Join Date
    167Posts

    Re: [Guild Wars] Packet encryption

    Quote Originally Posted by Theora View Post
    There was a new update today. I have not gotten around to updating the program just yet(fixing an annoying bug(read: server crash) that occurs when deleting characters) Or did you try this before the update?

    The only thing that matters is the build must be the same as what I specified for the packet dump program. To check this, open the GW in-game options window and look in the lower left hand corner. If the number there matches the packet dump version number then it should work. Campaigns should not matter, I've used it on both my accounts. One with just Prophecies, the other with all three. Also, the packet dump program should be left running. It will close when GW closes.

    If you close the packet dump program manually...GW will go into an infinite loop(read: freeze)
    Theora, I was just waiting for a GW Emulator, alot of ppl quit when itgoes to tough for them, it seems you know what you are doing:D
    Im really looking forward for a release.
    Do you have a site for the emulator right now?



Advertisement