Ty fang For hint.
my problem was in NpcRequest.cs
in
PHP Code:
public string Input
{
get
{
// return Encoding.ASCII.GetString(this.Buffer, 14, this.Buffer[13]);
return Encoding.UTF7.GetString(this.Buffer, 14, this.Buffer[13]);
}
}
it was ASCII so i make it UTF7 again as it was before.
Ty all.
#Solved
#Closed