ok i made thie command just testing somting
and i no 50000 is for a gost looking monster and u can us it with your eqeps on
but can this be used as like a /mech command and can oters see it
Code:
if (Splitter[0] == "/Model")
{
int MModel;
ushort mid = ushort.Parse(Splitter[1]);
MModel = mid;
SendPacket(General.MyPackets.Status1(MyChar.UID, MModel));
SendPacket(General.MyPackets.Vital(MyChar.UID, 26, MyChar.GetStat()));
World.UpdateSpawn(MyChar);
}
but can this be used as like a /mech command and can oters see it