Go Betty Go! :D
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.
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.
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.Originally Posted by Theora
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.
I was wondering.. Are you going to build it so that in the future you can implement Factions & Night Fall?
Packet dump for gw build #21,206: Free File Hosting Made Simple - MediaFire
*goes back to working*
Thank you Theora, I need to install GW today, couldn't last night. Router issues.
Packet Dump for GW build #21, 215: Free File Hosting Made Simple - MediaFire
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.
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)