- Joined
- Jul 27, 2008
- Messages
- 583
- Reaction score
- 0
Hi there...
This is the PartySearch for Member packets for v62...
BF 00 //Header
29 00 00 00 //Min level of the player
47 00 00 00 //Max level of the player
06 00 00 00 //Amount of people
08 02 00 00 // Box Checks Amounts
Maybe you wonder WTF I call "Box Checks Amounts"... Well, it's nothing else than the box checked sum's..
Here I show the value of the values..
Notice that it says 4th job's names... in real, it's not the job, it's the box ID more likely.
So lets make an example...
You search for a Hero and a Bowmaster...
The value of the last packet will be = 131080 = 8 + 131072.. (passed on integer of course)
In case you choose all wariors, for example.. so then teh values will be
8 + 16 + 32 + 4...
4 Because when all are selected, the "All warriors" too... so then 4 is added.
(Sorry because I didn't added the Hex value of the All chosen classes, but you can get it yourself)
I couldn't make this work 100%, so yeah, good luck with this in case this help you in a way =)
If this deserve credits somehow.. goes to:
-MrMysterious & XxOsirisxX
This is the PartySearch for Member packets for v62...
BF 00 //Header
29 00 00 00 //Min level of the player
47 00 00 00 //Max level of the player
06 00 00 00 //Amount of people
08 02 00 00 // Box Checks Amounts
Maybe you wonder WTF I call "Box Checks Amounts"... Well, it's nothing else than the box checked sum's..
Here I show the value of the values..
--------------------------------------------
| Box's |
--------------------------------------------
Name | Hex Value | Dec Value |
____________________________________________
Beginner = 02 00 00 00 | 2 |
All Warior = 4
Hero = 08 00 00 00 | 8 |
Paladin = 10 00 00 00 | 16 |
Dark K. = 20 00 00 00 | 32 |
All Magician = 64
Fire P. = 80 00 00 00 | 128 |
Ice L. = 00 01 00 00 | 256 |
Bishop = 00 02 00 00 | 512 |
All Bowmans = 65536
BowMaster= 00 00 02 00 | 131072 |
Marksman = 00 00 04 00 | 262144 |
All Rouges = 8192
Night L. = 00 40 00 00 | 16384 |
Shadower = 00 80 00 00 | 32768 |
All Pirates = 1024
Buccanner= 00 08 00 00 | 2048 |
Corsail = 00 10 00 00 | 4096 |
|
_____________________________________________|
| Box's |
--------------------------------------------
Name | Hex Value | Dec Value |
____________________________________________
Beginner = 02 00 00 00 | 2 |
All Warior = 4
Hero = 08 00 00 00 | 8 |
Paladin = 10 00 00 00 | 16 |
Dark K. = 20 00 00 00 | 32 |
All Magician = 64
Fire P. = 80 00 00 00 | 128 |
Ice L. = 00 01 00 00 | 256 |
Bishop = 00 02 00 00 | 512 |
All Bowmans = 65536
BowMaster= 00 00 02 00 | 131072 |
Marksman = 00 00 04 00 | 262144 |
All Rouges = 8192
Night L. = 00 40 00 00 | 16384 |
Shadower = 00 80 00 00 | 32768 |
All Pirates = 1024
Buccanner= 00 08 00 00 | 2048 |
Corsail = 00 10 00 00 | 4096 |
|
_____________________________________________|
Notice that it says 4th job's names... in real, it's not the job, it's the box ID more likely.
So lets make an example...
You search for a Hero and a Bowmaster...
The value of the last packet will be = 131080 = 8 + 131072.. (passed on integer of course)
In case you choose all wariors, for example.. so then teh values will be
8 + 16 + 32 + 4...
4 Because when all are selected, the "All warriors" too... so then 4 is added.
(Sorry because I didn't added the Hex value of the All chosen classes, but you can get it yourself)
I couldn't make this work 100%, so yeah, good luck with this in case this help you in a way =)
If this deserve credits somehow.. goes to:
-MrMysterious & XxOsirisxX