Serj
Member
- ServUO Version
- Publish Unknown
- Ultima Expansion
- Stygian Abyss
'Server.SkillLock' does not contain a definition for 'Lock'
I had this error when tried something like
in SkillCheck.cs
I want that all character skills woudnot gain after character has been created Without player actually chose to gain
I had this error when tried something like
C#:
foreach (var toLock in skills)
{
skill.Lock == SkillLock.Lock
}
I want that all character skills woudnot gain after character has been created Without player actually chose to gain