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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

professionbuddy + singular problem

escequi

New Member
Joined
Nov 25, 2011
Messages
143
Problem 1: PB dont compile
Code:
[19:25:05:109] Could not compile bot from C:\Documents and Settings\escequi\Desktop\downloads\hacks\WoW\4.3\HB\Bots\ProfessionBuddy
[19:25:05:187] File: DynamicCode.cs Line: 46 Error: Member 'HighVoltz.Professionbuddy.BotPath' cannot be accessed with an instance reference; qualify it with a type name instead
File: DynamicCode.cs Line: 75 Error: 'HighVoltz.PbProfile' does not contain a definition for 'Branch' and no extension method 'Branch' accepting a first argument of type 'HighVoltz.PbProfile' could be found (are you missing a using directive or an assembly reference?)
File: DynamicCode.cs Line: 348 Error: 'HighVoltz.PbProfile' does not contain a definition for 'Branch' and no extension method 'Branch' accepting a first argument of type 'HighVoltz.PbProfile' could be found (are you missing a using directive or an assembly reference?)
File: Declaration.cs Line: 25 Error: 'HighVoltz.CsharpCodeType' does not contain a definition for 'Declaration'

Problem 2: Singular error
Code:
[19:45:00:093] Changed POI to:Type: Kill, Name: Phase Hunter
[19:45:00:500] System.NullReferenceException: Object reference not set to an instance of an object.
   at TreeSharp.Decorator.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at Styx.Logic.BehaviorTree.TreeRoot.Tick()
[19:45:00:500] Cleared POI - Reason Exception in Root.Tick()
[19:45:00:500] Cleared POI
[19:45:00:687] Activity: Setting Phase Hunter at 16 yards as your target
[19:45:00:687] Changed POI to:Type: Kill, Name: Phase Hunter
[19:45:00:937] System.NullReferenceException: Object reference not set to an instance of an object.
   at TreeSharp.Decorator.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
   at (Object )
   at TreeSharp.Composite.Tick(Object context)
   at Styx.Logic.BehaviorTree.TreeRoot.Tick()
 
Back
Top