ServUO Version
Publish 58
Ultima Expansion
Endless Journey
Hi, сan you tell me how you can disable Necromancy, Chivalry, Bushido, Mysticism, Spellweaving, Ninjitsu skills? I just want to make a more classic combat system.
 
EDIT Scripts\Spells\Initializer.cs

Register(100, typeof(Necromancy.AnimateDeadSpell));
to
//Register(100, typeof(Necromancy.AnimateDeadSpell));
....
etc
 
Back