ok that's what we need :
TargetedSpellEventHandler and
TargetedSkillEventHandler
into EventSink.cs
then,
mobile.FaceHue that is not defined
and
where is type MondainQuester defined?
( error : using missing )
Some More Packets
I don`t know way I post so many wrong thingskoomaluola hat geschrieben:What about ContainerContent6017 ?
same thing there.

Code: Alles auswählen
public sealed class ContainerContent6017 : Packet
{
public ContainerContent6017( Mobile beholder, Item beheld ) : base( 0x3C )
{
List<Item> items = beheld.Items;
int count = items.Count;
this.EnsureCapacity( 5 + (count * 20) );
long pos = m_Stream.Position;
int written = 0;
m_Stream.Write( (ushort) 0 );
for ( int i = 0; i <count> 0x3FFF )
cid = 0x9D7;
m_Stream.Write( (int) child.Serial );
m_Stream.Write( (ushort) cid );
m_Stream.Write( (byte) 0 ); // signed, itemID offset
m_Stream.Write( (ushort) child.Amount );
m_Stream.Write( (short) loc.m_X );
m_Stream.Write( (short) loc.m_Y );
m_Stream.Write( (byte) child.GridLocation ); // Grid Location?
m_Stream.Write( (int) beheld.Serial );
m_Stream.Write( (ushort) child.Hue );
++written;
}
}
m_Stream.Seek( pos, SeekOrigin.Begin );
m_Stream.Write( (ushort) written );
}
}