6
Normally there should be a avatar.sql file shipped with the avatars. The content looks someting like this:
INSERT INTO `xoops_avatar` (`avatar_file`, `avatar_name`, `avatar_mimetype`, `avatar_display`, `avatar_type`) VALUES ('Animaniacs001.gif', 'Animaniacs001.gif', 'image/gif', 1, 'S');
There would be a line for every avatar in your file. After copying the avatars to the uploads directory you will have to run the avatar.sql file in your MySQL database.