Also PeTe in public static void SpawnMeToOthers(Character Me, bool Check) for rank 1 no need to code 2, separate codes..
Code:
if (Me.Rank == 1)
{
if (Me.Model == 1003 || Me.Model == 1004)
{
SpawnTo.MyClient.SendPacket(General.MyPackets.String(Me.UID, 10, "coronet4"));
SpawnTo.MyClient.SendPacket(General.MyPackets.String(Me.UID, 10, "letter7"));
}
if (Me.Model == 2001 || Me.Model == 2002)
{
SpawnTo.MyClient.SendPacket(General.MyPackets.String(Me.UID, 10, "coronet3"));
SpawnTo.MyClient.SendPacket(General.MyPackets.String(Me.UID, 10, "letter6"));
}