Here is whats going on in my console when i start up the bot. Could any one help me out on figuring out whats going on? I know next to nothing about this kinda stuff [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\KupoRoutine.cs(18,7) : warning CS0105: The using directive for 'Kupo.Settings' appeared previously in this namespace [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\Rotations\AllBasicClasses.cs(32,30) : error CS0239: 'Kupo.Rotations.AllBasicClasses.Initialize()': cannot override inherited member 'Kupo.KupoRoutine.Initialize()' because it is sealed [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\Rotations\AllBasicClasses.cs(45,29) : error CS1715: 'Kupo.Rotations.AllBasicClasses.PullRange': type must be 'float' to match overridden member 'ff14bot.AClasses.CombatRoutine.PullRange' [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\Rotations\AllBasicClasses.cs(53,38) : error CS0115: 'Kupo.Rotations.AllBasicClasses.CreatePreCombatBuffs()': no suitable method found to override [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\Rotations\AllBasicClasses.cs(57,38) : error CS0115: 'Kupo.Rotations.AllBasicClasses.CreateRest()': no suitable method found to override [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\Rotations\AllBasicClasses.cs(76,40) : error CS0115: 'Kupo.Rotations.AllBasicClasses.CreateHeal()': no suitable method found to override [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\Rotations\AllBasicClasses.cs(129,38) : error CS0115: 'Kupo.Rotations.AllBasicClasses.CreatePull()': no suitable method found to override [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\Rotations\AllBasicClasses.cs(140,38) : error CS0115: 'Kupo.Rotations.AllBasicClasses.CreateCombatBuffs()': no suitable method found to override [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\Rotations\AllBasicClasses.cs(169,38) : error CS0115: 'Kupo.Rotations.AllBasicClasses.CreateCombat()': no suitable method found to override [23:50:03.553 N] Compiler Error: k:\RBBFFXIV\Routines\Kupo\Rotations\AllBasicClasses.cs(29,11) : error CS0534: 'Kupo.Rotations.AllBasicClasses' does not implement inherited abstract member 'ff14bot.AClasses.CombatRoutine.PullRange.get'