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!

Could not create current in quest bot

  • Thread starter Thread starter TheSun5687
  • Start date Start date
Status
Not open for further replies.
T

TheSun5687

Guest
Happened while questing at Camp Everstill (first series of quests)

Debug information:

"Object reference not set to an instance of an object" being traced to:

[3:15:02 PM:468] Compiling quest behavior from 'C:\Users\(my name here)\(bot path here)\Quest Behaviors\CollectThings.cs'
[3:15:02 PM:978] Could not compile quest behavior from 'C:\Users\(my name here)\(bot path here)\Quest Behaviors\CollectThings.cs'
[3:15:02 PM:979] Line 934: 'Styx.WoWInternals.WoWObjects.WoWMovementInfo' does not contain a definition for 'SwimSpeed' and no extension method 'SwimSpeed' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.WoWMovementInfo' could be found (are you missing a using directive or an assembly reference?)
[3:15:02 PM:979] Line 1241: 'Styx.WoWInternals.WoWObjects.WoWMovementInfo' does not contain a definition for 'SwimSpeed' and no extension method 'SwimSpeed' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.WoWMovementInfo' could be found (are you missing a using directive or an assembly reference?)
[3:15:02 PM:981] Stop called!
[3:15:02 PM:995] Activity: Honorbuddy Stopped
[3:15:03 PM:013] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
at Styx.Logic.BehaviorTree.TreeRoot.Run()
[3:15:03 PM:014] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.Run()
 
copy / paste the collectthings behavior from my svn into your copy of hb. restart hb
 
Thanks for the quick reply. I updated with your current SVN, replaced quest behaviors and everything worked out.
 
Hey kicks, ive been having this issue aswell. For some reason i dont seem to be able to find collectthings behaviour in your svn :s ive copied over the Qb's before but cant see them now, i am full of flu so may have missed it :S
 
I will help you man. :)

1) Download his latest SVN (https://kicks-scripts.googlecode.com/svn/trunk/), place inside of default profiles
2) Navigate to the default profile folder and go inside of the kicks-scripts folder
3) Navigate to (Default Profile/kicks-scripts/Kick's Profiles/1-85 Questing Profile Pack/Quest Behaviors)
4) Copy all of the files in the Quest Behavior folder
5) Navigate to (main bot folder)/Quest Behaviors and paste the files in there (ctl + v) OR (right click -> paste)
6) Once asked whether or not to keep the original files or to replace, choose replace for every file it asks
7) Restart honorbuddy and ENJOY
 
I'm having the same issue. I've already updated Kicks SVN and replaced the plugins & QB but still no luck. I've also re-extracted the program into a clean directory and no luck.

Code:
[5:00:06 PM:220] Compiling expression 'HasQuest(10852) && !IsQuestCompleted(10852)' @ line 2302
[5:00:06 PM:523] Compiling quest behavior from 'C:\HonorBuddy\Hb\Quest Behaviors\CollectThings.cs'
[5:00:06 PM:883] Could not compile quest behavior from 'C:\HonorBuddy\Hb\Quest Behaviors\CollectThings.cs'
[5:00:06 PM:884] Line 934: 'Styx.WoWInternals.WoWObjects.WoWMovementInfo' does not contain a definition for 'SwimSpeed' and no extension method 'SwimSpeed' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.WoWMovementInfo' could be found (are you missing a using directive or an assembly reference?)
[5:00:06 PM:884] Line 1241: 'Styx.WoWInternals.WoWObjects.WoWMovementInfo' does not contain a definition for 'SwimSpeed' and no extension method 'SwimSpeed' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.WoWMovementInfo' could be found (are you missing a using directive or an assembly reference?)
[5:00:06 PM:885] Could not create current in quest bot; exception was thrown
[5:00:06 PM:885] System.NullReferenceException: Object reference not set to an instance of an object.
   at Bots.Quest.QuestOrder.ForcedCodeBehavior._Aoc(Assembly asm, Dictionary`2 args)
   at Bots.Quest.QuestOrder.ForcedCodeBehavior..ctor(CodeNode codeNode)
   at Bots.Quest.Actions.ForcedBehaviorExecutor._enc(OrderNode node)
   at Bots.Quest.Actions.ForcedBehaviorExecutor._nF.MoveNext()
[5:00:06 PM:885] Stop called!
[5:00:06 PM:911] Activity: Honorbuddy Stopped
[5:00:06 PM:925] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Tick()
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
[5:00:06 PM:925] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
 
problems with the bot

Hello i also got problems with the bot, I got the meassage could not create current in quest bot; exception was thrown i willpost my files and hope u will be able to help me!
 

Attachments

Status
Not open for further replies.
Back
Top