What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Compile Error - Cava and Kick

Status
Not open for further replies.

Kariwinz

New Member
Joined
Jul 26, 2014
Messages
2
Reaction score
0
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.
 
Maybe a re-install could help?

I tried the reinstall but that didn't help.
I used SVN to update then individually but I'm still getting a error for Autoequip in Honorbuddy, but I tried the other forums and still no luck.

It seems to be fine now, but there are some errors in the updating for Cava. Saying that I have corrupted files. How do I fix corrupted files
 
I tried the reinstall but that didn't help.
I used SVN to update then individually but I'm still getting a error for Autoequip in Honorbuddy, but I tried the other forums and still no luck.

It seems to be fine now, but there are some errors in the updating for Cava. Saying that I have corrupted files. How do I fix corrupted files

Hi, Karaiwinz,

Webhond is right—the problem is with your installation. Please carefully follow the instructions here:

If you continue to have problems after this, please open a new thread in the Support forum, and don't forget to attach your full log.

Thread closed—follow up to Support forum, if you've still issues.

cheers,
chinajade
 
Status
Not open for further replies.
Back
Top