Hello
Can someone help me how grant name changing Through Filter
i want to send this packet via the guild master's
I tried many ways, but the filter still only sends by char guild member
Can someone help me how grant name changing Through Filter
i want to send this packet via the guild master's
I tried many ways, but the filter still only sends by char guild member
PHP Code:
public void ChangeGrant()
{
Packet name = new Packet(0x7256); //C->S
name.WriteUInt32(12591); // id char Guild member
name.WriteAscii("AnhE101"); // grant name
m_RemoteSecurity.Send(name);
Send(false);
}