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 5/7 hotfix #706

Open
lwins-lights opened this issue May 7, 2024 · 1 comment
Open

6.58 opcodes after 5/7 hotfix #706

lwins-lights opened this issue May 7, 2024 · 1 comment

Comments

@lwins-lights
Copy link

lwins-lights commented May 7, 2024

Check the post of @janhsen13 below for complete opcodes.

I didn't check its validity and it doesn't work if you hit 8+ targets.

{
	"C2S_ActionRequest": "0x007c",
	"C2S_ActionRequestGroundTargeted": "0x00fc",
	"Common_UseOodleTcp": true,
	"PatchCode": [],
	"S2C_ActionEffect01": "0x037d",
	"S2C_ActionEffect08": "0x00f4",
	"S2C_ActionEffect16": "0x0000",
	"S2C_ActionEffect24": "0x0000",
	"S2C_ActionEffect32": "0x0000",
	"S2C_ActorCast": "0x01bb",
	"S2C_ActorControl": "0x0148",
	"S2C_ActorControlSelf": "0x025d",
	"Server_IpRange": "0.0.0.0/0",
	"Server_PortRange": "1-65535"
}
@janhsen13
Copy link

Can confirm @lwins-lights is correct. Here is mine with 8+ targets added.

{
	"C2S_ActionRequest": "0x007c",
	"C2S_ActionRequestGroundTargeted": "0x00fc",
	"Common_UseOodleTcp": true,
	"PatchCode": [],
	"S2C_ActionEffect01": "0x037d",
	"S2C_ActionEffect08": "0x00f4",
	"S2C_ActionEffect16": "0x0121",
	"S2C_ActionEffect24": "0x02e3",
	"S2C_ActionEffect32": "0x01fb",
	"S2C_ActorCast": "0x01bb",
	"S2C_ActorControl": "0x0148",
	"S2C_ActorControlSelf": "0x025d",
	"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

2 participants