I am updating from my old pub 54 ServUO to the current pub ServUO I think its 75 or something. When I compile I am getting a ton of:

+ Custom/Mounts and Pets/Assorted Mounts/Angelicmare.cs:
CS0115: Line 188: 'Angelicmare.HasBreath': no suitable method found to override

So I am "//" them out. Does anyone know what the new way to call breath attacks on mobs and pets? Here is the line that is no longer working. I won't show the cold and fire lines I figure I can figure those out of I get what I need to rewrite this line.

public override bool HasBreath{ get{ return true; } } // fire breath enabled

Thanks in advance!
 
Back