RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

CTF error

P

Polar

Guest
CTF error

Errors :
( !target.Body.IsHuman && !target.Body.IsGhost && !IsPet( target as BaseCreature ) && !Server.Spells.Necromancy.TransformationSpell.UnderTransformation( target ) )
return Notoriety.CanBeAttacked;


I do not have Necromancy spell because I set my server to the old version type so would I put // in front of that?
 
P

Polar

Guest
Polar;763413 said:
Polar;763413 said:
Server.Spells.Necromancy.TransformationSpell

I do not have Necromancy spell because I set my server to the old version type so would I put // in front of that or do I just delete it from the script?
 
Top