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

In-game store images

Sami_san

New Member
Joined
May 20, 2016
Messages
76
Reaction score
1
Hello everyone.
Im trying to solve this for hours and cant get anything.

How can i get my images of a category in the in-game Tibia store shown? In config lua i tryed add every link and none worked examples i tryed :

storeImagesUrl = "mydomainname.com/images/store/64/"

storeImagesUrl = "home/images/store/64/"

storeImagesUrl = "/home/images/store/64/"

storeImagesUrl = "mydomainname.com/images/store/64"

No pictures come up in the game. Just question marks - ?
outfits.png

Please help

TFS 1.2 Tibia 10.96
 
My bad sorry. I edited the post.

HOW TO GET STORE IMAGES WORKING.
config.lua:
Code:
http://yourdomain.com/store/
www directory:
For example in /var/www/ create a folder called store, inside it create another one named 64. Your new directory should be like this: /var/www/store/64/

Move the 64x64 images to the folder.

Keep in mind that the images should be 64x64 and PNG, otherwise they won't show.

bkon_5n.png

Then your done.
 
Last edited:
My bad sorry. I edited the post.

HOW TO GET STORE IMAGES WORKING.
config.lua:
Code:
http://yourdomain.com/store/
www directory:
For example in /var/www/ create a folder called store, inside it create another one named 64. Your new directory should be like this: /var/www/store/64/

Move the 64x64 images to the folder.

Keep in mind that the images should be 64x64 and PNG, otherwise they won't show.

bkon_5n.png

Then your done.
this soluction work, also you need to clean your appdata of tibia icons to make it work better ;) if you won't it will not work some times
 
hmm, i think its working here but i dont have icons 64x64, by any chance do you have them?
You can track them directly from logging in to Real Tibia.

Log in
Open the store
Load every image you want
Go to your appdata folder, there should be the images
 
Last edited:
same. not working.

Config lua :
storeImagesUrl = "http://mydomainname.com/store/"

in my www root i got a folder store > 64 > and those images for the store
the images i have taken from the tibia.com website example :
http://static.tibia.com/images/store/64/Category_ExtraServices.png

i tryed even
storeImagesUrl = "http://mydomainname.com/store/64/" the same..

Im using OTX server 3

in my Tibia appdata folder i had folders with names of each of the category of my store for example Category_mount.png <- it was a name of a folder and inside there were 0 kb files.

ive deleted all the folders. restarted tibia and the server . no change
 
Last edited:
same. not working.

Config lua :
storeImagesUrl = "http://mydomainname.com/store/"

in my www root i got a folder store > 64 > and those images for the store
the images i have taken from the tibia.com website example :
http://static.tibia.com/images/store/64/Category_ExtraServices.png

i tryed even
storeImagesUrl = "http://mydomainname.com/store/64/" the same..

Im using OTX server 3

in my Tibia appdata folder i had folders with names of each of the category of my store for example Category_mount.png <- it was a name of a folder and inside there were 0 kb files.

ive deleted all the folders. restarted tibia and the server . no change

Code:
coinImagesURL = "http://xxx/images/store/"
coinPacketSize = 25
 
GUYS just fixed it and its working now. Now to allll PEOPLE that have Still THIS PROBLEM :

Most config lua got it wrong ! What i mean :

storeImagesUrl = <--- THIS SHOULD BE LIKE THAT ----> coinImagesURL = (THE Url CAPITAL LETTERS )
AND most config lua got storeCoinPacket = <--- THIS SHOULD BE LIKE THAT -----------> coinPacketSize =

SO NOW IT SHOULD LOOK LIKEE THIS :
coinImagesURL = "http://domainname.com/images/store/"
storeCoinPacket = 25

MOST CONFIG LUA GOT THE SPELLING WRONG I CHECKED IT !
 
GUYS just fixed it and its working now. Now to allll PEOPLE that have Still THIS PROBLEM :

Most config lua got it wrong ! What i mean :

storeImagesUrl = <--- THIS SHOULD BE LIKE THAT ----> coinImagesURL = (THE Url CAPITAL LETTERS )
AND most config lua got storeCoinPacket = <--- THIS SHOULD BE LIKE THAT -----------> coinPacketSize =

SO NOW IT SHOULD LOOK LIKEE THIS :
coinImagesURL = "http://domainname.com/images/store/"
storeCoinPacket = 25

MOST CONFIG LUA GOT THE SPELLING WRONG I CHECKED IT !
It is what I wrote? wtf

And you are wrong. Otx only have this config like that, because they changed that in configmanager.cpp.
 
My bad sorry. I edited the post.

HOW TO GET STORE IMAGES WORKING.
config.lua:
Code:
http://yourdomain.com/store/
www directory:
For example in /var/www/ create a folder called store, inside it create another one named 64. Your new directory should be like this: /var/www/store/64/

Move the 64x64 images to the folder.

Keep in mind that the images should be 64x64 and PNG, otherwise they won't show.

bkon_5n.png

Then your done.

Where can get the images with transparent background?
 
Back
Top