Lionar
Member
Hello everyone!
actually i'm using this:
https://www.servuo.com/archive/acc-public-gates-and-spell-system.17/
and i've created my own spells using the spell system of this great resource.
Right now i've created more than 130 new custom spells (in 1 single spellschool) but i'm having some issues with Cspellbook and CspellbookGump.
Even if i configured
every time I add a new scroll to the spell book, the book's spellcount seems to be stuck at 64. Furthermore, once added, when I open the CSpellBookGump I discover that in the gump, besides that spell, another one always appears that I never dragged into the book (as if two were added at a time). I didn't make any particular changes to the system's spellbook.
Can anyone help me out?
Many thanks in advance
actually i'm using this:
https://www.servuo.com/archive/acc-public-gates-and-spell-system.17/
and i've created my own spells using the spell system of this great resource.
Right now i've created more than 130 new custom spells (in 1 single spellschool) but i'm having some issues with Cspellbook and CspellbookGump.
Even if i configured
C#:
public override int BookCount { get { return 150; } }
every time I add a new scroll to the spell book, the book's spellcount seems to be stuck at 64. Furthermore, once added, when I open the CSpellBookGump I discover that in the gump, besides that spell, another one always appears that I never dragged into the book (as if two were added at a time). I didn't make any particular changes to the system's spellbook.
Can anyone help me out?
Many thanks in advance