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

CN 7.0 Opcode? #743

Open
Secant-fx opened this issue Sep 26, 2024 · 3 comments
Open

CN 7.0 Opcode? #743

Secant-fx opened this issue Sep 26, 2024 · 3 comments

Comments

@Secant-fx
Copy link

Just wait for 7.0 to release and somebody try to get the code... I also gonna try to figure it out after the release. Anyone who get the opcode can just put here below

@Grassuice
Copy link

{
"C2S_ActionRequest": "0x0159",
"C2S_ActionRequestGroundTargeted": "0x0159",
"Common_UseOodleTcp": true,
"PatchCode": [],
"S2C_ActionEffect01": "0x02f4 ",
"S2C_ActionEffect08": "0x0260",
"S2C_ActionEffect16": "0x0260 ",
"S2C_ActionEffect24": "0x0260 ",
"S2C_ActionEffect32": "0x0260 ",
"S2C_ActorCast": "0x0081",
"S2C_ActorControl": "0x0065",
"S2C_ActorControlSelf": "0x0127 ",
"Server_IpRange": "0.0.0.0/0",
"Server_PortRange": "1-65535"
}

This should do, but I haven't test ActionEffect16 to ActionEffect32

@Secant-fx
Copy link
Author

{ "C2S_ActionRequest": "0x0159", "C2S_ActionRequestGroundTargeted": "0x0159", "Common_UseOodleTcp": true, "PatchCode": [], "S2C_ActionEffect01": "0x02f4 ", "S2C_ActionEffect08": "0x0260", "S2C_ActionEffect16": "0x0260 ", "S2C_ActionEffect24": "0x0260 ", "S2C_ActionEffect32": "0x0260 ", "S2C_ActorCast": "0x0081", "S2C_ActorControl": "0x0065", "S2C_ActorControlSelf": "0x0127 ", "Server_IpRange": "0.0.0.0/0", "Server_PortRange": "1-65535" }

This should do, but I haven't test ActionEffect16 to ActionEffect32

This works for me! Thx a lot!!

@MnFeN
Copy link

MnFeN commented Sep 28, 2024

楼上有几个错的

{
"C2S_ActionRequest": "0x159",
"C2S_ActionRequestGroundTargeted": "0x3de",
"Common_UseOodleTcp": true,
"PatchCode": [],
"S2C_ActionEffect01": "0x2f4",
"S2C_ActionEffect08": "0x260",
"S2C_ActionEffect16": "0x11d",
"S2C_ActionEffect24": "0x3a0",
"S2C_ActionEffect32": "0x3b0",
"S2C_ActorCast": "0x9b",
"S2C_ActorControl": "0x65",
"S2C_ActorControlSelf": "0x127",
"Server_IpRange": "0.0.0.0/0",
"Server_PortRange": "1-65535"
}

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

3 participants