Need Gilded Crests To Get Runed? At Ilvl 608?!

I don’t think this is consistent between alts because I have higher level alts who don’t have this restriction, can get Runed with Carved per usual. Is my alt broken? Is this somehow operating as expected?

Alt is Jihi on Azjol-Nerub.

The only thing I wonder about is that fact that she has 1 or 2 Hero pieces, but they are baseline from World Boss fights.

The alchemist stone trinket shows as 596 item level on the Armory page. Could that be what is causing the issue?

Has Jihi completed the Harbinger of the Carved achievement?

2 Likes

I’d first check to see if everything is at the right ilvl. 606 is the threshold to get Harbinger of the Carved, which will allow Carved to Runed. Anything below that including crafted gear will not unlock Carved to Rune transmutation.

1/6 Hero track gear starts at 610 so it shoots past that requirement on it’s own.

1 Like

Gilded->Runed is the crest down rank that’s always available. Carved->Runed requires every slot to have a ilvl of 606.

This is the reason. Need a second 606+ trinket

4 Likes

Just confirming that this is accurate. It’s not the total iLvl number you see on the Character screens. It’s EVERY slot having 606 or higher.

Plus, this is character-specific. You must reach 606 in every slot on each character. It’s not Warband/Account wide.

3 Likes

And every slot has to be correct armor type for your class. A Paladin wearing cloth shouders (lookin’ at you, Leeroy) won’t trigger the feat of strength to unlock crest trade ups until they put on plate shoulders of the correct item level. (Never mind all the other ways it’s a bad idea.)

6 Likes

If you check in comments here:

There is a simple script you can run that will show what you are missing. All of these achieves has a similar script someone nice placed in comments. Here is the one for carved:

/run local n=tInvert(Enum.ItemRedundancySlot),a;for i=0,16 do a = C_ItemUpgrade.GetHighWatermarkForSlot(i); if a < 606 then print(a, n[i]) end end

Lorethon here is missing a waist piece, while Elehan, my druid, has it done. For weapons it lists all options, you just have to have one done. Anyway, perhaps that helps.

2 Likes

It’s also slightly more, in that every item also has to be intended for your class to wear. No leather armor for warriors, caster DPS trinkets for DHs or tank trinkets for priests as examples, they don’t count.

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.