T
Tinkz
Guest
Hi! everyone and @Znote
I'd like to use my own images since I use a lower version of tibia client.
Currently the image host is set to "items.znote.eu". Is there a way for me to change so that it takes images from a folder inside the server instead?
The current code which determinate shop images etc is this
I'd like to use my own images since I use a lower version of tibia client.
Currently the image host is set to "items.znote.eu". Is there a way for me to change so that it takes images from a folder inside the server instead?
The current code which determinate shop images etc is this
PHP:
$config['shop'] = array(
'enabled' => true,
'loginToView' => false, // Do user need to login to see the shop offers?
'enableShopConfirmation' => true, // Verify that user wants to buy with popup
'useDB' => false, // Fetch offers from database, or the below config array
'showImage' => true,
'imageServer' => 'items.znote.eu',
'imageType' => 'gif',
);