Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item scaling does not show all levels for items that scale based on instance tier difficulty #626

Open
Sagarmatha-8848 opened this issue Aug 20, 2024 · 10 comments

Comments

@Sagarmatha-8848
Copy link

Gear set items that drop from The Depths of Mâkhda Khorbo raid scale based on the tier difficulty of the raid.
i.e. T1 = item level 517, T2 = 519, T3 = 521, T4 = 523, T5 = 525
However, the Scaling window of these items only shows item level 517 for level 150.

Example items: Umbari Circlet of the Roc, Umbari Circlet of Beasts

I suspect this issue exists for all instances that drop gear with item levels that scale based on the tier difficulty.

@Sagarmatha-8848
Copy link
Author

LC_Item_scaling_issue

@dmorcellet
Copy link
Collaborator

Item ID 1879481021 for "Umbari Cap of the Roc" (they renamed Circlet to Cap in Update 41.1).

@dmorcellet
Copy link
Collaborator

Can't see how to achieve this.

@DeKa89
Copy link

DeKa89 commented Aug 20, 2024

The 523 (max, comes from T5, not 525) is actually stored in the item as base ilvl. Using the progressions of the stats, the stats could be scaled to that level instead of using player level (using ze_skirmish_level#141-:1879471068).
Concerning player level, this item scales from 141, but has a min level of 150. So all levels below 150 are not meaningful anyway.

@DeKa89
Copy link

DeKa89 commented Aug 20, 2024

So in this case, it would be feasable as the max ilvl is in the item. In other cases, instance bonus levels are not stored in the item.

@Sagarmatha-8848
Copy link
Author

The 523 (max, comes from T5, not 525) is actually stored in the item as base ilvl. Using the progressions of the stats, the stats could be scaled to that level instead of using player level (using ze_skirmish_level#141-:1879471068). Concerning player level, this item scales from 141, but has a min level of 150. So all levels below 150 are not meaningful anyway.

Wouldn't T4 be 523 also then? Does the T5 version @ 523 add another essence slot?

@DeKa89
Copy link

DeKa89 commented Aug 22, 2024 via email

@ol-khoma
Copy link

Also the case for other endgame scaling items. In this case as far as I remember, scaling goes to at least 520, most likely to 522

image_2024-08-22_113518265

@Sagarmatha-8848
Copy link
Author

No, T4 is 522, which I know from running. Also no further essence slot. You can look up the 523 items at the class barterers in Bej Magda. They can be traded for a tentacle barter item (T4/T5 drop).

Ok, so T1 = 517, T2 = 519, T3 = 521, T4 = 522, T5 = 523. I'm not a high tier raider so I assumed SSG was consistent in their item levels across the tiers. Obviously, one should never assume anything that SSG does is consistently logical.

@Sagarmatha-8848
Copy link
Author

Sagarmatha-8848 commented Aug 22, 2024

Also the case for other endgame scaling items. In this case as far as I remember, scaling goes to at least 520, most likely to 522

I've gotten item level 524 from Isle of Storm T5 Boss 3.
Sturdy_Umbari_Earring_ilvl524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants