Hey all
im making bot . i have problems with movement packets.I can't get posZ coordinat(Height) .Anyone have formule?
im making bot . i have problems with movement packets.I can't get posZ coordinat(Height) .Anyone have formule?
Packet move = new Packet(0x7021);
move.WriteByte(1);
move.WriteByte(sectorx);
move.WriteByte(sectory);
move.WriteInt16(posx);
move.WriteInt16(posy);
move.WriteInt16(0); //z
Packet move = new Packet(0x7021);
move.WriteByte(1);
move.WriteByte(sextorx);
move.WriteByte(sextory);
move.WriteInt16(posx);
move.WriteInt16(0); //z
move.WriteInt16(posy);