I did and took these errors..
Errors:
+ Customs/UO Anthology/Lokai Skills System/Core/LokaiSkill.cs:
CS0029: Line 307: No se puede convertir implícitamente el tipo 'System.Co
ctions.Generic.List<Server.Engines.XmlSpawner2.XmlAttachment>' en 'System.Col
tions.ArrayList'
+ Customs/UO Anthology/Lokai Skills System/Core/LokaiSkillMods.cs:
CS0029: Line 257: No se puede convertir implícitamente el tipo 'System.Co
ctions.Generic.List<Server.Engines.XmlSpawner2.XmlAttachment>' en 'System.Col
tions.ArrayList'
CS0029: Line 276: No se puede convertir implícitamente el tipo 'System.Co
ctions.Generic.List<Server.Engines.XmlSpawner2.XmlAttachment>' en 'System.Col
tions.ArrayList'
+ Customs/UO Anthology/Lokai Skills System/Lokai Skills/Sailing.cs:
CS1061: Line 163: 'Server.Multis.BaseBoat' no contiene una definición de
werAnchor' ni se encontró ningún método de extensión 'LowerAnchor' que acepte
primer argumento de tipo 'Server.Multis.BaseBoat' (¿falta una directiva usin
una referencia de ensamblado?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
None of these errors have ANYTHING to do with the code I posted. If these are showing up after using my code, you must have had other errors preventing these from showing up before using my code, and my code fixed those which allows these to show up. It looks as though you have incompatible systems. Usually when you have ArrayList and GenericList or List<T> they are interchangeable, but you have to replace the Types everywhere they appear. Take a look at the scripts calling the incompatible Type and try replacing them with the Expected Type.