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.
Can anyone post an example on how to make a custom action to take a ride from a flightmaster.

would be much appreciated.

I've been looking for some stuff on this too, couldn't find anything and it's hard to get any help on the subject
 
Any word on that log I posted? Not sure what gave that error but till I get word from here, IDK what to do and I cant use the profile :(
 
[SetHearthstone-vUnknown(error)]: The 'Y' attribute's value (saw '-2645.225') is not on the closed interval [0..1.79769313486232E+308].
[SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsDouble' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<double>("Z", True, new ConstrainTo.Domain<double>(0, 1.79769313486232E+308), null)

[SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsString' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAs<string>("Name", False, null, null)

Getting that error. What do I do?

Did you copy the Profile-QB into the right Folder?
 
How do you get it so it will always mount up? I want it to use the goblin trike but it doesnt work :( help needed!
 
That Plugin works very very well and im loving it.
Atm I am looking for an Lavascale profile and I hope some one of you people can help me to find one.
 
I'd also like an option/Improvement when using the Sell to AH function.

Category Weapon --> Quality Green
Category Armor --> Quality Green

Perhaps also include Blue quality.

Might not be possible because of different unique ItemId's on the stuff ;(
 
Last edited:
So lately i have been having some problems, and i tried literally everything i could think off, including fresh install, load profile thingy, try update plugin(new one doesnt even detects it) and more. but i keep getting this error :

Err: System.NullReferenceException: Object reference not set to an instance of an object.
at Bots.Quest.QuestBot.Start()
at Styx.Logic.BehaviorTree.TreeRoot.Start()
at HighVoltz.MainForm.ToggleStart() in c:\Users\User\Downloads\Buddyzor\Plugins\ProfessionBuddy\MainForm.cs:line 325
 
level 29 still in ashenvale :/

Am I doing something wrong or is it because im wearing heirlooms, but its not transitioning to a higher level zome it doesnt appear. Im using SVN so I know all of the profile files are correct, i put the quest behaviors in and Im using the plugin.

Additionally, is there a way to manually forward my progress. I.E. going to a different zone and loading one of the later profies, or will it just pick up where it left off?
 
Last edited:
my profile is currently stuck in WPL, farming haunting vision and wailing dead at gahrons withering, no quests in quest log..., all it says at the bottom of HB is moving to hotspot, it just circles the field and kills mobs thats all
 
Last edited:
about 80% of the q you have to help the bot.

mesh problems, stucking, going to wrong waypoint so you have to start/stop

my opinion, is faster to make the q by hand for worgen

later edit: probably because I was a hunter :)
 
Last edited:
Everytime i run this profile, it bugs at 'Saving Foreman Oslow'. The problem is, it runs into the rethban caves and gets the ettin control orb. but then, the toon runs straight to Lakeshire where the boulder is. It never tries to catch and control an ettin. Without Ettin -> fail!
 
my profile is currently stuck in WPL, farming haunting vision and wailing dead at gahrons withering, no quests in quest log..., all it says at the bottom of HB is moving to hotspot, it just circles the field and kills mobs thats all

check the info tab - it will say grinding to level 41
 
Everytime i run this profile, it bugs at 'Saving Foreman Oslow'. The problem is, it runs into the rethban caves and gets the ettin control orb. but then, the toon runs straight to Lakeshire where the boulder is. It never tries to catch and control an ettin. Without Ettin -> fail!

i'm quite aware of the issue; it's a behavior issue, and this part of the chain is required for most of the zone to continue. it used to work a long time ago
 
Please learn to real the instructions on the first page

Copy from Page 1
I do not support Heirlooms for all quests, but I do not disregard you to use them, just be aware that it may produce unwanted loops and remove the AFK-ability of the profiles.

other words, thats way you do low lvl areas/quests.
 
Last edited:
Am I doing something wrong or is it because im wearing heirlooms, but its not transitioning to a higher level zome it doesnt appear. Im using SVN so I know all of the profile files are correct, i put the quest behaviors in and Im using the plugin.

Additionally, is there a way to manually forward my progress. I.E. going to a different zone and loading one of the later profies, or will it just pick up where it left off?

I've been using heirlooms leveling my hunter. Shes had them since level 1 and is now 54. No problems at all.


Edit
Side note: For everyone going to use the Burning Steppes profile. Be ready to die a lot hah, this profile loves the lava for some reason, and every second in it does 600-800 damage.
 
Last edited:
I have tried searching using google to search the site and the site search itself. Does PB have the ability to send the command "/use Lesser Celestial Essence" ? I have tried Custom Action but so far I haven't gotten anything. Please help if you can :)
 
So lately i have been having some problems, and i tried literally everything i could think off, including fresh install, load profile thingy, try update plugin(new one doesnt even detects it) and more. but i keep getting this error :

Err: System.NullReferenceException: Object reference not set to an instance of an object.
at Bots.Quest.QuestBot.Start()
at Styx.Logic.BehaviorTree.TreeRoot.Start()
at HighVoltz.MainForm.ToggleStart() in c:\Users\User\Downloads\Buddyzor\Plugins\ProfessionBuddy\MainForm.cs:line 325

try latest SVN release. fixed that today.
 
I have tried searching using google to search the site and the site search itself. Does PB have the ability to send the command "/use Lesser Celestial Essence" ? I have tried Custom Action but so far I haven't gotten anything. Please help if you can :)
Custom action with this has same effect
Lua.DoString("UseItemByName('Lesser Celestial Essence')");

you can also replace 'Lesser Celestial Essence' with a wowhead Item ID, e.g Lua.DoString("UseItemByName(1337)");
 
Status
Not open for further replies.
Back
Top