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

Znote Acc Shop Image

Sp0tl3ss

Nestalia.org
Joined
Jul 19, 2014
Messages
279
Reaction score
12
Hello i use znoteAcc and hes image server "items.znote.eu" but some items dont match mine for example rift bow get me a border, can i do anything to make the script take a picture localy stored? thanks
 
Solution
I wanted to know, how do I do that, I have to create a folder named images where is my site? or as I do. my site is >>>> epictibia.com

Yes, create folder "images" in the same folder as the web files (where config.php is)
Change imageServer value in config.php to 'epictibia.com/images'

And place all the item images in this images folder. Make sure the filename is the itemid of the item.
 
Yes, create folder "images" in the same folder as the web files (where config.php is)
Change imageServer value in config.php to 'epictibia.com/images'

And place all the item images in this images folder. Make sure the filename is the itemid of the item.
and for the outfits to be seen? I have personalized outfits and I can't make them appear on the web page, any solution?
 
and for the outfits to be seen? I have personalized outfits and I can't make them appear on the web page, any solution?
For outfits there is another URL in config:
Code:
'imageServer' => 'https://outfit-images.ots.me/animatedOutfits1099/animoutfit.php'
Right now, it points to my host (ots.me) to 10.99 version.
If you are using custom .dat and .spr, you got to generate your own outfit images file:
Put it on your host (unpack .zip) and place URL to your site in config.

EDIT:
If you are using 12.xx, you can use this config:
Code:
'imageServer' => 'https://outfit-images.ots.me/12xx_latest_walk/animoutfit.php'
It's 12+ 'always up to date' host.
 
Last edited:
For outfits there is another URL in config:
Code:
'imageServer' => 'https://outfit-images.ots.me/animatedOutfits1099/animoutfit.php'
Right now, it points to my host (ots.me) to 10.99 version.
If you are using custom .dat and .spr, you got to generate your own outfit images file:
Put it on your host (unpack .zip) and place URL to your site in config.

EDIT:
If you are using 12.xx, you can use this config:
Code:
'imageServer' => 'https://outfit-images.ots.me/12xx_latest_walk/animoutfit.php'
It's 12+ 'always up to date' host.
As much as I try this, the images do not load
 
Back
Top