Burning Plate of the Worldbreaker

wow-64-2016-10-11-06-30-27-82

In yesterday mornings post I showed off briefly my transmog to go with the hidden protection warrior artifact appearance, but I have yet to really talk about it.  I have to say when I saw the protection warrior artifact during the lead up to the legion launch, I was more than a little underwhelmed by it.  However over time I came to love it, largely because of the lore behind it.  This is of course a spoiler so if you have not unlocked the protection artifact, and want to be surprised… then I guess skip this post for now.  Essentially the shield that you pick up as part of the artifact quest chain was crafted from one of Neltharion’s scales.  Yes I mean Neltharion… not Deathwing… as in before the transformation happened.  So that alone made me a bit more excited to wield the weapon, however when I found out that the hidden appearance was a Deathwingy version…  I knew sooner or later I had to get it.  Now apparently in beta this appearance was just sitting out in the open in the Vault of Neltharion area in High Mountain, so for awhile I started making the occasional trip through that region to see if it happened to be up.  I had largely forgotten about the appearance however in the hustle and bustle of gearing and tanky bits.  A few weeks ago however I found out that apparently the appearance was alive and kicking in game, and that supposedly there was an easy way to get it.  That easy method involved standing at the torch in the Vault of Neltharion and running a  script to see if the quest trigger that makes the shield appear had fired.  Now unfortunately I learned about this… two days after they had applied a hotfix to make the logging thing stop working… and instead give players a single chance each day to get the quest.

/run print("44311:", IsQuestFlaggedCompleted(44311))
/run print("44312:", IsQuestFlaggedCompleted(44312))

So for the last few weeks it has been a nightly occurrence to log in, make a beeline over to the Vault of Neltharion either by running through the path of Huln from Thundertotem or flying directly to the vault via Obsidian Overlook.  To explain what the above script does, is that when placed in a macro the first check is to see if the shield has spawned for you and is lootable.  The second check is to determine if you have already spent your once a day attempt to get the shield.  You are going to see an awful lot of “false, true” on those two before you finally see one that shows as “true, false”.  Basically running the script saves you wandering through the cave checking every single kobold gold pile, because apparently it can show up on literally any of them.  The biggest problem is that I am not exactly sure what triggers eligibility for this quest.  The only certain requirement is that you be at least Artifact Knowledge 5 to unlock it.  However others are claiming that you need to have read the artifact book in your class hall, and still others are claiming that it has something to do with the Xe`ra quest chain that lets you see events through the eyes of Illidan.  Supposedly when the quest triggers you see an emote in game and hear a gigantic roar…  this never actually happened for me during the time when the script actually returned true, so don’t count on that part.

wow-64-2016-10-09-15-46-46-80

Here is a shot of me standing beside the shield on the pile of gold.  Note this is not the same pile of gold that I saw in earlier screenshots of how the process works, so I think that quite honestly it can be any of various gold piles that are guarded by kobolds.  Another thing of note… I have also heard that if you die it can reset the flag so I highly suggest you do not take the level or risks I did in trying to get the shield.  I did the traditional warrior tank thing and pulled literally everything up to the pile where the shield was and tanked it down.  On second thought this was probably not the most prudent way to do this… but dammit I was excited.  There is a certain level of paranoia and superstition now associated with this quest for me.  As a result I thought I would basically run through all of the various things that might be triggering it.  I cannot state that any one thing did it, but I had just wrapped up a bunch of stuff the day I finally got my shield.  So here was the status of several variables on that day.

  • Had obtained Artifact Knowledge 7
  • Sitting at Revered with All Legion Factions
  • Had just finished Xe`ra quest chain before attempting
  • Read the Artifact Book in Class Hall before attempting
  • leap down from Skyhold to Highmountain
  • flew to Obsidian Overlook
  • entered Vault from that direction firing script as soon as I saw the “vault” name text show up

Like I said… none of these or all of these could be significant… or this could just be the ramblings of a madman.  Either way I am happy to have my new shield and mace combo and now I am working on the other hidden color schemes.  It seems like these are the same requirements regardless of hidden artifact appearance or class.

  • Complete 100 Dungeons using a hidden artifact appearance.
  • Complete 200 World Quests using a hidden artifact appearance.
  • Kill 1000 Players using a hidden artifact appearance.

or you can just do what I do and periodically run this script from a macro to see what your present status is.  I basically just recycled what was my Vault macro, and turned it into this one.

/run local q,x,_,a,b = GetAchievementCriteriaInfo,0 for i=1,11 do _,_,_,a,b = q(11152,i) x=x+a end local _,_,_,c,d = q(11153,1) local _,_,_,e,f = q(11154,1) print(“Dungeons: “..x..”/”..b) print(“WQs: “..c..”/”..d) print(“Kills: “..e..”/”..f)

Which simply causes some numbers to print to screen indicating how many of each item you have completed.  In any case good hunting and hopefully you too will find your silly shield so we can stop caring about the Vault of Neltharion!

 

1 thought on “Burning Plate of the Worldbreaker”

Comments are closed.