hellos Evert Body
this pic [Only registered and activated users can see links. Click Here To Register...]
that when i try to upgrade my sourse from 5375 to 5520 i upgrade the spawn to see the monsters and other chars but i can't see the names of them
and the char is visble??
so i need spawn packet make it fully working
!!
this is the old code
this pic [Only registered and activated users can see links. Click Here To Register...]
that when i try to upgrade my sourse from 5375 to 5520 i upgrade the spawn to see the monsters and other chars but i can't see the names of them
and the char is visble??
so i need spawn packet make it fully working
!!
this is the old code
i want one hleping me on it or tells me what iam going to change!!Quote:
public string Name
{
get
{
return _Name;
}
set
{
_Name = value;
if (SpawnPacket == null || SpawnPacket.Length < 200)
SpawnPacket = new byte[8 + 214 + Name.Length];
WriteUInt16((ushort)(214 + Name.Length), 0, SpawnPacket);
WriteUInt16(10014, 2, SpawnPacket);
SpawnPacket[211] = 4;
SpawnPacket[212] = (byte)_Name.Length;
WriteString(_Name, 213, SpawnPacket);
}
}