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

wrong weatherID value of weatherChange #78

Open
Ra-Workspace opened this issue Feb 12, 2021 · 0 comments
Open

wrong weatherID value of weatherChange #78

Ra-Workspace opened this issue Feb 12, 2021 · 0 comments

Comments

@Ra-Workspace
Copy link
Contributor

First, here's weatherChange opcode of Korean server.

FFXIVMonReborn

These are weatherChange packets from Diadem and screenshot's weather is Umbral Levin. Its weatherID is 135.
It seems that size of weatherID is 1 byte.

module.exports = async (struct) => {
struct.weatherID = MachinaModels.getUint32(struct.data, 0x00);
struct.delay = MachinaModels.getFloat(struct.data, 0x04);
};

But Korean patch version is v5.3 and I don't know packet changes since then.
Global server needs to check if there is the same problem.

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

1 participant