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
@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.
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 believe there are products, try searching for "raid studio". Just about every old raid I think, and several bundles.
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.
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.
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.
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.
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.