ServUO Version
Publish 58
Ultima Expansion
High Seas
Hi everyone!
I am trying to install "Lokai's Skill System" but I am getting errors like these: error CS0234: The type or name of namespace 'Factions' does not exist in namespace 'Server'. An assembly reference is probably missing. [C: \ ServUO-master \ Scripts \ Scripts.csproj] But I can't find any Factions "library".

How can I solve this and other problems? (e.g. 'Deeds' or 'XmlAttachment')

Also another type of errors I get is this: error CS0115: 'LokaiSkillMod.Serialize (GenericWriter)': no suitable methods were found to override [C: \ ServUO-master \ Scripts \ Scripts.csproj]
I hope someone can help me.

Thanks everyone
 
Factions was replaced with VVV System, if I'm not mistaken.
You can probably just remove the using statement for the old factions,
and any expressions that are evaluating whether the lokai skills conflict with factions
 
Last edited:
I was able to get the Lokai system to work with an old ServUO build without errors.
We are thinking whether to adapt it to the version of ServUO we are using or whether it is better to do it from scratch. Thank you all for the support! :)
Thank you all for the support! :)
 
Back