I am trying to implement the fs:ats but having deserialize problem and couldnt make it work :confused:
I am sorting them in deserialize like this but it still gives that error.
Could anyone help me about that :)

World: Loading...
An error was encountered while loading a saved object
- Type: Server.Mobiles.SeaMarketOfficer
- Serial: 0x00000001
Delete the object? (y/n)
 

Attachments

  • BaseCreature.cs
    266.7 KB · Views: 3
The only Issue I see is that there is no version check with an if around your fs ats block
 
Even if i use version check it stills giving the same error :confused:
I tried version >= 26 and 21
 
Are you using those numbers because it was listed in the fs ats file back then?
If you add something to the serialize / deserialize you always want to increase the version Number. You have things that are already at a higher Version Number than that so make a check for Version 30 I guess
 
Back