Re: [Erreur]Packet 226
si je dit pas de betise il devrait etre appellé dans Public Class GameRolePlayHumanoidInformations
Inherits GameRolePlayNamedActorInformations
Public humanoidInfo As HumanInformations
Public Overrides Property protocolId As UInteger = 159
...
Public Function deserializeAs_GameRolePlayHumanoidInformations(ByVal param1 As DofusStream.DofusReader)
MyBase.deserialize(param1) ' <------------------------------------------------------------------------------------------------ ici
Dim _loc_2 As UShort = param1.ReadUnSignedshort()
Me.humanoidInfo = ProtocolTypeManager.GetInstance(_loc_2)
Me.humanoidInfo.deserialize(param1)
Return Me
End Function
et ca vient de Public Class GameRolePlayCharacterInformations
Inherits GameRolePlayHumanoidInformations