Getting this is my error when I try to run it:
Starting the bot!
Currently Using BotBase : Questing
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Quest Behaviors\CombatUseItemOnV2.cs(221,18) : error CS0260: Missing partial modifier on declaration of type 'Honorbuddy.Quest_Behaviors.CombatUseItemOnV2.CombatUseItemOnV2'; another partial declaration of this type exists
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Quest Behaviors\CombatUseItemOnV2.cs(225,21) : error CS0102: The type 'Honorbuddy.Quest_Behaviors.CombatUseItemOnV2.CombatUseItemOnV2' already contains a definition for 'UseItemStrategyType'
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Quest Behaviors\InteractWith.cs(342,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.InteractWith' already contains a definition for 'InteractWith'
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Quest Behaviors\InteractWith.cs(346,21) : error CS0102: The type 'Honorbuddy.Quest_Behaviors.InteractWith.InteractWith' already contains a definition for 'NavigationModeType'
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Quest Behaviors\InteractWith.cs(353,21) : error CS0102: The type 'Honorbuddy.Quest_Behaviors.InteractWith.InteractWith' already contains a definition for 'QuestFrameDisposition'
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Quest Behaviors\Vehicles\BasicVehicleBehaviour.cs(43,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.BasicVehicleBehaviour' already contains a definition for 'BasicVehicleBehaviour'
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Quest Behaviors\Vehicles\MountVehOnly.cs(29,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.MountVehOnly' already contains a definition for 'MountVehOnly'
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Quest Behaviors\Vehicles\NoControlVehicle.cs(29,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.NoControlVehicle' already contains a definition for 'NoControlVehicle'
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Quest Behaviors\Vehicles\VehicleBehavior.cs(27,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.VehicleBehavior' already contains a definition for 'VehicleBehavior'
[Compiler Error]: c:\HonorBuddy\Quest Behaviors\Vehicles\VehicleMover.cs(175,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.Vehicles.VehicleMover' already contains a definition for 'VehicleMover'
Errors in quest behaviors!
Bot Stopped! Reason: Errors in quest behaviors!
I copied and pasted the plugins and new quest behaviors into the plugins and quest behaviors profile, which is what i assume you to to merge them? didn't ovewrite them, and I didn't just paste the new quest behaviors into the old one.