Howard57
Member
Trying to put in Evo's but I come up with these errors;
Scripts: Compiling C# scripts...Failed with: 6 errors, 0 warnings
Errors:
+ Customs/Xanthos/EVO System/AI/EvoArcherAI.cs:
CS0115: Line 24: 'Xanthos.Evo.EvoArcherAI.EndPickTarget(Server.Mobile, Serve
r.Mobile, Server.Mobiles.OrderType)': no suitable method found to override
+ Customs/Xanthos/EVO System/AI/EvoBerserkAI.cs:
CS0115: Line 24: 'Xanthos.Evo.EvoBerserkAI.EndPickTarget(Server.Mobile, Serv
er.Mobile, Server.Mobiles.OrderType)': no suitable method found to override
+ Customs/Xanthos/EVO System/AI/EvoMageAI.cs:
CS0115: Line 24: 'Xanthos.Evo.EvoMageAI.EndPickTarget(Server.Mobile, Server.
Mobile, Server.Mobiles.OrderType)': no suitable method found to override
+ Customs/Xanthos/EVO System/AI/EvoMeleeAI.cs:
CS0115: Line 24: 'Xanthos.Evo.EvoMeleeAI.EndPickTarget(Server.Mobile, Server
.Mobile, Server.Mobiles.OrderType)': no suitable method found to override
+ Customs/Xanthos/EVO System/BaseEvo.cs:
CS0508: Line 265: 'Xanthos.Evo.BaseEvo.Damage(int, Server.Mobile)': return t
ype must be 'int' to match overridden member 'Server.Mobile.Damage(int, Server.M
obile)'
+ Customs/Xanthos/EVO System/BaseMountEvo.cs:
CS0508: Line 273: 'Xanthos.Evo.BaseEvoMount.Damage(int, Server.Mobile)': ret
urn type must be 'int' to match overridden member 'Server.Mobile.Damage(int, Ser
ver.Mobile)'
and im using these files;
Scripts: Compiling C# scripts...Failed with: 6 errors, 0 warnings
Errors:
+ Customs/Xanthos/EVO System/AI/EvoArcherAI.cs:
CS0115: Line 24: 'Xanthos.Evo.EvoArcherAI.EndPickTarget(Server.Mobile, Serve
r.Mobile, Server.Mobiles.OrderType)': no suitable method found to override
+ Customs/Xanthos/EVO System/AI/EvoBerserkAI.cs:
CS0115: Line 24: 'Xanthos.Evo.EvoBerserkAI.EndPickTarget(Server.Mobile, Serv
er.Mobile, Server.Mobiles.OrderType)': no suitable method found to override
+ Customs/Xanthos/EVO System/AI/EvoMageAI.cs:
CS0115: Line 24: 'Xanthos.Evo.EvoMageAI.EndPickTarget(Server.Mobile, Server.
Mobile, Server.Mobiles.OrderType)': no suitable method found to override
+ Customs/Xanthos/EVO System/AI/EvoMeleeAI.cs:
CS0115: Line 24: 'Xanthos.Evo.EvoMeleeAI.EndPickTarget(Server.Mobile, Server
.Mobile, Server.Mobiles.OrderType)': no suitable method found to override
+ Customs/Xanthos/EVO System/BaseEvo.cs:
CS0508: Line 265: 'Xanthos.Evo.BaseEvo.Damage(int, Server.Mobile)': return t
ype must be 'int' to match overridden member 'Server.Mobile.Damage(int, Server.M
obile)'
+ Customs/Xanthos/EVO System/BaseMountEvo.cs:
CS0508: Line 273: 'Xanthos.Evo.BaseEvoMount.Damage(int, Server.Mobile)': ret
urn type must be 'int' to match overridden member 'Server.Mobile.Damage(int, Ser
ver.Mobile)'
and im using these files;