ServUO Version
Publish 57
Ultima Expansion
Time Of Legends
Hey folks,

I just added the ACC Complete Spell System and like it, save for one thing: All the Spellbooks are full.

I compared the CS files to the normal Spellbook.cs, but they are set up a bit differently. When I modified the new ones to match, I don't get any error, but the spellsbooks won't appear, like they are an item with no graphic ID.

Does anyone know how to make the ACC Spellbooks be created as empty?

UPDATE

Figured it out. It was so painfully obvious...

For anyone else who doesn't see the obvious:

CSSettings.cs

public static bool FullSpellbooks { get { return false; } }
 
Last edited:
Back