-
Notifications
You must be signed in to change notification settings - Fork 21
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
Do not work for SoD epic crafted items #46
Comments
Also doesnt work for the epic staff and i guess other epics from the raid. |
After doing some calculations and i likely found the issue.
from gearscore.lua These are some values that are defined for formulas and indexed on rarity. For rarities other than 4 (epic) these values are small. But for epics its 26 where the item level for epics is 30 (for raid dropped ones). For exapmle a level 26 rare 2 handed weapon has 52 GS. A epic level 30 2 handed weapon has 12GS. At second thought this does make sense as the lowest epics in vanilla would be around level 60. I guess you could just scale it with a MAX_LEVEL modifier that you update based on the active season. Ill submit a PR for this later. |
I see a couple fixes: A problem is that likely SoD and Classic era are on the same game version as they are started from the same client, thus you cant make another game version if else (like the ones already exisiting for tbc or wotlk). |
Hey guys ! Any news on that ? This is quite problematic as it lowers the gs & lot of ppl are counting on gs to recruit for raids :/ Thanks ! |
Yes, https://github.com/gk646/GearScoreClassic |
Hi, the gear score of the SoD crafted items (i.e 210794) is 6 instead of something which should be way bigger as it is bis items of the phase 1.
Any idea how to debug this ? I can open a PR if you drive me in which file I could fix this.
The text was updated successfully, but these errors were encountered: