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

6.58 Opcodes after hotfix #696

Open
lwins-lights opened this issue Apr 2, 2024 · 5 comments
Open

6.58 Opcodes after hotfix #696

lwins-lights opened this issue Apr 2, 2024 · 5 comments

Comments

@lwins-lights
Copy link

lwins-lights commented Apr 2, 2024

Please check the post of mihokaenbyou below for complete opcodes.
---------------------------------------- OP ----------------------------------------------
Note: I did not double check its validity and it does not work if you hit more than 8 targets.

{
	"C2S_ActionRequest": "0x01d5",
	"C2S_ActionRequestGroundTargeted": "0x0260",
	"Common_UseOodleTcp": true,
	"PatchCode": [],
	"S2C_ActionEffect01": "0x01ca",
	"S2C_ActionEffect08": "0x031f",
	"S2C_ActionEffect16": "0x000f",
	"S2C_ActionEffect24": "0x000f",
	"S2C_ActionEffect32": "0x000f",
	"S2C_ActorCast": "0x0391",
	"S2C_ActorControl": "0x0333",
	"S2C_ActorControlSelf": "0x0111",
	"Server_IpRange": "0.0.0.0/0",
	"Server_PortRange": "1-65535"
}
@TofuOrganic
Copy link

TofuOrganic commented Apr 2, 2024

I got

{
	"C2S_ActionRequest": "0x01d5",
	"C2S_ActionRequestGroundTargeted": "0x01d5",
	"Common_UseOodleTcp": true,
	"PatchCode": [],
	"S2C_ActionEffect01": "0x01ca",
	"S2C_ActionEffect08": "0x031f",
	"S2C_ActionEffect16": "0x02b2",
	"S2C_ActionEffect24": "0x0101",
	"S2C_ActionEffect32": "0x01f6",
	"S2C_ActorCast": "0x0391",
	"S2C_ActorControl": "0x0333",
	"S2C_ActorControlSelf": "0x0111",
	"Server_IpRange": "0.0.0.0/0",
	"Server_PortRange": "1-65535"
}

@lwins-lights
Copy link
Author

@TofuOrganic Seems like we need to figure out C2S_ActionRequestGroundTargeted

@mihokaenbyou
Copy link

mihokaenbyou commented Apr 2, 2024

"C2S_ActionRequestGroundTargeted": "0x0260"

should be:

{
"C2S_ActionRequest": "0x01d5",
"C2S_ActionRequestGroundTargeted": "0x0260",
"Common_UseOodleTcp": true,
"PatchCode": [],
"S2C_ActionEffect01": "0x01ca",
"S2C_ActionEffect08": "0x031f",
"S2C_ActionEffect16": "0x02b2",
"S2C_ActionEffect24": "0x0101",
"S2C_ActionEffect32": "0x01f6",
"S2C_ActorCast": "0x0391",
"S2C_ActorControl": "0x0333",
"S2C_ActorControlSelf": "0x0111",
"Server_IpRange": "0.0.0.0/0",
"Server_PortRange": "1-65535"
}

edit: i just noticed that the first post found the same opcode for C2S_ActionRequestGroundTarrgeted, my bad. but I suppose double-checking wasn't a bad idea.

@TofuOrganic
Copy link

Yeah that's correct must've looked at the same one by mistake lol

@GreatGBL
Copy link

GreatGBL commented Apr 2, 2024

"C2S_ActionRequestGroundTargeted": "0x0260"

should be:

{ "C2S_ActionRequest": "0x01d5", "C2S_ActionRequestGroundTargeted": "0x0260", "Common_UseOodleTcp": true, "PatchCode": [], "S2C_ActionEffect01": "0x01ca", "S2C_ActionEffect08": "0x031f", "S2C_ActionEffect16": "0x02b2", "S2C_ActionEffect24": "0x0101", "S2C_ActionEffect32": "0x01f6", "S2C_ActorCast": "0x0391", "S2C_ActorControl": "0x0333", "S2C_ActorControlSelf": "0x0111", "Server_IpRange": "0.0.0.0/0", "Server_PortRange": "1-65535" }

edit: i just noticed that the first post found the same opcode for C2S_ActionRequestGroundTarrgeted, my bad. but I suppose double-checking wasn't a bad idea.

This one work

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