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!

Skill Required to can wear a shroud

merq

Sorceror
I want to make an item (shroud) which i can wear only if i have a skill (necromancy). What is made wrong in this line? Could u help me with it?

Code:
public override Skill RequiredSkill { get { return Skill.Necromancy; } }
 

daat99

Moderator
Staff member
What is the error you get?
Have you tried the script support forum (you'll find a lot more people that can help you there)?
 
Top