Hello guys, i'm trying to get this old runuo script (http://www.runuo.com/community/threads/pirates-their-back-enjoy-runuo-2-0-callador2ks-ml-svn.100407/) working on servuo. So far i found an updated version on servuo forums, but i keep getting this error:

ServUO - [https://www.servuo.com] Version 0.5, Build 6345.24554
Core: Optimizing for 8 64-bit processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 2 errors,
Errors:
+ Custom/Piratesandship/PirateShip.cs:
CS1729: Line 24: 'Server.Multis.BaseBoat' non contiene un costruttore che accetta argomenti 0 (Does not contain a constructor accepting arguments 0)
+ Custom/Piratesandship/ShipsPirateCaptian.cs:
CS1061: Line 313: 'object' non contiene una definizione di 'Say' e non è stato trovato alcun metodo di estensione 'Say' che accetta un primo argomento di tipo 'object'. Probabilmente manca una direttiva using o un riferimento a un assembly. ('Object' does not contain a 'Say' definition and no 'Say' extension method was found that accepts a first 'object' argument. Probably missing a directive using or reference to an assembly.)

Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.


How can i solve it?
 
Sorry I dont speak your language, but what I can Understand you cunstuctor not meeting baseboat.
if base baot has BaseBoat(m, caster) then you need to either override that or also have BasBoat(m, caster)
 
Back