EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Packetcollector (https://www.eqemulator.org/forums/forumdisplay.php?f=620)
-   -   Is this a collector bug, or is Sony overloading spell_id? (https://www.eqemulator.org/forums/showthread.php?t=10391)

tbigg 11-20-2003 07:46 PM

Is this a collector bug, or is Sony overloading spell_id?
 
I just noticed that about 6500 records in dumpeditems have recently changed the value of spellid from -1 to 65535. Since there is no spell with that ID, I'm just wondering if this is really the way the data is being sent now, or is this a bug in collector? Maybe from treating a signed int as an unsigned?

If this is really the way the data is being sent now, then Sony may have overloaded this field with some new non-spell flag value. Or they just decided to globally replace -1 with 65535.

kalipsh 11-20-2003 09:20 PM

Or maybe from having treated an always-unsigned int as a signed int before and they just fixed it?

Doodman 11-21-2003 06:30 AM

Code:

(unsigned short)-1 = 65535
Of for you windows peeps:
Code:

(uint16)-1 = 65535
Are you seeing this in the raw collected packets or in the database?

tbigg 11-22-2003 01:12 PM

I'm seeing it in the downloaded dumpeditems.sql file. I have not looked at the raw data from collected packets.


All times are GMT -4. The time now is 12:05 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.