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.05 opcode? #750

Open
Secant-fx opened this issue Nov 12, 2024 · 2 comments
Open

CN 7.05 opcode? #750

Secant-fx opened this issue Nov 12, 2024 · 2 comments

Comments

@Secant-fx
Copy link

Anyone gets 7.05cn opcode can just put here and share! Thanks again!!

@Grassuice
Copy link

This should do but ActionEffect08 to 32 are not tested, hope someone will complete it.
{
"C2S_ActionRequest": "0x0196",
"C2S_ActionRequestGroundTargeted": "0x0287",
"Common_UseOodleTcp": true,
"PatchCode": [],
"S2C_ActionEffect01": "0x033d",
"S2C_ActionEffect08": "0x033d ",
"S2C_ActionEffect16": "0x033d ",
"S2C_ActionEffect24": "0x033d ",
"S2C_ActionEffect32": "0x033d ",
"S2C_ActorCast": "0x03bc",
"S2C_ActorControl": "0x0084",
"S2C_ActorControlSelf": "0x007b",
"Server_IpRange": "0.0.0.0/0",
"Server_PortRange": "1-65535"
}

@Cherryu1
Copy link

Cherryu1 commented Nov 12, 2024

I've added ActionEffect08 to 32 based on the opcode provided by Grassuice. I have tested it, and it should be working. Please conduct further testing and make any necessary modifications.

{
"C2S_ActionRequest": "0x0196",
"C2S_ActionRequestGroundTargeted": "0x0287",
"Common_UseOodleTcp": true,
"PatchCode": [],
"S2C_ActionEffect01": "0x033d",
"S2C_ActionEffect08": "0x0306 ",
"S2C_ActionEffect16": "0x0179 ",
"S2C_ActionEffect24": "0x0169 ",
"S2C_ActionEffect32": "0x00cc ",
"S2C_ActorCast": "0x03bc",
"S2C_ActorControl": "0x0084",
"S2C_ActorControlSelf": "0x007b",
"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