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!

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
bonjours j'ais le profil 1-85 alliance mais la au lvl 73 le bot met Could not find quest with ID 11277! (Or could I: False)
Could not create a performable quest objective for objective with ID 33355!
Could not create current in quest bot! Help please !

use the LK thread

also, re-svn, i added a check for u, too
 
Last edited:
After applying those changes I get:
PHP:
Plugin from C:\Games\World of Warcraft\HB0\Plugins\ProfessionBuddy could not be compiled! Compiler errors:
File: Tradeskill.cs Line: 306 Error: The name 'SupportedSkills' does not exist in the current context
File: Tradeskill.cs Line: 306 Error: The name 'skillLine' does not exist in the current context

Found said statermtn in line 306, line 158 contained the following (last line is 158):

PHP:
            {
                if (!string.IsNullOrEmpty(lua))
                    Lua.DoString(lua);

                int _recipeCount = RecipeCount;
                if (Skill != skillLine || _recipeCount <= 0)
                {// we failed to load tradeskill
                    throw new Exception(string.Format("Unable to load {0}", skillLine));
                }

EDIT: I tried replacing other the other occurences of that line as well and all resulted in PB not loading... :/
 
Last edited:
My Mistake sorry - but one more question

Hello,

sorry to less sleep the last days and so I did not see that you also have to check the guild option. Works great now - except one thing.

Do you think its possible that you make an option which of the 6 guild bank tabs to use? At the moment I handle this with guild account. No allowed to use 1,2,3,4 so it just open 5,6.

Would be great,
Thanx a lot again for your hard work,
Have a nice weekend,
cheers,
 
Last edited:
How are you guys dealing with the corrupted dryads in feralas? They like to kite the toon so the bot thinks the mob is out of range but the mob keeps range throwing anesthetic poison at my toon, so he just sits there (did it all night) targetting and then untargetting due to range etc.
 
I completely agree with Kiyumi... I've used this profile on a tauren and bloodelf so far and they have both failed to get past level 4
 
Code:
Could not generate any hotspots for quest Into the Raptor's Den. Please place a quest override for this quest.
....
 
Problem with the Human Paladin when you start questing... You need to train judgement and a seal for a quest. It learned judgement, but not the seal as it lacked money. It came up with this message
[ForceTrain(warning)]: *****
* THIS BEHAVIOR IS DEPRECATED, and may be retired in a near, future release.
*
* ForceTrain adds _no_ _additonal_ _value_ over the ForceSetVendor behavior.
* Please update the profile to use ForceSetVendor in preference to this Behavior.
*****
[ForceTrain(warning) @line 3790]: Attribute 'ForceTrain' is not recognized by this behavior--ignoring it.

I went and vendored some stuff and trained manually then started and it's going fine. Just thought you'd like to know :)

EDIT: Just tested on a second paladin I'm botting and had no such problem. Seems to be a minor issue.
 
Ive seen this problem mostly within EPL. Where the bot takes me through Corins Crossing and a couple other spots where there is a large gathering of undead, will run through them not getting dismounted, but then just dismounts and turns around to attack. not sure if the problem is here, but I am going to start here.
 
There will be a fix soon, but for those DIYers open Tradeskill.cs with a text editor, go to 158 and change
PHP:
loadSkill ? (skillLine == SkillLine.Mining ? "CastSpellByID(2656) " : string.Format("CastSpellByName('{0}') ", wowSkill.Name)) : "",
to
PHP:
 loadSkill ?  string.Format("CastSpellByID('{0}') ", SupportedSkills[skillLine]) : "",

