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

Crafting results packet error #7

Open
Headtatt opened this issue Aug 29, 2020 · 1 comment
Open

Crafting results packet error #7

Headtatt opened this issue Aug 29, 2020 · 1 comment

Comments

@Headtatt
Copy link

Trying to track 0x06F while desynthing elemental cards in EA with ionis instead of getting a tracking response the console keeps presenting the following error:

Lua runtime error: libs/packets/fields.lua:153; attempt to index field '?' (a nil value)

After checking line 153, this appears to be trying to determine which craft skill for the synth applies, but it also appears that elemental cards have no such craft designation, or some other response (a hidden skill?) applies instead. At any rate, the error seems to be preventing further exploring that packet under those circumstances.

@eLiidyr
Copy link

eLiidyr commented Aug 29, 2020

@Headtatt Check out: Issue #1911
Currently I reported this issue to the team and they are aware. If you want to fix for the time being you need to change the skills field so it reflects 6 bit instead of unsigned character. 7th & 8th bit seem to be flags for desynthesis and shield synths.

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

No branches or pull requests

2 participants