I'm getting this error when I try to use any of Cava's profiles and I don't know what to do
Compiler Error: Honorbuddy\Plugins\AutoEquip2\AutoEquip.cs(99,26) : error CS0246: The type or namespace name 'WeightSetEx' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(65,1) : error CS1519: Invalid token '<<' in class, struct, or interface member declaration
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(66,9) : error CS1585: Member modifier 'public' must precede the member type and name
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(67,1) : error CS1519: Invalid token '==' in class, struct, or interface member declaration
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(69,1) : error CS1519: Invalid token '>' in class, struct, or interface member declaration
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(70,9) : error CS1585: Member modifier 'public' must precede the member type and name
and here is another example
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Cava\CavaVehicleMover.cs(406,37) : error CS1729: 'Honorbuddy.QuestBehaviorCore.UtilityBehaviorPS.MoveTo' does not contain a constructor that takes 5 arguments
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(785,34) : error CS1593: Delegate 'System.Func<object,Buddy.Coroutines.Coroutine>' does not take 0 arguments
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(785,40) : error CS1662: Cannot convert lambda expression to delegate type 'System.Func<object,Buddy.Coroutines.Coroutine>' because some of the return types in the block are not implicitly convertible to the delegate return type
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(832,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(891,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(900,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(904,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(908,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(912,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(916,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(950,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(989,7) : error CS1502: The best overloaded method match for 'Honorbuddy.QuestBehaviorCore.UtilityCoroutine.UseItem(int, System.Action, System.Action, System.Action)' has some invalid arguments
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(991,8) : error CS1503: Argument 2: cannot convert from 'Styx.WoWInternals.WoWObjects.WoWObject' to 'System.Action'
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1091,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1133,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1140,33) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1252,20) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1275,18) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1281,18) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1282,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1284,19) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1288,19) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1314,18) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1386,17) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1445,17) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
and I'm confused and I don't know what to do with these errors.
I'm sure it's something in my end, but I don't know how to work around this or fix it.
Compiler Error: Honorbuddy\Plugins\AutoEquip2\AutoEquip.cs(99,26) : error CS0246: The type or namespace name 'WeightSetEx' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(65,1) : error CS1519: Invalid token '<<' in class, struct, or interface member declaration
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(66,9) : error CS1585: Member modifier 'public' must precede the member type and name
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(67,1) : error CS1519: Invalid token '==' in class, struct, or interface member declaration
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(69,1) : error CS1519: Invalid token '>' in class, struct, or interface member declaration
Compiler Error: Honorbuddy\Plugins\CavaPlugin\CavaPlugin.cs(70,9) : error CS1585: Member modifier 'public' must precede the member type and name
and here is another example
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Cava\CavaVehicleMover.cs(406,37) : error CS1729: 'Honorbuddy.QuestBehaviorCore.UtilityBehaviorPS.MoveTo' does not contain a constructor that takes 5 arguments
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(785,34) : error CS1593: Delegate 'System.Func<object,Buddy.Coroutines.Coroutine>' does not take 0 arguments
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(785,40) : error CS1662: Cannot convert lambda expression to delegate type 'System.Func<object,Buddy.Coroutines.Coroutine>' because some of the return types in the block are not implicitly convertible to the delegate return type
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(832,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(891,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(900,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(904,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(908,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(912,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(916,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(950,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(989,7) : error CS1502: The best overloaded method match for 'Honorbuddy.QuestBehaviorCore.UtilityCoroutine.UseItem(int, System.Action, System.Action, System.Action)' has some invalid arguments
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(991,8) : error CS1503: Argument 2: cannot convert from 'Styx.WoWInternals.WoWObjects.WoWObject' to 'System.Action'
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1091,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1133,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1140,33) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1252,20) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1275,18) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1281,18) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1282,34) : error CS1061: 'Buddy.Coroutines.Coroutine' does not contain a definition for 'LastResult' and no extension method 'LastResult' accepting a first argument of type 'Buddy.Coroutines.Coroutine' could be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1284,19) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1288,19) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1314,18) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1386,17) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
[Compiler Error]: c:\Users\Kari\Documents\Honorbuddy\Quest Behaviors\Development\InteractWithV2.cs(1445,17) : error CS0103: The name 'StyxCoroutine' does not exist in the current context
and I'm confused and I don't know what to do with these errors.
I'm sure it's something in my end, but I don't know how to work around this or fix it.