Log in

View Full Version : Auto-follow is broke in 5.3 DR2 (opcode inside)


r2d2atemyhomework
12-23-2003, 09:38 AM
Auto-follow does not appear to be working. The followed character never stops moving on the following character's client and eventually disappears. zone.exe is showing a flood of one unexpected opcode:


Unknown opcode: 0x008d size:4 Client:Trudy
0: 01 00 00 00 | ....
Unknown opcode: 0x008d size:4 Client:Trudy
0: 00 00 00 00 | ....

r2d2atemyhomework
12-26-2003, 12:45 PM
The fix for this is extremely easy. Just change the value of OP_GroupFollow2 to 0x008d on line 122 of eq_opcodes.h. Like so:


#define OP_GroupFollow2 0x008d


Next time I'll spend at least 15 minutes trying to solve a problem before I post a request. :oops: