-
Notifications
You must be signed in to change notification settings - Fork 22
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
PyPoE Export Issues 3.20.1 #102
Comments
Quest RewardsWent down a false start here looking at Some of the tables are now back and the logic might be possible to partially reinstate: Cosmetic ThemesAccording to comments the field it's leveraging was removed in 3.17, I don't know if it moved into some other place. The labels seem to be in Old WatchstonesShould be straightforward enough with whatever skipping mechanism we have but I've never added anything to it, needs some testing. |
The association table for Cosmetic Themes is |
Cosmetic Theme was removed. It's Cosmetic Type that we care about. Edit: Looks like you're right, @zao. I didn't see that. Still, it's Cosmetic Type that we care about mostly, and I think that was also removed or changed somehow in the game data from how it was stored previously. |
Cosmetic Type is also in |
I believe I've fixed the Cosmetic Type and Cosmetic Theme fields by taking them from |
Example: Etched Kite Shield
|quest_reward1_item_level = 44
|quest_reward1_rarity_id = rare
Deleted by bot on export.
Example: Delve Core Gloves
|cosmetic_theme = Core 2021
Deleted by bot on export.
Example: Ivory Watchstone
Was changed from
|class_id = AtlasRegionUpgradeItem
to
|class_id = AtlasUpgradeItem
Also includes unique versions. These items should be skipped for next export.
The text was updated successfully, but these errors were encountered: