06-07-2012, 09:25 AM
hey Guys
Here a little Guide how do u find out the offset of the EXp_table in ur Gameserver.
What do u need:
- ExptextTOBin
- Gameserver (Hex-Editor)
- full function Server
What we do:
We Compare with a other server. We need the full function Gameserver to find the Exptable then its nothing than searching in the other Gameserver.
So step by step:
1. We start the full function Server with the Gameserver, where we want to find out the Offsets.
2. Now we level from 1 to 20 example and write all exp from each level on a text document. Example: 36 140 415 1161 2787 5853 [EXAMPLE]
3. We write the Exp per level in the exptable.text
4. Now we start ExptextTOBin without a Gameserver in the folder. Now the ExptextTOBin create a Gameserver.exe himself.
5. Now we start the Hex Editor with the new created Gameserver.exe and the the Gameserver.exe where we want the offsets.
6. in the new Gameserver.exe we find some numbers. We dont want to know what the numbers mean. These numbers we find normally at the Offset: (0x00353000).
7.No we copy the numbers next to the Offset. ( in my example: 24000000000000008C00000000000000
8.We open the Gameserver.exe with the unknown offset and click [ctrl+f]. Now we search for the numbers we copy in the last step.
9. Now we find the new Offset at the left side and must change the offset file from EXPtextTOBin
Hope i help u and sry for my fck bad English


