22-08-2007, 05:55 AM
So it only messes up for equip-able items? If you drop a non equip-able item say an apple it works fine?
Maybe the server is not clearing the player data after it has logged out. And is doing something like this when you log in
Maybe the server is not clearing the player data after it has logged out. And is doing something like this when you log in
Code:
for i in inventory
{
if (i == no item)
{
do nothing //should be clearing the slot here
}
else
{
set item
}
}