Recent PvP Rewards Hotfix

Forum Avatar
Community Manager
#1 - July 16, 2015, 12:54 a.m.
Blizzard Post
Since the release of Patch 6.2, we’ve gotten a ton of feedback regarding the Champion’s Strongboxes rewarded from Ashran and Rated Battlegrounds. We’ve been discussing that feedback heavily since the patch released, and wanted to take a moment to clarify some confusion as well as share an upcoming change.

To start, we’d like to clarify exactly what can be found inside a Champion’s Strongbox, as some (though certainly not all) players seemed to be anticipating items that they’d never have been able to get from the Strongboxes anyway:

  • Strongboxes can never reward items that can be purchased with Conquest Points.
  • Strongboxes can never reward cloaks, necks, or rings.
  • Strongboxes can never reward items with set bonuses.

With that said, we definitely recognize that the Strongbox rewards (or rewards from any box, for that matter) are unclear, and that’s something we’re looking to improve upon in the future.

In addition, we’re currently in the process of applying a hotfix that will remove the Versatility belts, boots, and bracers from the Strongboxes, and make them available on the Conquest vendors instead. Once this hotfix is active, Champion’s Strongboxes will only reward helms, chestpieces, gloves, shoulders, and legs, as well as the Accolade random stat trinkets. Remember that armor pieces earned from Strongboxes do not grant set bonuses, so most players will only want to equip one of those pieces.

We feel that this change will allow there to still be a benefit to earning the Champion’s Strongboxes over the course of the season, but due to the fact that you’ll still want to complete your set bonuses, that benefit will be a little extra flexibility in gearing choices instead of simply having Versatility items another player may not have won. This also greatly increases the chances of earning a desirable item from your Strongbox (at least, until you have everything you want from them) by reducing the overall number of possible items you could get.

Thanks again for all of the feedback on this topic. We’re hopeful that this change will greatly improve the gearing experience in Warlords Season 2, and are taking all of your feedback to heart as we plan for future seasons.
Forum Avatar
Community Manager
#20 - July 16, 2015, 1:46 a.m.
Blizzard Post
07/15/2015 06:21 PMPosted by Fentoozler
Then explain to me how I got an epic PVP ring from a strong box :)

There was one ring that was mistakenly left in the Champion's Strongbox. That was also hotfixed today.
Forum Avatar
Community Manager
#23 - July 16, 2015, 1:55 a.m.
Blizzard Post
This hotfix is now live.
Forum Avatar
Community Manager
#139 - July 24, 2015, 9:27 p.m.
Blizzard Post
Thanks again for all of your feedback. We’ve been discussing it heavily, and are going to make a few more changes.

First, we’re going to make the remaining non-set armor pieces available on the Conquest vendors. They’ll still be available through the Champion’s Strongboxes, but if you’d rather not leave earning them up to random chance, you’ll be able to purchase them for Conquest points instead. With this change, the only items that will only be available through the Champion’s Strongboxes are the random-stat Accolade trinkets (which cannot be put on the vendors due to some technical hurdles). We're aiming to make this change with this upcoming weekly reset.

Note that, as a result of this change taking place, we no longer plan to make the Champion’s Strongboxes purchasable with Conquest points for players who have earned the Wild Conquest achievement. Since nearly all of the items in the Strongboxes will be directly purchasable with Conquest points themselves, we feel that this would just add unnecessary frustration or confusion if players were to spend their Conquest on a Strongbox instead of just buying the item they wanted.

The other change we’ll be making is to remove the Ashran-only 200 Conquest point bonus to the weekly Conquest cap. The total cap (1700 plus any additional bonuses from rating) will remain the same as it is currently, you just won’t have to go to Ashran to earn all of it. We're hoping to push this change live with this week's reset, but it requires a lot more programming and testing to make sure it's functioning properly, so it may not go live until the following week.

Again, thanks for all the heartfelt feedback on this issue. We’ve definitely learned a lot of very valuable lessons, and are looking forward to seeing how the rest of Warlords Season 2 progresses!
Forum Avatar
Community Manager
#281 - July 28, 2015, 5:54 p.m.
Blizzard Post
Looks like both changes made it in for maintenance today. All of the Wild Gladiator's armor pieces should now be available on the Conquest vendors, and there is no longer a 200-point Ashran restriction on the weekly Conquest cap.
Forum Avatar
Community Manager
#284 - July 28, 2015, 6:43 p.m.
Blizzard Post
So, slightly technical details here, but for those who are asking:

The issue with the Accolade trinkets is that there's actually just one item per primary stat (Strength, Agility, etc), which has a secondary stat randomly assigned when it's looted. We can't, for example, put the Int/Versatility trinket on a vendor, because that item doesn't actually exist -- there's just an Int trinket that can randomly have Versatility added to it.

This means we don't have a way to implement a non-random method to get them via hotfix. We'd need to add new versions of the trinkets to the game, and that requires a content patch. I don't know yet if that can happen in time for 6.2.1.
Forum Avatar
Community Manager
#295 - July 28, 2015, 9:45 p.m.
Blizzard Post
07/28/2015 12:40 PMPosted by Qaletaqqa
...

IF the ability to have the computer roll a primary stat based then random stat of the bullfrog of the turkeyhawk etc etc, then it should be quite a simple matter to allow people to pick the of the xxxx that they want. If the computer can pick it randomly from a given stats list, then it shouldn't be to hard to allow players to pick the stats that they want, and we can finally do away with this random stats bull!@#$ that sucks worse than all the hoover vacuum cleaners from the last hundred years...


Conversation Menu:

NPC: Greetings tired warrior of the fields of blood! I hear you are looking for a Medallion of Purpose?

Player Option: No (end conversation)
Player Option: Yes (continue)

NPC: Which bloodthirsty power would you like inscribed upon your new Medallion of Purpose to best highlight your deeds?


Player Option: Mastery
Player Option: Haste

>SetLocalString oPlayer sMedallionBuff 'Mastery';
>SetLocalString oPlayer sMedallionBuff 'Haste';

etc

> iMainStat = GetCurrentSpec oPlayer;
> if iMainStat == iStr {give oMedallionStr to oPlayer};
> else if iMainStat == iAg {give oMedallionAg to oPlayer};
> else if iMainStat == iInt {give oMedallionInt to oPlayer};

Then...

> sBuff = GetLocalString oPlayer sMedallionBuff;
> if sBuff == 'Mastery' {write iMasteryBoost to oMedallion};

etc....

Not hard. I am sure that Blizzard boffins can work it out given the megabucks we pay them.

Oh man, thanks for this. We'll get right on it.

Seriously: if it was that easy, we'd have just done it. It's not.