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

Please help, Compiler error.

lancerx78

New Member
Joined
Sep 30, 2012
Messages
108
Reaction score
0
I am trying to get a friends bot working like mine. I am using questplugin for exilebuddy which works great for me , but he gets this compiler error every time he tries to launch his buddy bot.

Below is the compiler error. I had him delete his bot folder and re-download the .net framework and visual basics file that is the pre-req to running the bot. The bot still works, and all the plugins work except this one, which is wierd because even after a fresh install it does same error. I downloaded a clean install and mine worked with the exact same files. he even tried isntalling in different folder on second hard drive.

Any suggestions as to why this is happening for him and not for me with the same exact files and file structure?

h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(133,26) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(464,50) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(541,45) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(542,49) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(543,47) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(544,45) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(545,45) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(798,50) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1354,29) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1314,37) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1829,22) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1974,33) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1975,37) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1976,35) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1977,33) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1826,37) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(4254,22) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(4251,37) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(4920,84) : warning CS0642: Possible mistaken empty statement
 
I am trying to get a friends bot working like mine. I am using questplugin for exilebuddy which works great for me , but he gets this compiler error every time he tries to launch his buddy bot.

Below is the compiler error. I had him delete his bot folder and re-download the .net framework and visual basics file that is the pre-req to running the bot. The bot still works, and all the plugins work except this one, which is wierd because even after a fresh install it does same error. I downloaded a clean install and mine worked with the exact same files. he even tried isntalling in different folder on second hard drive.

Any suggestions as to why this is happening for him and not for me with the same exact files and file structure?

h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(133,26) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(464,50) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(541,45) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(542,49) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(543,47) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(544,45) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(545,45) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(798,50) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1354,29) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1314,37) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1829,22) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1974,33) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1975,37) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1976,35) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1977,33) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(1826,37) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(4254,22) : error CS0103: The name 'QuestPluginSettings' does not exist in the current context
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(4251,37) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: h:\Cheats\EB\Plugins\QuestPlugin\QuestPlugin.cs(4920,84) : warning CS0642: Possible mistaken empty statement

Hey lancerx78, download a clean copy here and overwrite the old files. It's best to delete the contents of the QuestPlugin directory and copy the file below over it.
View attachment QuestPlugin-12-11-2014-4.5.zip
 
OK thanks I will get him to give this a shot and let ya know how it works. Thanks again.
 
Thanks for the great help, this fixed the problem. Working great now.
 
Back
Top