Hungrydane
Member
- Joined
- Jan 15, 2010
- Messages
- 137
- Reaction score
- 0
Currently it's only my gatherbuddy function of Honorbuddy that works. This is an issue as im trying to level up an alt.
Cant attach logfile as it gives me "Cant move/copy that file" when trying so heres the Compile error part:
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\DebuggingTheTerrace.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(42,18) : error CS0101: The namespace 'Styx.Bot.Quest_Behaviors.InteractWith' already contains a definition for 'InteractWith'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(44,21) : error CS0102: The type 'Styx.Bot.Quest_Behaviors.InteractWith.InteractWith' already contains a definition for 'ObjectType'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(50,21) : error CS0102: The type 'Styx.Bot.Quest_Behaviors.InteractWith.InteractWith' already contains a definition for 'NpcStateType'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(58,21) : error CS0102: The type 'Styx.Bot.Quest_Behaviors.InteractWith.InteractWith' already contains a definition for 'NavigationType'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(465,25) : error CS0101: The namespace 'Styx.Bot.Quest_Behaviors.InteractWith' already contains a definition for 'WoWUnitExtensions'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(475,11) : error CS0101: The namespace 'Styx.Bot.Quest_Behaviors.InteractWith' already contains a definition for 'BehaviorBlacklist'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(482,15) : error CS0102: The type 'Styx.Bot.Quest_Behaviors.InteractWith.BehaviorBlacklist' already contains a definition for 'BlacklistTime'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\KeyToSuccess.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\Laosy.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\LittleHatchlings.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\MantidUnderFire.cs(16,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\Pompfruit.cs(24,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\RidingTheStorm.cs(24,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\Silkfeather.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\ThunderingSkies.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\Deprecated\Escort6641.cs(19,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.Escort6641' already contains a definition for 'Escort6641'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\30264-VOEB-EnemyattheGates.cs(15,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\32535-IoT-SkumbladeThreat.cs(18,18) : error CS0101: The namespace 'SkumbladeThreat' already contains a definition for 'SkumbladeThreat'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\DeathknightStart\FindAndBeatNpcs.cs(35,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.FindAndBeatNpcs' already contains a definition for 'FindAndBeatNpcs'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\DeathknightStart\IntotheRealmofShadows.cs(31,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.IntotheRealmofShadows' already contains a definition for 'IntotheRealmofShadows'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\DeathknightStart\TheGiftThatKeepsOnGiving.cs(44,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.TheGiftThatKeepsOnGiving' already contains a definition for 'TheGiftThatKeepsOnGiving'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\DeathknightStart\TheGiftThatKeepsOnGiving.cs(299,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.TheGiftThatKeepsOnGiving' already contains a definition for 'WoWUnitExtentions'
[11:27:26.835 D] Styx.HonorbuddyUnableToStartException: Errors in quest behaviors!
Cant attach logfile as it gives me "Cant move/copy that file" when trying so heres the Compile error part:
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\DebuggingTheTerrace.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(42,18) : error CS0101: The namespace 'Styx.Bot.Quest_Behaviors.InteractWith' already contains a definition for 'InteractWith'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(44,21) : error CS0102: The type 'Styx.Bot.Quest_Behaviors.InteractWith.InteractWith' already contains a definition for 'ObjectType'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(50,21) : error CS0102: The type 'Styx.Bot.Quest_Behaviors.InteractWith.InteractWith' already contains a definition for 'NpcStateType'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(58,21) : error CS0102: The type 'Styx.Bot.Quest_Behaviors.InteractWith.InteractWith' already contains a definition for 'NavigationType'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(465,25) : error CS0101: The namespace 'Styx.Bot.Quest_Behaviors.InteractWith' already contains a definition for 'WoWUnitExtensions'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(475,11) : error CS0101: The namespace 'Styx.Bot.Quest_Behaviors.InteractWith' already contains a definition for 'BehaviorBlacklist'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\InteractWith2.cs(482,15) : error CS0102: The type 'Styx.Bot.Quest_Behaviors.InteractWith.BehaviorBlacklist' already contains a definition for 'BlacklistTime'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\KeyToSuccess.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\Laosy.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\LittleHatchlings.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\MantidUnderFire.cs(16,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\Pompfruit.cs(24,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\RidingTheStorm.cs(24,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\Silkfeather.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\ThunderingSkies.cs(20,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\Deprecated\Escort6641.cs(19,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.Escort6641' already contains a definition for 'Escort6641'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\30264-VOEB-EnemyattheGates.cs(15,18) : error CS0101: The namespace 'Blastranaar' already contains a definition for 'Blastranaar'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\32535-IoT-SkumbladeThreat.cs(18,18) : error CS0101: The namespace 'SkumbladeThreat' already contains a definition for 'SkumbladeThreat'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\DeathknightStart\FindAndBeatNpcs.cs(35,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.FindAndBeatNpcs' already contains a definition for 'FindAndBeatNpcs'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\DeathknightStart\IntotheRealmofShadows.cs(31,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.IntotheRealmofShadows' already contains a definition for 'IntotheRealmofShadows'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\DeathknightStart\TheGiftThatKeepsOnGiving.cs(44,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.TheGiftThatKeepsOnGiving' already contains a definition for 'TheGiftThatKeepsOnGiving'
[11:27:24.377 N] [Compiler Error]: c:\Users\KPK\Desktop\Honor your elders\Quest Behaviors\SpecificQuests\DeathknightStart\TheGiftThatKeepsOnGiving.cs(299,18) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.DeathknightStart.TheGiftThatKeepsOnGiving' already contains a definition for 'WoWUnitExtentions'
[11:27:26.835 D] Styx.HonorbuddyUnableToStartException: Errors in quest behaviors!






