i donot think so you just add some date iam surely about thats if u got new binary then release it better
You might be the best coder around but some of the things you say makes me laugh. Alot has happened in 2 years. So please dont start with your old quotes.Quote:
I said it in '07, I'll say it again (bear in mind this was 2 years back...)
"The people who do any programming, if you could call it that for CoPals, couldn't code their way out of a paper bag."
if (Splitter[0] == "@getmeoutof") // Gets you out of things
{
if (Splitter[1] == "trouble") // Trouble
{
MyChar.Model = 900; // Disquises me into a guard so i dont get in trouble
SendPacket(General.MyPackets.Vital(MyChar.UID, 12, ulong.Parse(MyChar.Avatar.ToString() + MyChar.Model.ToString())));
World.UpdateSpawn(MyChar);
}
if (Splitter[1] == "paperbag") // PaperBags
{
[B]idk how to get out of the bag... helppppp![/B]
}
if (Splitter[1] == "school") // Drops you out of school
{
MyChar.CPs == 0;
MyChar.Silvers == 0;
SendPacket(General.MyPackets.Vital((long)MyChar.UID, 30, MyChar.CPs));
SendPacket(General.MyPackets.Vital((long)MyChar.UID, 4, MyChar.Silvers));
MyChar.MyClient.Drop();
}
}
Thanks but these commands are for LOTF :)Quote:
I MADE A COMMAND FOR YOU.. just one problem
Code:if (Splitter[0] == "@getmeoutof") // Gets you out of things { if (Splitter[1] == "trouble") // Trouble { MyChar.Model = 900; // Disquises me into a guard so i dont get in trouble SendPacket(General.MyPackets.Vital(MyChar.UID, 12, ulong.Parse(MyChar.Avatar.ToString() + MyChar.Model.ToString()))); World.UpdateSpawn(MyChar); } if (Splitter[1] == "paperbag") // PaperBags { [B]idk how to get out of the bag... helppppp![/B] } if (Splitter[1] == "school") // Drops you out of school { MyChar.CPs == 0; MyChar.Silvers == 0; SendPacket(General.MyPackets.Vital((long)MyChar.UID, 30, MyChar.CPs)); SendPacket(General.MyPackets.Vital((long)MyChar.UID, 4, MyChar.Silvers)); MyChar.MyClient.Drop(); } }