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

List of anointment is completely wrong #42

Closed
AlphSpirit opened this issue Aug 26, 2021 · 5 comments
Closed

List of anointment is completely wrong #42

AlphSpirit opened this issue Aug 26, 2021 · 5 comments
Labels
bug Something isn't working front end dev task Work for the website (html, css, js..)

Comments

@AlphSpirit
Copy link
Collaborator

https://www.poewiki.net/wiki/Oil#List_of_anointments

The list is missing a lot of anointment and has wrong data as well.

image

@AlphSpirit AlphSpirit added bug Something isn't working front end dev task Work for the website (html, css, js..) labels Aug 26, 2021
@AlphSpirit AlphSpirit added this to Qualified To-do’s in PoE Wiki - MVP Aug 26, 2021
@markliu06
Copy link

It need pypoe to export new data to wiki module. While the mod text is handled by pypoe mod export.

Mod export part of pypoe is down and it take a really long time to edit ALL blight anoint mod by hand (or check which one is outdated)

For the wiki module part , the command is pypoe_exporter wiki lua blight (+ -w or -p or --write)

But it is down also for brather1ng's fork

PyPoE.poe.file.specification.errors.SpecificationError: <ERRORS.RUNTIME_ROWSIZE_MISMATCH: 3002>: "BlightCraftingItems.dat": Specification row size 20 vs real size 21

To sum up, it relies on pypoe

@angelic-knight
Copy link

I've figured out how to tweak specifications for PyPoE (you can adjust fields in the ...\PyPoE\poe\file\specification\data\stable.py file) and I've gotten it to output .lua files which seem to have recipes and outcomes for anointments.

I'm not sure where to go from here - I'm not sure how I would update the Cargo Database, and if there's any way to preview the affects of updating the DB (or if we can back up the old state before updating it?).

@markliu06
Copy link

markliu06 commented Aug 28, 2021

If you have the lua , post those in the sub page of https://www.poewiki.net/wiki/Module:Blight (you can get the bot account password and use pypoe to write to wiki directly)

and then null edit those template of https://www.poewiki.net/wiki/Template:Blight (all sub templates) to trigger the rebuild of cargo tables

and then null edit the front side article such as https://www.poewiki.net/wiki/List_of_anointments

https://www.poewiki.net/wiki/Blight_(game_mechanic)

The modifier may still be wrong but the oil combo should be correct

@angelic-knight
Copy link

Thanks for the help!
I also found the PyPoE page after posting the comment, which has a lot of info about how Cargo stores data on the wiki, and how to use PyPoE to update the wiki.

I've updated the recipe and recipe_item sub-modules, and performed null edits to trigger updates.

@Journeytojah
Copy link
Collaborator

This has been fixed thanks to @angelic-knight and @markliu06.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working front end dev task Work for the website (html, css, js..)
Projects
PoE Wiki - MVP
Qualified To-do’s
Development

No branches or pull requests

4 participants