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

Added support for 02F7 package (guild_name) #3900

Merged
merged 1 commit into from
Dec 15, 2024
Merged

Conversation

ya4ept
Copy link
Contributor

@ya4ept ya4ept commented Dec 14, 2024

This should fix it: #3818

struct PACKET_ZC_UPDATE_GDID {
	int16 PacketType;
	uint32 guildId;
	int emblemVersion;
	uint32 mode;
	uint8 isMaster;
	int32 interSid;
	char guildName[NAME_LENGTH];
	uint32 masterGID;
} __attribute__((packed));
DEFINE_PACKET_HEADER(ZC_UPDATE_GDID, 0x02f7)

I haven't tested this.

@dcyxxt
Copy link

dcyxxt commented Dec 14, 2024

31f364d50d3add51d79025522c221b6
f9aad1fb47c79a573b0779514795c48
微信截图_20241215002619
still same problem

@ya4ept
Copy link
Contributor Author

ya4ept commented Dec 14, 2024

You need to use your old serverType, not kRO_Sakexe_0

@dcyxxt
Copy link

dcyxxt commented Dec 15, 2024

You need to use your old serverType, not kRO_Sakexe_0

yep,i changed serverType to kRO::RagexeRE_2021_11_03

but ,still

微信截图_20241215100655
微信图片_20241215100716

console_.txt

@alisonrag
Copy link
Contributor

You need to use your old serverType, not kRO_Sakexe_0

yep,i changed serverType to kRO::RagexeRE_2021_11_03

but ,still

微信截图_20241215100655 微信图片_20241215100716

console_.txt

add:
02F7 47 in ur recvpackets

@dcyxxt
Copy link

dcyxxt commented Dec 15, 2024

You need to use your old serverType, not kRO_Sakexe_0

yep,i changed serverType to kRO::RagexeRE_2021_11_03
but ,still
微信截图_20241215100655 微信图片_20241215100716
console_.txt

add: 02F7 47 in ur recvpackets

OH~thx,it works now

@ya4ept ya4ept merged commit 31dfe42 into master Dec 15, 2024
9 checks passed
@ya4ept ya4ept deleted the add_support_02F7 branch December 15, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants