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

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

    1. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      Yep, 715 is the correct Id for the former Flex, now called Normal raid difficulty. 714 is for Heroic.

      Out of the VES default script, with added exit location: Default had not, because was not needed.

      PHP:
              #region Overrides of Dungeon
              
      private readonly WoWPoint _entrance = new WoWPoint(1242.479600.5036318.0787);
              public 
      override uint DungeonId
              
      {
                  
      get { return 714; }
              }
              public 
      override WoWPoint Entrance
              
      {
                  
      get { return _entrance; }
              }
              public 
      override WoWPoint ExitLocation
              
      {
                  
      get { return _entrance; }
              }
       
      Last edited: Mar 29, 2016
    2. naNa47192

      naNa47192 Member

      Joined:
      Aug 28, 2014
      Messages:
      60
      Likes Received:
      3
      Trophy Points:
      8
      I can't find it, can you share me a link?
       
    3. Puertokee

      Puertokee Member

      Joined:
      Feb 17, 2012
      Messages:
      114
      Likes Received:
      0
      Trophy Points:
      16
      Is there a place to get IDs for Dungeons/Raids for Normal, Heroic, and Mythic? I want to try and mess with the logic for each and see if I can get scripts to work for them.
       
    4. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      Dungeonbuddy Config Window -> Debug Tab -> Dungeon List

      Once you are inside any dungeon/raid/scenario and script is properly loaded, you can check the loaded bosses in the Boss List sub tab next to Dungeon List.
       
    5. wingsta

      wingsta New Member

      Joined:
      Sep 8, 2012
      Messages:
      234
      Likes Received:
      3
      Trophy Points:
      0
      Thanks Aion It works fine few bugs like I can't get the toons to follow the tank till I start fightimg a pack then they run forward.

      I had to turn Dungeonbuddy off put them on follow to the boss then turn it back on again. Did the first 3 bosses piece of cake but ran into probs with Sha and getting mind controlled. Might try with my Hunters instead. Going to try the same with Mythics see how I go
       
    6. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      I guess its all related to the DPS output, if you burn fast enough most encounters, their special mechanics have no time to trigger. I guess this can be achieved with all 710+ hunters with the leg. ring. Very nice burst in the first 30sec.

      The tank can be botted too in some encounters, but since there is no Me.IsTank code in the scripts, they would not follow special encounter movements, but plain tanks, then on encounter defeat would continue to next boss.

      For SOO, the transition between the LFR wings is not coded too, so manual or pre-scripted one is a must. Like taking double portals after Sha, or taking the elevator after Instructor.
       
    7. wingsta

      wingsta New Member

      Joined:
      Sep 8, 2012
      Messages:
      234
      Likes Received:
      3
      Trophy Points:
      0
      Yer I will continue to play with it. Was going to try some Mythic dungeons but I couldn't find any ID's in the Debug menu.

      Are there any?
       
    8. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      They are right there, look again :)

      For example:
      PHP:
      <Name>Mythic Auchindoun</Name>
      <
      DungeonId>1008</DungeonId>
       
      Last edited: Mar 30, 2016
    9. wingsta

      wingsta New Member

      Joined:
      Sep 8, 2012
      Messages:
      234
      Likes Received:
      3
      Trophy Points:
      0
      Hmmm not sure where you got that from? Are they already scripted? I found the ID you post in the debug menu it was under the Unkown tab. I will try and zone in and see if it works lol if not was going to taken the heroic script and put the ID number in and see how it goes :)
       
    10. jellikit

      jellikit New Member

      Joined:
      Jan 17, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      Has anyone done this yet? I'm enjoying playing my Shaman at 70 and would love to do all the heroics I can :)

      I've tried just changing the ID - but that didnt seem to work - got smashed at bosses due to slightly different mechanics
       
    11. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      Nop indeed.
      I exchanged the Ids for Mythic on all default profiles/scripts for WoD for private 5man runs.

      The good news - they are working, usually.
      The bad:
      - You need team of 5x 700ilvl+ to ran most of them, only Mines are doable in 680-ies.
      - Almost every dungeon have extra mechanics for Mythic, which are usually deadly enough, so the scripts are not enough for afk run.
       
    12. wingsta

      wingsta New Member

      Joined:
      Sep 8, 2012
      Messages:
      234
      Likes Received:
      3
      Trophy Points:
      0
      Spot on lol I tried Bloodmaul with my druid team all 680 ilvl got through trash fine but the boss mechanics tripped them up, the stuff on the ground just hits to hard and they don't move out fast enough. Either you would have to script it spot on or be all 740 ilvl to do them I reckon but it was fun to try :). On the other hand time walking I can afk with the team.
       
    13. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      Then you definitely have not activated the scripts :( Use Farm Menu ->Unknown->Bloodmaul Mine. Not Specific.
       
    14. wingsta

      wingsta New Member

      Joined:
      Sep 8, 2012
      Messages:
      234
      Likes Received:
      3
      Trophy Points:
      0
      Ohhhhh I'll try this again when I get home thanks Aion :). Going to try 4 hunters and my druid tank for Sha of pride this afternoon see how I go :)
       
    15. webbcrawler

      webbcrawler New Member

      Joined:
      Jan 15, 2016
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      i'd love to see the rest of draenor raids supported. there's a new expansion coming out and it seems development has stopped.
       
    16. oleary

      oleary Member Buddy Store Developer

      Joined:
      May 19, 2014
      Messages:
      168
      Likes Received:
      8
      Trophy Points:
      18
      See here, and then before you complain to the author about pathing, see here, and if you are concerned there might be a shortage of profiles in legion, see here.

      Note that in the first thread two others contributed their own scripts for The Black Gate as I was slow to deliver, so it is clear at least three developers are willing to fill this niche.

      Hope this helps, and if you do make use of them please give feedback in the profile thread, I need all the support I can get so I can get store access etc :)
       
    17. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      Dont be shy, you have made wonderful work with the HFC scripts for all the wings, including Archimonde.

      The work we put in TheBlackGate scripts, via adding a few tags is nearly nothing.
       
    18. webbcrawler

      webbcrawler New Member

      Joined:
      Jan 15, 2016
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      most awesome and helpful answer ever. i got the lfr's and doing the edits now. and your profile editor would be a great addition to the store.

      thank you!
       
    19. wingsta

      wingsta New Member

      Joined:
      Sep 8, 2012
      Messages:
      234
      Likes Received:
      3
      Trophy Points:
      0
      Hey Aion thanks again for your awesomeness I got it to work but my crappy druid team still couldn't handle it lol. I tried several scenarios and I got the first boss down in the end but the second boss was a no go. I believe my tank and heals are ok but the dps is way to low. The boomies are only doing around 20k each on Tuanha's routine and with singular.

      I'm going to try gear up the three hunters to 700ilvl and try with them hopefully I will have better luck. The mechanics worked well though so thanks again :)

      Sent you a pm
       
    20. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      Yea the gear is quite important.

      For hunters, try roll BM with 3 different pets for buffs - at least crit + mastery + multistrike and probably haste. Heroism/Bloodlust Exotic pet helps alot! If you are happy to have one Legendary Ring character, this is extra short Hero/BL stacked over!

      For example, one of my hunters is with 750ilvl ring = 29% extra damage dealt for 15sec.

      [​IMG]

      A boss which is generally wipe with low gear, gets burned in 1min 30sec with all CDs up - its 10mil Hp.

      The party is 715, 690 and 660 hunters, Guardian druid and Resto Shammy. With all 7x DPS raid buffs up.
       

    Share This Page