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

Errors while initiating wildbuddy

Tig3rclaw

New Member
Joined
Nov 16, 2015
Messages
30
Reaction score
1
I get these errors in my Wildbuddy

Any idea how I can work around these?


[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\CastOnTag.cs(315,67) : error CS0176: Member 'Buddy.Wildstar.BotCommon.Blacklist.Contains(uint)' cannot be accessed with an instance reference; qualify it with a type name instead
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\CastOnTag.cs(350,21) : error CS1501: No overload for method 'Add' takes 1 arguments
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\CastOnTag.cs(364,25) : error CS1502: The best overloaded method match for 'Buddy.Wildstar.BotCommon.Blacklist.Add(uint, System.TimeSpan)' has some invalid arguments
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\CastOnTag.cs(364,51) : error CS1503: Argument 2: cannot convert from 'int' to 'System.TimeSpan'
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\DDCollectTag.cs(389,21) : error CS1502: The best overloaded method match for 'Buddy.Wildstar.BotCommon.Blacklist.Add(uint, System.TimeSpan)' has some invalid arguments
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\DDCollectTag.cs(389,47) : error CS1503: Argument 2: cannot convert from 'int' to 'System.TimeSpan'
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\DDCollectTag.cs(401,17) : error CS0176: Member 'Buddy.Wildstar.BotCommon.Blacklist.Contains(uint)' cannot be accessed with an instance reference; qualify it with a type name instead
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\KillTag.cs(397,21) : error CS1502: The best overloaded method match for 'Buddy.Wildstar.BotCommon.Blacklist.Add(uint, System.TimeSpan)' has some invalid arguments
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\KillTag.cs(397,47) : error CS1503: Argument 2: cannot convert from 'int' to 'System.TimeSpan'
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\KillTag.cs(410,17) : error CS0176: Member 'Buddy.Wildstar.BotCommon.Blacklist.Contains(uint)' cannot be accessed with an instance reference; qualify it with a type name instead
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\KillTag.cs(435,17) : error CS0176: Member 'Buddy.Wildstar.BotCommon.Blacklist.Contains(uint)' cannot be accessed with an instance reference; qualify it with a type name instead
[Compiler Error] c:\Data\Games\Automation\BuddyBETA\Plugins\ProfileTags\KillTag.cs(457,17) : error CS0176: Member 'Buddy.Wildstar.BotCommon.Blacklist.Contains(uint)' cannot be accessed with an instance reference; qualify it with a type name instead
 
and when i start to run a profile, I get this error


Cannot generate paths before the map is initialized
 
Back
Top