So I have deeds for these mounts. I put the deeds in my customs and this is what I got for each one:

'Server.Mobiles.EtherealArmoredSwampDragon' does not contain a definition for 'Controlled' and no extension method 'Controlled' accepting a first argument of type 'Server.Mobiles.EtherealArmoredSwampDragon' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 32: 'Server.Mobiles.EtherealArmoredSwampDragon' does not contain a definition for 'ControlMaster' and no extension method 'ControlMaster' accepting a first argument of type 'Server.Mobiles.EtherealArmoredSwampDragon' could be found (are you missing a using directive or an assembly reference?)
CS1502: Line 36: The best overloaded method match for 'Server.World.AddMobile(Server.Mobile)' has some invalid arguments
CS1503: Line 36: Argument 1: cannot convert from 'Server.Mobiles.EtherealArmoredSwampDragon' to 'Server.Mobile'
 
Controlled is Controled
Maybe Mobiles was not listed on the top of the script (controlmaster)
But hopefully TwilightRaven will post how he fixed :)
 
Back