1.0.0.30 already has the old line commented out and replaced with the new one and still no go :(
blank Action and Tradeskills tab, same error messages as before.
 
Code:
[21:04:40:456] Cleared POI
[21:04:40:457] Cleared POI - Reason Starting up
[21:04:40:458] Cleared POI
[21:04:41:386] %   Totem Bar:  removing slot #2
[21:04:41:411] %   Totem Bar:  setting slot #1 to 'Searing Totem'
[21:04:41:415] %   Totem Bar:  removing slot #3
[21:04:41:445] %   Totem Bar:  removing slot #4
[21:04:42:766] %   Mounted or Ghostwolf - will wait to buff/enchant out of form
[21:04:43:196] Compiling expression '(!IsQuestCompleted(27957))' @ line 6307
[21:04:43:827] Compiling quest behavior from 'E:\Mody WoWa\Honorbuddy\Quest Behaviors\InteractWith.cs'
[21:04:44:399] Could not compile quest behavior from 'E:\Mody WoWa\Honorbuddy\Quest Behaviors\InteractWith.cs'
[21:04:44:401] Line 314: Nie można zastosować operatora ?*? do argument?w operacji typu ?ulong? lub ?int?.
[21:04:44:401] Line 328: Nie można zastosować operatora ?*? do argument?w operacji typu ?ulong? lub ?int?.
[21:04:44:411] Stop called!
[21:04:44:468] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.()
   at Styx.Logic.BehaviorTree.TreeRoot.()
[21:04:44:469] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.()

I've downloaded profile and Quest Behaviors form SVN today, also changed <QuestOrder IgnoreCheckPoints="True" > to False. Shammy level 48 at Searing Gorge.
Any ideas?
 
There's a problem with all "log" quests... I don't know what has happened but it refuses to turn in log quests. Example:
Code:
[CompleteLogQuest(info) @line 4972]: Behavior sees 'done'.  Skipping behavior.
Could not find quest with ID 193! (Or could I: False)
Could not create a performable quest objective for objective with ID 3876!
Could not create current in quest bot!

HB4555 with latest custom behaviours (updated this afternoon). The log shows nothing irregular.
 
Code:
[21:04:40:456] Cleared POI
[21:04:40:457] Cleared POI - Reason Starting up
[21:04:40:458] Cleared POI
[21:04:41:386] %   Totem Bar:  removing slot #2
[21:04:41:411] %   Totem Bar:  setting slot #1 to 'Searing Totem'
[21:04:41:415] %   Totem Bar:  removing slot #3
[21:04:41:445] %   Totem Bar:  removing slot #4
[21:04:42:766] %   Mounted or Ghostwolf - will wait to buff/enchant out of form
[21:04:43:196] Compiling expression '(!IsQuestCompleted(27957))' @ line 6307
[21:04:43:827] Compiling quest behavior from 'E:\Mody WoWa\Honorbuddy\Quest Behaviors\InteractWith.cs'
[21:04:44:399] Could not compile quest behavior from 'E:\Mody WoWa\Honorbuddy\Quest Behaviors\InteractWith.cs'
[21:04:44:401] Line 314: Nie można zastosować operatora „*” do argument?w operacji typu „ulong” lub „int”.
[21:04:44:401] Line 328: Nie można zastosować operatora „*” do argument?w operacji typu „ulong” lub „int”.
[21:04:44:411] Stop called!
[21:04:44:468] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.()
   at Styx.Logic.BehaviorTree.TreeRoot.()
[21:04:44:469] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.()

I've downloaded profile and Quest Behaviors form SVN today, also changed <QuestOrder IgnoreCheckPoints="True" > to False. Shammy level 48 at Searing Gorge.
Any ideas?

are you using HB shipped everything? or did you copy and paste old behaviors in?
 
There's a problem with all "log" quests... I don't know what has happened but it refuses to turn in log quests. Example:
Code:
[CompleteLogQuest(info) @line 4972]: Behavior sees 'done'.  Skipping behavior.
Could not find quest with ID 193! (Or could I: False)
Could not create a performable quest objective for objective with ID 3876!
Could not create current in quest bot!

HB4555 with latest custom behaviours (updated this afternoon). The log shows nothing irregular.

re-download via svn. it's a bot cache issue (bot sometimes is dumb). but i stuck a check in there for that quest line
 
How about we stop requesting additions and minor fixes to the bot so they can finally work on HB3....

How about we give the devs a list of stuff we want in the core, or in addition to the new / current HB? There are obvious things that need to be added, and that's why this thread exists... for that sole reason for people to voice their enhancement opinions, for others to agree for more, or even other users can help to easily make behaviors / plugins / etc from the ideas here.

We the people ... have a voice. Regardless if people just want a new HB3, guess what? These requests will still be here.

Now, this is not a debate thread. It's a request / enhancement thread. Anyone with requests / enhancements, please voice your opinions.
 
Last edited:
re-download via svn. it's a bot cache issue (bot sometimes is dumb). but i stuck a check in there for that quest line
I'll redownload. But it's not just that questline I'm afraid. I've had to manually intervene with every "log" quest from level 1 until where I am now (Nessingwary).
 
Status
Not open for further replies.
Back
Top