Yo guys,just getting error on the test server allocated on my local machine after trying to create a custom paragon version of monsters.
Error is related with saved objects like:

- Type: Server.Engines.Quests.Gareth
- Serial: 0x00000001

Or:

- Type: Server.Mobiles.Dierdre
- Serial: 0x00000003

After delete all of these items/npcs and restart server is getting another error.
Ill post here edited BaseCreature.cs
The new class is called Unholy instead of Paragon.
Thank you!
Note: is not save related error cause ive tested another scripts before adding Unholy.cs and editing BaseCreature.
-------------->Thank you!!!
 

Attachments

  • Unholy.cs
    7.6 KB · Views: 2
  • BaseCreature.cs
    276.3 KB · Views: 3
So you wiped out all BaseCreatures and you still get an error?

You would not have needed to wipe all BaseCreatures if you had Serialized correctly.

So, what is the error now?
 
Oh thank you,forget that,cause add custom paragon is harder than i think lol,so no problem thank you man!
 
Back