• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Outfitter 10.76 - showing outfits on website

Can you possibly get evoker only one I need for website
725 male - 726 female.. ??
 
Without OTB I cannot unpack items, but I can unpack outfits! :)
724:
outfit.php

725:
outfit.php

726 (looks like mount):
outfit.php


Updated my outfits host:
http://outfit-images.ots.me/outfit.php?id=724&addons=3&head=123&body=12&legs=23&feet=31

You can also make your own rehost:
http://outfit-images.ots.me/outfit-images_1079.zip
 
I am using this

Code:
$config['site']['outfit_images_url'] = 'http://outfit-images.ots.me/outfit.php';
$config['site']['item_images_url'] = 'images/items/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = 'images/flags/';
$config['site']['flag_images_extension'] = '.png';

But it wont show new addons ;d how can i make it so it shows the new addons? :eek:
 
I am using this

Code:
$config['site']['outfit_images_url'] = 'http://outfit-images.ots.me/outfit.php';
$config['site']['item_images_url'] = 'images/items/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = 'images/flags/';
$config['site']['flag_images_extension'] = '.png';

But it wont show new addons ;d how can i make it so it shows the new addons? :eek:
If its newer than 10.96 you need to export and create a own folder with the images obviously, since this is up to 10.96.
 
Last edited:
Back
Top