What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

HB ARCHIVES: DungeonBuddy--DO NOT DELETE

In your honorbuddy folder "Honorbuddy\Default Profiles\DungeonBuddy\Warlords of Draenor\Timewalking" replace the file for arcatraz with my file and it will resolve all your problems.

Attention people having problems with Alcatraz, go to page 8 and look for this post and do the above instructions.

It worked for me and I was having your exact problems
 
Attention people having problems with Alcatraz, go to page 8 and look for this post and do the above instructions.

It worked for me and I was having your exact problems

page 8 if you have the default post settings.
 
@tiyoubt

I posted the Hellbreach, Halls of Blood, and Bastion of Shadows wings here: https://www.thebuddyforum.com/honor.../241680-dungeonbuddy-hfc-halls-blood-lfr.html

I'm trying to work on a overlay radar for area effects so they can more easily be spotted numerically and added to profiles, with the hope being to extend it into a fairly detailed profile editor/generator, but for now these are being collected from logs I generate through the developer console.
 
Last edited:
Is it possible we could get an option to only queue for a LFR wing when the satchel is available for our role?
 
Missing Pandaria Raids

I am struggling to solo Mists of Pandaria RAIDS, but am unable to find any profiles on the store or in dungeonbuddy. Does anyone have these Raid profiles from earlier version of dungeonbuddy that I could try using?
 
I am struggling to solo Mists of Pandaria RAIDS, but am unable to find any profiles on the store or in dungeonbuddy. Does anyone have these Raid profiles from earlier version of dungeonbuddy that I could try using?

I believe there are products, try searching for "raid studio". Just about every old raid I think, and several bundles.
 
So is there any fix for Gundrak? I mean all grps jump down after first boss
 
I am struggling to solo Mists of Pandaria RAIDS, but am unable to find any profiles on the store or in dungeonbuddy. Does anyone have these Raid profiles from earlier version of dungeonbuddy that I could try using?
Keep in mind, that Dungeonbuddy raid profiles are optimized for dps & heal characters, ran in full 25man LFR Difficulty group. They are not scripted for soloing old-expansion contents.

As oleary mentioned, there is plenty of other products there, focused especially for soloing old raids.
 
When you die in Pit of Saron he does not fly back, is there a fix for that?
 
Is it possible we could get an option to only queue for a LFR wing when the satchel is available for our role?


I am currently in Dev at the moment with this, However I'm waiting for some changes with HB to work the way I need.. Still a little way away yet.
 
keep abandoning the pits of soron still with that 6.2.3 folder >.<

This is all that's in the cs :)

Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Styx.WoWInternals;

using Bots.DungeonBuddy.Profiles;
using Bots.DungeonBuddy.Attributes;
using Bots.DungeonBuddy.Helpers;
namespace Bots.DungeonBuddy.Dungeon_Scripts.Wrath_of_the_Lich_King
{
	public class PitOfSaron : Dungeon
	{
		#region Overrides of Dungeon

		public override uint DungeonId
		{
			get { return 1153; }
		}

		public override void OnEnter()
		{
            Alert.Show(
                "Dungeon Not Supported",
                string.Format(
                    "The {0} dungeon is not supported. If you wish to stay in group and play manually then press 'Cancel'. Otherwise Dungeonbuddy will automatically leave group.",
                    Name),
                30,
                true,
                true,
                () => Lua.DoString("LeaveParty()"),
                null,
                "Leave",
                "Cancel");
		}

		#endregion
	}
}

its not going to run.
 
Is it possible we could get an option to only queue for a LFR wing when the satchel is available for our role?
I am currently in Dev at the moment with this, However I'm waiting for some changes with HB to work the way I need.. Still a little way away yet.
Yep, the same here -
I have made a personal profile for Satchel farming a way ago. But it is running locally, because cannot be run from store, so far.
 
Last edited:
its not going to run.

Challenge accepted.

probably just need to blackspot half the place and set boss order in the XML then avoidance mechanics. The giant might be a tad annoying since we have to LoS him. Won't happen for a week or so minimum though.
 
Back
Top