WS_HearCastSpell
Posted: Tue Jun 30, 2009 11:25 pm
After playing around awhile last night I think this struct needs modification, so when you get a chance LE could you verify this? But for now this is what I see...notice the array of targets
I would like to collect a log with more than 2 in the group to really see if this is going to be the case, maybe there is at least one collection we have already that has this, I will look through some and see if there is.
By the way, I made a slight modification to the packet parser the other day if you did not see that, It was inline with the spell modifications I found awhile ago with affect_only_group_members, can_effect_raid that type of thing, so now the parser will add those bits to the db
Code: Select all
<Struct Name="WS_HearCastSpell" ClientVersion="1" OpcodeName="OP_ClientCmdMsg" OpcodeType="OP_EqHearSpellCastCmd">
<Data ElementName="spawn_id" Type="int32" />
<Data ElementName="num_targets" Type="int16" />
<Data ElementName="target_array" Type="Array" ArraySizeVariable="num_targets">
<Data ElementName="target" Type="int32" />
</Data>
<Data ElementName="spell_id" Type="int32" />
<Data ElementName="spell_visual" Type="int32" />
<Data ElementName="cast_time" Type="float" />
<Data ElementName="unknown5" Type="int16" />
<Data ElementName="unknown6" Type="int8" />
</Struct>By the way, I made a slight modification to the packet parser the other day if you did not see that, It was inline with the spell modifications I found awhile ago with affect_only_group_members, can_effect_raid that type of thing, so now the parser will add those bits to the db