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

Packet Parser: Unknown switch: 0A41 #3903

Open
zanzibar222 opened this issue Dec 16, 2024 · 6 comments
Open

Packet Parser: Unknown switch: 0A41 #3903

zanzibar222 opened this issue Dec 16, 2024 · 6 comments

Comments

@zanzibar222
Copy link

having this issue and my rebellion skill not working

skill: fire dance

image

@ya4ept
Copy link
Contributor

ya4ept commented Dec 16, 2024

@ya4ept
Copy link
Contributor

ya4ept commented Dec 16, 2024

#if PACKETVER >= 20151223
	skillscale = 0xA41,
#endif
struct PACKET_ZC_SKILL_SCALE {
	int16 PacketType;
	uint32 AID;
	int16 skill_id;
	int16 skill_lv;
	int16 x;
	int16 y;
	uint32 casttime;
} __attribute__((packed));

@zanzibar222
Copy link
Author

thank you sir

@dcyxxt
Copy link

dcyxxt commented Dec 24, 2024

did you fix it?

@ya4ept
Copy link
Contributor

ya4ept commented Dec 24, 2024

@alisonrag
Copy link
Contributor

skill scale is sent in some cases instead of skill use also range is got from lub file
image
image

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

4 participants