public virtual bool BlackCloud (mobile from)'Mobile' should be capitalized.
from.Effects.SendLocationEffect(new Point3D(from.X+1, from.Y, from.Z+4), from.Map, 0x3728, 13);All these 'from.Effects.SendLocationEffect' should just be 'Effects.SendLocationEffect'
Method is a bool but has no return...