i have an issue with these packets they aren't working i don't know if i did something wrong and here they are
Selecting mob ( sure of mob id )
Using skill ( iam sure of skill id )
thanks in advance
Selecting mob ( sure of mob id )
Code:
Packet p = new Packet(0x7045);
p.WriteUInt16(1963);
Agent.Send(p);
Code:
Packet p2 = new Packet(0x7074);
p2.WriteUInt8(0x01);
p2.WriteUInt8(0x04);
p2.WriteUInt32(11219);
p2.WriteUInt8(0x01);
p2.WriteUInt16(1963);
Agent.Send(p2);