This morning I changed the version of Client
but I still have errors when I create the character Name check<< Erro
already done all change and still the same error
Case "7007" 'Character manipulaiton.
Select Case "&H" & Mid(sData, 1, 2)
Case 2 'Character listing.
CharacterList index
Case 1 'Character create.
CreateCharacter index, sData
Case 4 'Character name check.
SprawdzImie index, sData
Case Else
Debug.Print "Unknown 7007 identifier: "; sData
[C -> S][72F7]
04 <<? ................
08 00 <<? ................
58 44 53 44 53 44 53 44 XDSDSDSD........
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++=
[C -> S][7007]
04 ................
08 00 ................
58 44 53 44 53 44 53 44 XDSDSDSD........
error when I click check name of the game will freeze the screen
help
Public Function SprawdzImie(index As Integer, DATA As String)
'Should check if character doesn't already exist.
Creator = "0200f7b200000401"
If frmMain.GSocket(index).State = 7 Then
frmMain.GSocket(index).SendData cv_StringFromHex(Creator)
Else
fastErase index
End If
End Function



.gif)


