Soreepeong / XivAlexander

Double weave on high latency, and mishmash of modding tools - especially for fonts and internationalization for Final Fantasy XIV.
Apache License 2.0
715 stars 65 forks source link

CN 7.0 Opcode? #743

Open Secant-fx opened 4 weeks ago

Secant-fx commented 4 weeks ago

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 commented 4 weeks ago

{ "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 commented 4 weeks ago

{ "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 commented 3 weeks ago

楼上有几个错的

{
"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"
}