View Single Post
  #12  
Old 07-23-2008, 02:41 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Derision View Post
There is a value for this opcode in patch_6.2.conf, so it may work on that client
I tried this on the 6.2 client the other day, and the pet window didn't come up when I charmed a mob.

I just found a 6.2 packet collect in the PEQ logs with an example of charm. It would appear the 6.2 opcode for OP_Charm is 0x10a1, not 0xdff as specified in patch_6.2.conf. This works for 6.2 only, not Titanium, so if anyone is still using 6.2, in patch_6.2.conf, change:

Code:
OP_Charm=0x0dff
to:

Code:
OP_Charm=0x10a1
Unfortunately it would appear packet collects from the Titanium era client are very rare, at least in the PEQ repository :(
Reply With Quote