Lena80
Member
Is there a way?
u added some custom graphic whenever i drop that item to the ground some parts of it gets under
increasing the z +1 fixes is so i added this:
whenever i drop it the item disappear it goes somewhere and it cant be seen anymore xD
u added some custom graphic whenever i drop that item to the ground some parts of it gets under
increasing the z +1 fixes is so i added this:
Code:
public override bool DropToWorld( Mobile from, Point3D p )
{
this.Z +=1;
return true;
}
whenever i drop it the item disappear it goes somewhere and it cant be seen anymore xD