if ( Core.AOS )
{
// Necromancy spells
Register( 100, typeof( Necromancy.AnimateDeadSpell ) );
Register( 101, typeof( Necromancy.BloodOathSpell ) );
Register( 102, typeof( Necromancy.CorpseSkinSpell ) );
Register( 103, typeof( Necromancy.CurseWeaponSpell ) );
Register( 104, typeof( Necromancy.EvilOmenSpell ) );
etc...
tyvm it worked but it doesnt let me pick necromancy while creating char, any idea how can i add it there?\Scripts\Spells\Initializer.cs
Change Core.AOS to Core.T2ACode:if ( Core.AOS ) { // Necromancy spells Register( 100, typeof( Necromancy.AnimateDeadSpell ) ); Register( 101, typeof( Necromancy.BloodOathSpell ) ); Register( 102, typeof( Necromancy.CorpseSkinSpell ) ); Register( 103, typeof( Necromancy.CurseWeaponSpell ) ); Register( 104, typeof( Necromancy.EvilOmenSpell ) ); etc...
CharacterList.AdditionalFlags =| CharacterListFlags.AOS;
thanksUsing the file you created here; https://www.servuo.com/threads/enable-elf-and-gargoyle-on-preaos-server.9786/#post-59673
Add this line;
Code:CharacterList.AdditionalFlags =| CharacterListFlags.AOS;
We use essential cookies to make this site work, and optional cookies to enhance your experience.