Re: [Erreur]Packet 226
Je vous aime les gens ! (L)
Je n'ai absolument rien dit ^^
Cela vient juste de cela :
Case 153
'objectValue = New HumanWithGuildInformations
Je vous aime bel et bien ! Problème enfin résolu ! Merci beaucoup, surtout à ToOnS qui m'a supporter =D
Cliquez pour révéler
Cliquez pour masquer
MAIS ! Il me reste un mini bug ^^
Après avoir reçu les 3/4 des pseudos, il bloque sur un seul, à GameRolePlayHumanoidInformations.
Public Class GameRolePlayHumanoidInformations
Inherits GameRolePlayNamedActorInformations
Public HumanoidInfo As HumanInformations
Public Overrides Sub Deserialize(ByVal DR As DofusReader)
MyBase.Deserialize(DR)
Dim _loc2 As Short = DR.ReadUnsignedShort
HumanoidInfo = ProtocolTypeManager.GetInstance(_loc2)
HumanoidInfo.Deserialize(DR)
End Sub
End Class
à la ligne : HumanoidInfo = ProtocolTypeManager.GetInstance(_loc2)
car il a un certain MsgID 153 qui n'est pas traité. Je regarde ça, ça ne doit pas être grand choses.