hey guys what is the best way to get the target to attack in a packet bot so it should be in range and insight my way with mob appear is so messed up any ideas?
// monster appear
case 0x93:
if (M_ID.size()==MaxElements || M_HP.size()==MaxElements){
M_ID.clear();
M_HP.clear();
}else
M_ID.push_back(*(DWORD*)&packet[5]);
M_HP.push_back(*(DWORD*)&packet[19]);
m_type = *(WORD*)&packet[3];