Page 1 of 1

WS_SpellInfo struct

Posted: Thu Feb 19, 2009 3:09 pm
by Zcoretri
partial packet...

Code: Select all

64 00 00 00 00 00 00 00 20 41 00 00 00 00 00 00
00 00 00 00 00 00 00 00 05
64 = percentage (int8)
00 = display_spell_tier (int8)
00 00 00 00 = minimum_range (float)
00 00 20 41 = range (float)
00 00 00 00 = not accounted for in struct.
00 00 00 00 = duration1 (int32)
00 00 00 00 = duration2 (int32)
00 = unknown9 (int8)
00 = duration_flag (int8)
05 = target (int8)

out of all the packets I have looked at that I have collected within the past few days, those 4 bytes are between the range and duration. So far it has always been all zeros. So is this a new unknown value?

Re: WS_SpellInfo struct

Posted: Thu Feb 19, 2009 4:39 pm
by LethalEncounter
This a new packet using the latest client?

Re: WS_SpellInfo struct

Posted: Thu Feb 19, 2009 4:44 pm
by Zcoretri
Yeah...client is 5426L

Re: WS_SpellInfo struct

Posted: Thu Feb 19, 2009 4:48 pm
by LethalEncounter
I'll have to look at it, but it might be a new field that added.