Maybe some mods in PlayerMobile, Basecreature, or other files???
Nah, I purposely didn't edit those because I didn't want others to have to alter large and complicated files like those. Tried to keep it simple lol
New errors lol....
Errors:
+ CUSTOM/In Depth Anatomy/AbilityProfile.cs:
CS0246: Line 12: The type or namespace name 'MagicalAbility' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 15: The type or namespace name 'AreaEffect' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 18: The type or namespace name 'SpecialAbility' could not be found (are you missing a using directive or an assembly reference?)
CS0118: Line 62: 'Server.Mobiles.AbilityProfile.MagicalAbility' is a 'property' but is used like a 'type'
CS0246: Line 86: The type or namespace name 'SpecialAbility' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 109: The type or namespace name 'AreaEffect' could not be found (are you missing a using directive or an assembly reference?)
CS0118: Line 155: 'Server.Mobiles.AbilityProfile.MagicalAbility' is a 'property' but is used like a 'type'
CS0246: Line 164: The type or namespace name 'SpecialAbility' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 194: The type or namespace name 'AreaEffect' could not be found (are you missing a using directive or an assembly reference?)
CS0118: Line 338: 'Server.Mobiles.AbilityProfile.MagicalAbility' is a 'property' but is used like a 'type'
CS0246: Line 355: The type or namespace name 'SpecialAbility' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 369: The type or namespace name 'SpecialAbility' could not be found (are you missing a using directive or an assembly reference?)
CS0118: Line 402: 'Server.Mobiles.AbilityProfile.MagicalAbility' is a 'property' but is used like a 'type'
CS0118: Line 407: 'Server.Mobiles.AbilityProfile.MagicalAbility' is a 'property' but is used like a 'type'
CS0118: Line 485: 'Server.Mobiles.AbilityProfile.MagicalAbility' is a 'property' but is used like a 'type'
CS0118: Line 485: 'Server.Mobiles.AbilityProfile.MagicalAbility' is a 'property' but is used like a 'type'
CS0118: Line 504: 'Server.Mobiles.AbilityProfile.MagicalAbility' is a 'property' but is used like a 'type'
CS0246: Line 571: The type or namespace name 'SpecialAbility' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 584: The type or namespace name 'SpecialAbility' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 589: The type or namespace name 'AreaEffect' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 602: The type or namespace name 'AreaEffect' could not be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Based on these errors you're getting it just looks like you're missing files that are being called by the scrips. I could give you those, but I think they'll just keep making things more complicated.
What I did try was making a version of CreatureAnatomyGump that didn't use the AbilityProfile file.
Try to replace that CreatureAnatomyGump with this new one and get rid of AbilityProfile.
This compiled on my end and hope it works for you.
Good luck!