PDA

View Full Version : Opcode 0x00e2 Warning



vendolis
06-06-2004, 02:03 PM
I noticed that I get along the run some warnings like this one:

Warning: 21:40 - error on zone-client: size > left (size=169, left=54, opcode=0x00e2)
....
Warning: 22:00 - Tue 2/26/3180 22:58 - error on zone-client: size > left (size=235, left=24, opcode=0x00e2)
Warning: 22:00 - Tue 2/26/3180 22:59 - error on zone-client: size > left (size=172, left=24, opcode=0x00e2)
OOC: 22:00 - Tue 2/26/3180 22:59 - 'Ironklaw' - ty kindly
OOC: 22:00 - Tue 2/26/3180 22:59 - 'Leadawenya' - ty all mgbers
Spell: 22:00 - Tue 2/26/3180 22:59 - You finish casting 'Selo`s Accelerating Chorus'.
Warning: 22:00 - Tue 2/26/3180 22:59 - error on zone-client: size > left (size=235, left=24, opcode=0x00e2)
General: 22:00 - Tue 2/26/3180 23:01 - Unknown: 0
Spell: 22:00 - Tue 2/26/3180 23:01 - You finish casting 'Selo`s Accelerating Chorus'.
Warning: 22:00 - Tue 2/26/3180 23:01 - error on zone-client: size > left (size=235, left=24, opcode=0x00e2)

The size and left differ..

Since I have no ideas of the Opcodes and what this one is for... I just post it and see if you can figure it out...

ksmith
06-06-2004, 10:04 PM
<opcode id="00e2" name="OP_Action2" implicitlen="23" updated="05/26/04">
<comment>old ActionCode</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>

That should be in your zoneopcodes.xml file. If it is not, then you need to get the latest copy.

Edit:
It would appear that the zoneopcodes.xml file in cvs was committed before I fixed opcodes between e0 and f0. Grab this one (http://seq.sourceforge.net/forums/attachment.php?s=&postid=35505) .

vendolis
06-07-2004, 12:29 AM
Thanks a lot ... :-)