Step 1: Open up chat.cs using Microsoft Visual C#
Step 2: Search the following code listed below:
Code:
if (Cmd[0] == "/clearinv")
{
foreach (Game.Item I in GC.MyChar.Inventory)
GC.AddSend(Packets.ItemPacket(I.UID, 0, 3));
GC.MyChar.Inventory = new ArrayList(40);
}
Code:
if (Cmd[0] == "/mk")
{
GC.MyChar.Teleport(1036, 211, 196);
}
Like I said before, this is my first code, so take it easy on me
And also if anyone knows how to check the MapID I would really appreciate you explaining that to me






