Hello everyone.
I put on that post my playermobile with all modifications because someone maybe can help me with that. Last time i'm add the serbo lvl system and that crash my server. Every time i got exepction fatal and i must delete my save with new character ( when i start the server i must delete playermobile ).
Maybe someone can check what a code make the server unstable and unusable.
 

Attachments

  • PlayerMobile.cs
    137.8 KB · Views: 4
Hello Aryman30,

After a quick first glance, I have noticed an error in your Serialize function.
You are writing the version number twice. You should only write version 32.
Please comment the line with version 31.

Good luck ! ;-)
 
I took the liberty of fixing a few things in the Serialization and reformatted the document.
 

Attachments

  • PlayerMobile.cs
    196.9 KB · Views: 4
Back