• 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!

Solved How do I make Gesior read outfits folder?

sevengym

New Member
Joined
Aug 27, 2014
Messages
27
Reaction score
0
Location
Poland
Hello I unpacked my spr files and now I have the folder with all outfits called outfits_no_anim. I set my config like this
$config['site']['outfit_images_url'] = '/images/outfits_no_anim/';
$config['site']['item_images_url'] = '/images/items/';

The items works but outfits not. I found this line in js.php
function changeVoc(id){
document.getElementById("vocInfo").innerHTML = '<img src="images/outfits_no_anim/' + voc[id][0] + '_0.PNG"/><div id="weaponVoc">Weapon: ' + voc[id][1] + '</div><br>';

Can It be this? How can I make my outfits work? I use custom naruto ots so I cannot read from link. I have to read them from folder.
Post automatically merged:

bump
Post automatically merged:

bump
Post automatically merged:

i get this result /images/outfits_no_anim/outfit.php/?id=21&addons=0&head=0&body=0&legs=0&feet=0 in meantime i checked other OTS site and their shows this items/outfits_no_anim/1042/1_1_1_3.png
Post automatically merged:

FIXED CAN CLOSE TOPIC
 
Last edited:
Back
Top