I know the server communicates about costumes using 1 string.
Example: BA11,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^ ,^,^,^,^,^,^
I realize that the commas are seperators, but what are the ^'s?
Does the position relate with the 'meaning' of the value? Do they represent a certain structure?
I know the server communicates about costumes using 1 string.
Example: BA11,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^,^ ,^,^,^,^,^,^
I realize that the commas are seperators, but what are the ^'s?
Does the position relate with the 'meaning' of the value? Do they represent a certain structure?
Check items.bin:
Code:
<CHARACTER>
Flatform = A
Head = B
Headop = C
Headop = D
Face = E
Faceop1 = F
Faceop2 = G
Upper = H
Upperop1 = I
Upperop2 = J
Upperop3 = K
Upperop3 = L
Lower = M
Lowerop1 = N
Lowerop2 = O
Lowerop3 = P
Lowerop3 = Q
Vest = R
Vestop1 = S
Vestop2 = T
Vestop3 = U
Hand = V
Hand = W
Shoes = X
Shoesop = Y
Package = Z
</CHARACTER>
As you can see, you have an overall of 26 slots (^ is placeholder; equals nothing in a slot).
<CHARACTER>
Flatform = A
Head = B
Headop = C
Headop = D
Face = E
Faceop1 = F
Faceop2 = G
Upper = H
Upperop1 = I
Upperop2 = J
Upperop3 = K
Upperop3 = L
Lower = M
Lowerop1 = N
Lowerop2 = O
Lowerop3 = P
Lowerop3 = Q
Vest = R
Vestop1 = S
Vestop2 = T
Vestop3 = U
Hand = V
Hand = W
Shoes = X
Shoesop = Y
Package = Z
</CHARACTER>
As you can see, you have an overall of 26 slots (^ is placeholder; equals nothing in a slot).
Yes you're right bro, but client self send the position i do this way: