Display outfits on highscores, onlinelist, character profile.

Fix #252
This commit is contained in:
Znote
2017-01-30 22:36:39 +01:00
parent 695cb58b04
commit a5ba62a51e
6 changed files with 89 additions and 61 deletions

View File

@@ -571,9 +571,9 @@
// Show outfits
$config['show_outfits'] = array(
'shop' => true,
'highscores' => false, // Not implemented yet
'characterprofile' => false, // Not implemented yet
'onlinelist' => false, // Not implemented yet
'highscores' => true,
'characterprofile' => true,
'onlinelist' => true,
// Image server may be unreliable and only for test,
// host yourself: https://otland.net/threads/item-images-10-92.242492/
'imageServer' => 'http://outfit-images.ots.me/animatedOutfits1090/animoutfit.php'