kevinnguyen
New Member
- Joined
- Feb 18, 2010
- Messages
- 15
- Reaction score
- 0
I'm using the Baron Rivendare profile and it won't sell when bags are full. Did I install anything incorrectly?
I'll need to investigate it myself.When my bot dies at the entrance to the instance. The bot will not release spirit. If I press the release spirit button manually the bot will rez at the GY and proceed to run off the edge of the map in Netherstorm causing him to plunge to his death. Any ideas please?
It sounds to me that Honorbuddy's built-in vendor routine is causing the issues.Hi Echo,
I suspected an interesting bug or missbehaivor lately. Running ARelog for 2 account using 1 HB zip latest release and a copy of it for the two toon mail recipients set up correctly within them.
lvl90 pally - HoL Insanity - Do not use mailing just running between entrance using traveller mount / camp for vendor runs when reach <20 free slot after selling everything, only modification in the profil raised up free bag slot from 17 to 27 (did not touched the <20 slot for mail)
lvl85 druid - HoL Medium - Mails after every vendor run (there are 73 empty bag slots) only modification free bag slot from 17 to 27
Any idea why not the pally mailing at all? and why druid mailing after all vendor run?
I'll be adding the durability checks today. They were overlooked.hello and thank you for your hard work!
could you please add some kind of durability check for outdoor farming profiles(pandaria)? having issues with this
also found an issue - if it happens that it got a treasure chest in inventory when he has a mailing window open - he will freeze and go afk for hours. when i manually open that treasure in inv - he continues as he should.
That was marked as an optimization option earlier. I've just never got around to adding it.I love your profile packs, especially the dungeon farming ones. Quick question, when you check the time on the dungeon run and decide to wait inside, would it be possible to check your bag space first, if you're going to have to sell waiting inside for 15 seconds and then selling seems like overkill. Just a thought. Love all the hardwork you have put into these profiles.
I'm not entirely sure which Lua script would return true/false if an item is Bind on Pickup or not.Noob question is there anyway to turn off random mount ? its off in the HB setting and i have mounts assigned for both ground and flying buy it keeps picking random mounts
Also what would i need to edit to make the bot put all DE-able items in GB along with the cloth its getting?#
Great profiles keep up the good work
The profile is coded to mail, and other people have had no issues with it so I couldn't say it's entirely a profile issue.Hey echo i encountered a pretty bad problem regarding your sra´vess profiles...it works flawless until the bags are full then the bot sells greens food etc. and starts to farm again...but never mails instead i wake up to bags full of windwool cloth food and 5-10 unopened plundered treasures... so it is safe to say that the profile isn´t really afkable at the moment -.- it is the second time i encounter this problem first time with beta HB and without custom interactwith.cs ...second time with a fresh install of Retail HB with custom interactwith.cs...here is my log...
View attachment 141081
[05:06:56.534 D] MailRecipient has no value yet!
There's at least 15 variations of the Grim Batol profile.hay when ever i try to start grim batol h script on questing it goes Bot stopping! Reason: Nothing more to do.
I've seen this come up a few times, the only thing I could assume is it's a technical issue between Honorbuddy and the game client.Thank you!
I managed to spot a screenshot on the website that said questing botbase so i started using the profiles yesterday.
I'm having an issue with the casual farming profiles: while loading, wow often crashes (it goes unresponsive at the instance loading screen).
honorbuddy's log window just says "not in game" and the wait timer for the current action gets stuck (on the bottom left of hb's window).
I'll attach a log once it happens again.
Fixed in r.989. Thanks for the report.e-mog-pack\Instance Grinds\Outlands\The Botanica - Endless Farm.xml
missing '>'. @ Line 415, position 53.
Kmica
It may be a profile issue.I'm using the Baron Rivendare profile and it won't sell when bags are full. Did I install anything incorrectly?
All (except Outlands) Instance Grind profiles are awaiting a major re-build.Hi Echo
Suggestion for improvment of the instance grinds profiles:
At the end of the profile/run u should switch difficulty to normal.
I usually want to do 1 hc run before switching to normal, bcs some items have higher drop chance on heroic.
regards
Kmica
At the moment, the behavior waits its default time. There's no tunable modifying it.Hey echo,
Im trying out the Gundrak profile.
Can i set the reset timer to another time? Now its set on 6:10 minutes or something. My bot is always waiting before its leaving the instance to reset it and do another run.
I dont want it to wait but i want to let it continually farm. The flying time to the vendor is enough to let me run 10 times with shorter runs.
<CustomBehavior File="Misc\InstanceTimer" Timer="Start" />
<CustomBehavior File="Misc\InstanceTimer" Timer="Start" WaitTime="1000" />
At the moment, the behavior waits its default time. There's no tunable modifying it.
You can add a tunable that will modify the wait time, or you can modify the behavior itself.
This edit of the behavior will only wait 1 second, but it'll apply to every profile:
It goes here: Honorbuddy -> Quest Behaviors -> Misc ->
Or, if you want to modify the profile itself so that only that specific profile is affected, then open the profile with a text(or code) editor, and CTRL+F for the words: "InstanceTimer"
The first result that comes up should look like this:
Change it to:PHP:<CustomBehavior File="Misc\InstanceTimer" Timer="Start" />
Where 1000 = 1 second.PHP:<CustomBehavior File="Misc\InstanceTimer" Timer="Start" WaitTime="1000" />
The behavior does it.Thank you very much Echo! couldnt find that!![]()
Also do you know why it always walk behind the thingy it needs to activate after the first 3 bosses?
I tried setting other coordinates but it is still moving behind it, then activates it and then walks back to go on with the profile, this looks way too botty ;p
The behavior does it.
For some objects, it 'wants' to face the front of it before interacting.
Hmh, I don't see anything except the code repeating - which doesn't make any sense because it shouldn't be unless you're under the bagslot requirement.Hey Echo here is my log I have re downloaded HB also and set it from scratch...
#edit: please note first I forgot to set mail recipient, but for next round set it up... so the second half part of log should be ok
Try adding the tunable:So to do that you would need to edit the interactwith.cs? Do you think its possible?