I am just trying to find this altars in profiles...
Did you mean to change for example this:
<CustomBehavior File="WaitTimer" WaitTime="50000" TerminateWhen="Object(192518, o => o.ToGameObject().CanUse()) != null" />
<While Condition="Object(192518, o => o.ToGameObject().CanUse()) != null">
<CustomBehavior File="InteractWith" WaitForNpcs="false" CollectionDistance="5" MobId="192518" X="1775.293" Y="679.6804" Z="129.2361" />
<CustomBehavior File="WaitTimer" WaitTime="1200" />
I have 5 of every class at 90 because I used to be a dedicated multiboxer.@EchoTiger,
you have shadow priest, farming gundrak, right? How you do that.. worst classe as i saw.. aoe is so bad.. :/ doing 7m at lvl 90.. just use vampiric touch.. which spell shadow priest have to do AOE? mind sear righ? why singular doesnt use that.
Should try discipline?
I have 5 of every class at 90 because I used to be a dedicated multiboxer.
I don't 'farm' though.
The only time I ever run the profiles is for testing purposes.
Priest is the worst class for these profiles.
I'd never recommend them on any spec.
You can try Disc, but I don't know if it'll be any better.
Defensive maneuvers shouldn't be affecting your combat routine at all.
During the pulls, the combat routine is completely disabled.
So while the bot is pulling, it won't attempt anything from your CR. Which is why the defensive maneuvers code was added in the first place.
If your character can't handle the large pulls, then use a lesser pull density.
Or, you could add a hook that enables your combat routine once your health gets under 30%.
This way the bot stops pulling to fight.
Example:
PHP:<CustomBehavior File="Hooks\DoWhen" ActivityName="StopPulling" UseWhen="Me.HealthPercent <= 30" > <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.Red, "[Azyul]: We're getting low on health! Stopping the pull to fight.");" /> <EnableBehavior Name="Combat" /> <CustomBehavior File="WaitTimer" WaitTime="60000" TerminateWhen="!Me.Combat" /> <DisableBehavior Name="Combat" /> <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: Combat over, continuing pull.");" /> </CustomBehavior>
Known issue.
One of the conditions is returning "True" when it should be returning "False" - If I'm not mistaken, it's either Me.IsAlive or Me.IsInInstance.
I *believe* this is fixed in the Nightly build of Honorbuddy. And it *should* be fixed the next Stable release.
There is still few unsolved issues with Gundrak mainly due to HB problems. Gph has increased as the bots are doing better and in case of people playing low lvl bots on battlechest 85 now can lvl through farming gundrak and get to 90 in about 48 hours automatically deacresing time for instance run and increasing gph. Check first page red text for known issues and fixes. Good luckWithout reading all 300 pages, is there anything in the Gun'drak profile i need to change manually so it won't get stuck? I have a druid and do you know if if the dungeons are now easier or harder? Also is there any change in GPH from before?
There is still few unsolved issues with Gundrak mainly due to HB problems. Gph has increased as the bots are doing better and in case of people playing low lvl bots on battlechest 85 now can lvl through farming gundrak and get to 90 in about 48 hours automatically deacresing time for instance run and increasing gph. Check first page red text for known issues and fixes. Good luck
Get stuck where? Pre r.750, the Gundrak profile had no known problematic stuck areas (except the *very* rare Rhino knockback.)Without reading all 300 pages, is there anything in the Gun'drak profile i need to change manually so it won't get stuck? I have a druid and do you know if if the dungeons are now easier or harder? Also is there any change in GPH from before?
PM me.which nightly build?![]()
Blizzard removed a ton of spells.I got it working. didnt download svn properly
edit: got halfway thru and encountered another error.
"[InteractWith-v1744(fatal)] [PROFILE ERROR] Toon doesn't know: SpellId(77799)
Bot stopping! Reason: Fatal error in quest behavior, or profile."
These profiles don't require any Quest Behaviors.Where can i get ALL the questbehaviours. Because im trying to start the run all profile of the mounts and get like a shit load of errors about questbehaviours.
I don't know if its not updated for new patch or im doing something wrong
View attachment 147397
Cheers
Blizzard removed a ton of spells.
I need to go through and replace them.
These profiles don't require any Quest Behaviors.
Only a few of the Instance Grind profiles do.
Your attachment is invalid, but I'm assuming it's glitching out because of "Chess.cs"
Delete "Chess.cs" from your Quest Behavior folder.
Yea, there's just a load or problems in your QuestBehaviors.Oh weird here it isView attachment 147405
I should be fine.I just started a heavy pull for Grim Batol, till now it runs well but there was a message saying it's untested.
If you ever need to have access to horde toons geared, ungeared etc ... I can give you access to some of my accounts to test your profiles, contact me on skype (jbrindeau) if u need it![]()
Defensive maneuvers shouldn't be affecting your combat routine at all.
During the pulls, the combat routine is completely disabled.
So while the bot is pulling, it won't attempt anything from your CR. Which is why the defensive maneuvers code was added in the first place.
If your character can't handle the large pulls, then use a lesser pull density.
Or, you could add a hook that enables your combat routine once your health gets under 30%.
This way the bot stops pulling to fight.
Example:
PHP:<CustomBehavior File="Hooks\DoWhen" ActivityName="StopPulling" UseWhen="Me.HealthPercent <= 30" > <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.Red, "[Azyul]: We're getting low on health! Stopping the pull to fight.");" /> <EnableBehavior Name="Combat" /> <CustomBehavior File="WaitTimer" WaitTime="60000" TerminateWhen="!Me.Combat" /> <DisableBehavior Name="Combat" /> <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: Combat over, continuing pull.");" /> </CustomBehavior>
Question...I'd like to keep all Elementium Lockboxes, and vendor every other green. Is that possible? Way too much gold being thrown away by vendoring the lockboxes. Using your Grim Batol profile BTW. Thanks!
Sure you can set the items on a blacklist and he doesnt sell them![]()
If you're using the *normal* Grim Batol profile, you can add it to the ProtectedItems list.Question...I'd like to keep all Elementium Lockboxes, and vendor every other green. Is that possible? Way too much gold being thrown away by vendoring the lockboxes. Using your Grim Batol profile BTW. Thanks!
<ProtectedItems>
<Item Name="Elementium Lockbox" Entry="68729" />
</ProtectedItems>