sammie
10-07-2009, 08:15 PM
A few changes that should be pushed live during tonight's downtime:
- spawnIllusionStruct as had 4 bytes added to it. Increasing unknown0080[176] to unknown0080[180] fixes it temporarily.
- groupUpdateStruct has been changed. Group member and leader names are no longer fixed length, but dynamic. It also appears player level and number of players in the current group have been added to the packet.
- many opcode changes. The following work on the Test server and may work on live to get skittles and most functions back until one of the seq devs can post fixes:
OP_NpcMoveUpdate = 292F
OP_DeleteSpawn = 63F8
OP_ZoneEntry = 4B61
OP_InspectAnswer = 0C2B
OP_GroupFollow = 1715
OP_GroupDisband2 = 08C3
OP_Consider = 3A18
OP_ZoneChange = 6D37
OP_Logout = 224F
Also, to prevent a crash related to someone else in the group spawning a merc, you can change OP_GroupUpdate to an unused value (I use AAAA) until a patch is released that properly handles the new packet structure.
These changes are working on Test only, but should work on live after the 10-08 patch to get people operational until a proper SEQ update can be released.
- spawnIllusionStruct as had 4 bytes added to it. Increasing unknown0080[176] to unknown0080[180] fixes it temporarily.
- groupUpdateStruct has been changed. Group member and leader names are no longer fixed length, but dynamic. It also appears player level and number of players in the current group have been added to the packet.
- many opcode changes. The following work on the Test server and may work on live to get skittles and most functions back until one of the seq devs can post fixes:
OP_NpcMoveUpdate = 292F
OP_DeleteSpawn = 63F8
OP_ZoneEntry = 4B61
OP_InspectAnswer = 0C2B
OP_GroupFollow = 1715
OP_GroupDisband2 = 08C3
OP_Consider = 3A18
OP_ZoneChange = 6D37
OP_Logout = 224F
Also, to prevent a crash related to someone else in the group spawning a merc, you can change OP_GroupUpdate to an unused value (I use AAAA) until a patch is released that properly handles the new packet structure.
These changes are working on Test only, but should work on live after the 10-08 patch to get people operational until a proper SEQ update can be released.