1. #1

    AP M+ on PTR changes

    Hi,

    Any1 on the PTR can let me know how much AP is dropping in the each of the dungeons?

  2. #2
    Quote Originally Posted by Shingaru View Post
    Hi,

    Any1 on the PTR can let me know how much AP is dropping in the each of the dungeons?
    IDK but the toon I transferred over had a M+16 done for the week and

    http://imgur.com/a/B5zGU in the Cache that was sitting there when I transferred So although I can't confirm the per instance the Weekly is Good but could be better...

  3. #3
    Brewmaster Malefic's Avatar
    15+ Year Old Account
    Join Date
    Dec 2007
    Location
    England, UK.
    Posts
    1,282
    That's only with AK25 though, with current AK40 levels that will be 12.5m AP.

  4. #4
    I am Murloc!
    10+ Year Old Account
    Join Date
    Dec 2010
    Location
    Poland
    Posts
    5,457
    Quote Originally Posted by Malefic View Post
    That's only with AK25 though, with current AK40 levels that will be 12.5m AP.
    Except the prices will be relatively similar - or worse, even - so comparing it to current values works.

  5. #5
    watched slootbag do some m+ on the ptr on wednesday. an 8 maw gave roughly 160k ap when completed and then the weekly chest gave him 550k ap at ak25. also, with the scaling up of dungeons, i dont think people will be doing 15s for weekly. the 8 he did was roughly about a 12-13 now, so im guessing the weekly will go back to being a 10 until people start getting more heavily geared again.

  6. #6
    Quote Originally Posted by dcc626 View Post
    watched slootbag do some m+ on the ptr on wednesday. an 8 maw gave roughly 160k ap when completed and then the weekly chest gave him 550k ap at ak25. also, with the scaling up of dungeons, i dont think people will be doing 15s for weekly. the 8 he did was roughly about a 12-13 now, so im guessing the weekly will go back to being a 10 until people start getting more heavily geared again.
    Why would people running 15's or higher now, stop running them and revert to 10s...? I sure as heck don't run high level M+ for the AP.. WF/TF Gear, 900 piece in my cache... why would I downgrade to an 880? or w/e the 10 gives

  7. #7
    Please wait Temp name's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Under construction
    Posts
    14,631
    Quote Originally Posted by Mojo Mender View Post
    Why would people running 15's or higher now, stop running them and revert to 10s...? I sure as heck don't run high level M+ for the AP.. WF/TF Gear, 900 piece in my cache... why would I downgrade to an 880? or w/e the 10 gives
    Because they're buffing dungeons, so a 10 will be roughly as hard as a 15 is now? Which means they'll likely also re-tune the drops

  8. #8
    Quote Originally Posted by Mojo Mender View Post
    Why would people running 15's or higher now, stop running them and revert to 10s...? I sure as heck don't run high level M+ for the AP.. WF/TF Gear, 900 piece in my cache... why would I downgrade to an 880? or w/e the 10 gives
    M+ will be rescaled to around same as it was when it opened, so doing m+ with ilvl 900 will probably be like doing it with 840 at start.
    Gl with the 15 farm.

  9. #9
    Quote Originally Posted by dcc626 View Post
    watched slootbag do some m+ on the ptr on wednesday. an 8 maw gave roughly 160k ap when completed and then the weekly chest gave him 550k ap at ak25. also, with the scaling up of dungeons, i dont think people will be doing 15s for weekly. the 8 he did was roughly about a 12-13 now, so im guessing the weekly will go back to being a 10 until people start getting more heavily geared again.
    Anyone who is comfortably doing 15s now, will be comfortably doing them in 7.2 aswell, because they'll be much more geared by then. If you're only just getting into 15s nearish to when 7.2 comes out, yeah you'll drop back a bit.

  10. #10
    I am Murloc!
    10+ Year Old Account
    Join Date
    Dec 2010
    Location
    Poland
    Posts
    5,457
    Quote Originally Posted by Emerald Archer View Post
    Anyone who is comfortably doing 15s now, will be comfortably doing them in 7.2 aswell, because they'll be much more geared by then. If you're only just getting into 15s nearish to when 7.2 comes out, yeah you'll drop back a bit.
    "Comfortably" is a very broad statement - especially since we don't know just how much rebalancing is being done and how difficult will new affixes be. Also, people who are doing 15 "comfortably" are pretty geared already and don't have all that much room to grow, unless they also farm Mythic raids or get really lucky with TFs.

  11. #11
    Quote Originally Posted by Mehman View Post
    Because they're buffing dungeons, so a 10 will be roughly as hard as a 15 is now? Which means they'll likely also re-tune the drops
    the 8 gave 885 drops from the end chests, which i think is equivalent to a 12 currently.

  12. #12
    Quote Originally Posted by KaPe View Post
    "Comfortably" is a very broad statement - especially since we don't know just how much rebalancing is being done and how difficult will new affixes be. Also, people who are doing 15 "comfortably" are pretty geared already and don't have all that much room to grow, unless they also farm Mythic raids or get really lucky with TFs.
    I'm 895, and comfortably doing 15s with a group of people around the same ilvl. Comfortably to the point of we're now pushing 20s, so by the time 7.2 comes out, we'll be 15-20ilvls higher, better trinkets, relics, weapon ilvl, experience, we'll be comfortably doing 20+. So I'd have to say at the very least, we could still push a 15 out for the week in 7.2 and most likely it would be comfortably.

  13. #13
    Deleted
    Quote Originally Posted by Malefic View Post
    That's only with AK25 though, with current AK40 levels that will be 12.5m AP.
    Sure is!

    PS. <3

  14. #14


    Whipped this spreadsheet up. It takes into account your characters AK (This character is 22) and doing all your weekly clears. AK increases every 5 days and continues looping until AP >= max traits.

    Code:
    function timeToMaxTraits(region, toonName, realmName, LFRBossKills, normBossKills, heroicBossKills, mythicBossKills, mythicDaily, mythicHighest)
    {
    
        if (!toonName || !realmName)
        {
            return " "; 
        }
    
        Utilities.sleep(Math.floor((Math.random() * 10000) + 1000)); 
      
        toonName = toonName.replace(/[\u200B-\u200D\uFEFF]/g, "");
        realmName = realmName.replace(/[\u200B-\u200D\uFEFF]/g, "");
        region = region.replace(/[\u200B-\u200D\uFEFF]/g, "");
      
        region = region.toLowerCase(); 
    
        var options={ muteHttpExceptions:true };
        var toonJSON = UrlFetchApp.fetch("https://"+region+".api.battle.net/wow/character/"+realmName+"/"+toonName+"?fields=reputation,statistics,items,quests,achievements,audit,progression,feed,professions,talents&?locale=en_US&apikey="+apikey+"", options);
        var toon = JSON.parse(toonJSON.toString());
      
        var artifactKnowledge;
      
            for (i=0; i<toon.achievements.criteria.length; i++)
            {
                if (toon.achievements.criteria[i] === 31466)
                {
                  artifactKnowledge = toon.achievements.criteriaQuantity[i];
                }
            };
      
        var artifactRankTotal;
      
        for (i=0; i<toon.achievements.criteria.length; i++)
            {
                if (toon.achievements.criteria[i] === 30103)
                {
                  artifactRankTotal = toon.achievements.criteriaQuantity[i];
                }
            }
      
        
      
        var traitArray = [100, 400, 725, 1075, 1450, 1850, 2275, 2725, 3250, 3875,
                        4625, 5500, 6500, 13340, 22170, 33450, 47850, 66470, 90740, 121070,
                        160590, 211470, 276270, 358770, 464050, 602700, 785480, 1026350, 1341870, 1759430,
                        2305430, 3023630, 3970290, 5216130, 6851330, 8766330, 23766330, 40266330, 58266330, 78266330,
                        100266330, 124266330, 150766330, 179766330, 211766330, 246766330, 285266330, 327766330, 374766330, 426266330,
                        482766330, 544766330, 612766330, 687766330, 770266330, 861266330, 961266330, 1071266330, 1192266330, 1325266330,
                        1471766330, 1632766330, 1809766330, 2004266330, 2218266330, 2453766330, 2712766330, 2997766330, 3311266330, 3656266330, 4035766330];
      
       var multiplierArray = [1, 1.25, 1.5, 1.9, 2.4, 3, 3.75, 4.75, 6, 7.5, 9.5, 12, 15, 18.75, 23.50, 29.50, 37, 46.5, 58, 73, 100, 121, 143, 179, 224, 250, 500, 750,
                             1000, 1250, 1500, 1725, 2000, 2250, 2500, 2750, 3000, 3250, 3500, 3750, 4000];
    
      var bossKills = (LFRBossKills * .5) + (normBossKills * .5) + (heroicBossKills * .5) + mythicBossKills;
      var apPerBoss = 940 * mythicDaily;
      
      
      var day = 0;
      var AP = artifactRankTotal;
      var index = artifactKnowledge;
      var check = false;
      
      while (AP < traitArray[70])
      {
        if (day % 5 == 0 && index <40)
        {
          index++
        }
        
        if (day % 7 == 0)
        {
          AP += (400 * bossKills * multiplierArray[index]);
          AP += (3000 * multiplierArray[index]);
         }
        
        AP += (apPerBoss * multiplierArray[index]);
        
        day++
      }
      
        return day + 1;
    }
    Should be accurate. Someone let me know if it's not. I'm not a programmer so excuse me if something is wrong.

    *Highest M+ does not currently function because I do not know the values.
    *Higher level M+ only seems to affect AP gains from your cache.
    Last edited by Jdance; 2017-02-18 at 02:31 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •