• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Store ingame problem

jurass

New Member
Joined
Jul 7, 2015
Messages
98
Reaction score
3
Location
Poland
hello , i set in config
storeImagesUrl = "http://myipvps/images/store"


and in /images i create folder store
in images/store i paste cc.png 64x64 image

script :
-- Stackable Item Example : thingId = itemId
{name = "Crystal Coin", thingId = 2160, count = 200, type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE, price = 150, icons = {"cc.png"}, description = "Become rich!"},

and dont work ; / please help me
 
check if the size of the image is 64x64 and its .png format. If its okay then erase the appdata. Go to your computer -> Your System drive (Example mine C: )-> Users -> [your user name] folder -> AppData - > Roaming -> Tibia - > Image Cache - > and delete all folders you have there. Then start tibia again and go to your server and check the game store .

If you dont see the AppData folder you need to do this :
http://www.wikihow.com/Unhide-Folders-in-Windows-7
 
oh forgot to say haha. Folders go this way -> /images/store/64/cc.png

In store you need another folder called - 64

and in config.lua you only give the url link to the store folder NOT 64 with it.
 
Back
Top