I tried to edit one like this. But it's possible to normal buff (Don't need selected a player)
How can i buff to another player with some skill like Str/Int, Phy/Mag Def increate Cleric skill buff!
...
Sorry for my bad english!
Thank's all.
Code:
public void buffskill()
{
Packet buffskill = new Packet(0x7074, true);
buffskill.WriteUInt8(01);
buffskill.WriteUInt8(04);
buffskill.WriteUInt32(93);
buffskill.WriteUInt8(0);
Agent.Send(buffskill);
}






