open siggen.php in the main siggen dir
find
place class image
after add this code
- Code: Select all
// $specData['tree']
if( $o == 'class' && $configData['class_img_disp'] && !empty($sig_class_img) )
{
$im_sclass_file = $configData['image_dir'] . 'spec/' . $sig_class.'-'.$specData['tree'].'.png';
if( file_exists($im_class_file) )
{
combineImage( $im,$im_sclass_file,(__LINE__),($configData['class_img_loc_x'] + 18),($configData['class_img_loc_y'] + 15) );
}
}
then download the images i have included .. there are english only sorry
place them in img/spec/
btw took an hour to rename all the talents to the right icons lol
and there you have it it auto places in the botton right corner of the class image
have ater