Moggflunkie
New Member
- Joined
- Mar 23, 2013
- Messages
- 19
- Reaction score
- 0
Every time that I try to start the bot I get an error:
There is a long list of these referencing various quest behaviors. I have made a fresh install and tried to delete the behaviors that gave me an error, this works once then when I try to start it again it gives me the same error but with different files.
I have tried reinstalling several times and it does not seem to help.
Code:
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\DebuggingTheTerrace.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\KeyToSuccess.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\Laosy.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\LittleHatchlings.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\MantidUnderFire.cs(16,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\Pompfruit.cs(24,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\RidingTheStorm.cs(24,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\Silkfeather.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\ThunderingSkies.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\Deprecated\Escort6641.cs(19,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.Escort6641' already contains a definition for 'Escort6641'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\SpecificQuests\30264-VOEB-EnemyattheGates.cs(15,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\SpecificQuests\DeathknightStart\FindAndBeatNpcs.cs(35,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.FindAndBeatNpcs' already contains a definition for 'FindAndBeatNpcs'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\SpecificQuests\DeathknightStart\IntotheRealmofShadows.cs(31,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.IntotheRealmofShadows' already contains a definition for 'IntotheRealmofShadows'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\SpecificQuests\DeathknightStart\TheGiftThatKeepsOnGiving.cs(44,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.TheGiftThatKeepsOnGiving' already contains a definition for 'TheGiftThatKeepsOnGiving'
[Compiler Error]: c:\Users\Moggflunkie\Desktop\Honorbuddy\Quest Behaviors\SpecificQuests\DeathknightStart\TheGiftThatKeepsOnGiving.cs(299,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.TheGiftThatKeepsOnGiving' already contains a definition for 'WoWUnitExtentions'
Errors in quest behaviors!
Bot Stopped! Reason: Errors in quest behaviors!
There is a long list of these referencing various quest behaviors. I have made a fresh install and tried to delete the behaviors that gave me an error, this works once then when I try to start it again it gives me the same error but with different files.
I have tried reinstalling several times and it does not seem to help.