• Visit Rebornbuddy
  • HB ARCHIVES: DungeonBuddy--DO NOT DELETE

    Discussion in 'Archives' started by chinajade, Feb 27, 2013.

    1. MaskedHooks

      MaskedHooks New Member

      Joined:
      Apr 30, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    2. Phyxios

      Phyxios Member

      Joined:
      Jul 18, 2012
      Messages:
      472
      Likes Received:
      5
      Trophy Points:
      18
      page 8 if you have the default post settings.
       
    3. xplatoon

      xplatoon New Member

      Joined:
      Oct 13, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Hi.

      Someone have a Hellfire Raid Profile for LFR???
       
    4. Ilja Rogoff

      Ilja Rogoff Well-Known Member

      Joined:
      Jan 25, 2010
      Messages:
      1,848
      Likes Received:
      38
      Trophy Points:
      48
      No? Chinajade? Tony?
       
    5. id1982

      id1982 Member

      Joined:
      Feb 12, 2013
      Messages:
      75
      Likes Received:
      0
      Trophy Points:
      6

      Attached Files:

    6. tiyoubt

      tiyoubt New Member

      Joined:
      Nov 7, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      nice

      Nice, so where did you get this script bro ?
       
    7. oleary

      oleary Member Buddy Store Developer

      Joined:
      May 19, 2014
      Messages:
      168
      Likes Received:
      8
      Trophy Points:
      18
      @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: Mar 8, 2016
    8. id1982

      id1982 Member

      Joined:
      Feb 12, 2013
      Messages:
      75
      Likes Received:
      0
      Trophy Points:
      6
      ty oleary
       
    9. lolfan

      lolfan Member

      Joined:
      Dec 16, 2011
      Messages:
      51
      Likes Received:
      1
      Trophy Points:
      8
      Is it possible we could get an option to only queue for a LFR wing when the satchel is available for our role?
       
    10. alimnassar

      alimnassar Member

      Joined:
      Sep 11, 2014
      Messages:
      46
      Likes Received:
      1
      Trophy Points:
      8
      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?
       
    11. oleary

      oleary Member Buddy Store Developer

      Joined:
      May 19, 2014
      Messages:
      168
      Likes Received:
      8
      Trophy Points:
      18
      I believe there are products, try searching for "raid studio". Just about every old raid I think, and several bundles.
       
    12. smuoc

      smuoc Member

      Joined:
      Mar 23, 2014
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      6
      So is there any fix for Gundrak? I mean all grps jump down after first boss
       
    13. garbodor

      garbodor New Member

      Joined:
      Sep 9, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      Anyone know of any way to get pit of saron working?
       
    14. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      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.
       
    15. smuoc

      smuoc Member

      Joined:
      Mar 23, 2014
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      6
      When you die in Pit of Saron he does not fly back, is there a fix for that?
       
    16. Phyxios

      Phyxios Member

      Joined:
      Jul 18, 2012
      Messages:
      472
      Likes Received:
      5
      Trophy Points:
      18
      keep abandoning the pits of soron still with that 6.2.3 folder >.<
       
    17. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48

      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.
       
    18. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      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.
       
    19. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63

      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: Mar 20, 2016
    20. oleary

      oleary Member Buddy Store Developer

      Joined:
      May 19, 2014
      Messages:
      168
      Likes Received:
      8
      Trophy Points:
      18
      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.
       

    Share This Page