Go to telport.cs and remove these lines
Quote:
foreach (Game.Item I in GC.MyChar.Inventory)//error line
{
if (I != null)
{
GC.AddSend(Packets.AddItem(I, 0));
}
}
|
you dont need it any more cus you are not updating/converting you are just copy pasting the load/save/sql commands
but trust me thats not gonna work delete the whole source and start learning/building your own Pserver
Ps.Dont waste your time with those sources and start learning how to do your own **** :xD