• 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 [OTX3] Gamestore.xml icons

freaked1

Active Member
Joined
Jan 30, 2008
Messages
486
Solutions
5
Reaction score
29
Location
Sweden
Hello! Does anyone know where to put icons to load when using gamestore.xml on OTX3?
I have a 64x64 PNG in the location pointed to in my config.lua like:
Lua:
coinImagesURL = "http://homesytes.net/images/store/64/"
And in gamestore.xml I have: icons="13756.png"
In images/store/64/ is my 13756.png that is 64x64
(I find it when going directly to the site from config.)
I have tried a few things but still can't get the image to show up in tibia client, I have the offer there.

EDIT: I have also tried with the downloadable icons from: Tibia 11 Shop 64x64 images and adding them to the correct folder and name it correctly and everything. But I still can't get it to work.

Hopefully one of you guys know better.

Thanks in advance!
 
Last edited:
Hello! Does anyone know where to put icons to load when using gamestore.xml on OTX3?
I have a 64x64 PNG in the location pointed to in my config.lua like:
Lua:
coinImagesURL = "http://homesytes.net/images/store/64/"
And in gamestore.xml I have: icons="13756.png"
In images/store/64/ is my 13756.png that is 64x64
(I find it when going directly to the site from config.)
I have tried a few things but still can't get the image to show up in tibia client, I have the offer there.

EDIT: I have also tried with the downloadable icons from: Tibia 11 Shop 64x64 images and adding them to the correct folder and name it correctly and everything. But I still can't get it to work.

Hopefully one of you guys know better.

Thanks in advance!

At your homepage, ex www/images/store/64/Product_HouseEquipment_Tapestry_01.png
A tip is to always look at the link; http://static.tibia.com/images/store/64/Product_HouseEquipment_Tapestry_01.png
 
At your homepage, ex www/images/store/64/Product_HouseEquipment_Tapestry_01.png
A tip is to always look at the link; http://static.tibia.com/images/store/64/Product_HouseEquipment_Tapestry_01.png
Yes I have it at the correct place, I can find the icons I have there by going to for example: http://myhomepage.com/images/store/64/category_mounts.png
Or by just going to http://myhomepage.com/images/store/64/ then I see all the images in the folder.
In config.lua I have it directed to the right page: coinImagesURL = "http://myhomepage.com/images/store/64/"
But as OTX3 now uses the gamestore.xml in data/xml it doesn't seem to respond to that.
Wondering if someone knows what might be wrong.
For example:
XML:
<category name="Mounts" description="Buy your character one or more of the fabolous mounts offered here." state="sale" icons="category_mounts.png">
Does not work, I have even tried putting the PNGs in xml folder and create icons folder in xml folder but none of that work xD

They are 64x64 PNG.

Do you use gamestore.xml or modules/gamestore?

Thanks for the reply.
 
Change your configs about the store in config.lua to:

Code:
-- Store configuration
storeImagesUrl = "http://otserv.info/images/store/"
storeCoinsPacketSize = 25
 
Change your configs about the store in config.lua to:

Code:
-- Store configuration
storeImagesUrl = "http://otserv.info/images/store/"
storeCoinsPacketSize = 25
That does not work, it is "coinImagesURL" that is the correct one, I just don't know why it doesn't work :/
 
I use the already implemented one from OTX 3.9
It completely uses the gamestore.xml and hopefully someone who has the same system and made it work with it might be able to help out with this :)
 
otxserver/config.lua at otxserv3 · mattyx14/otxserver · GitHub

I use the already implemented one from OTX 3.9
It completely uses the gamestore.xml and hopefully someone who has the same system and made it work with it might be able to help out with this :)

OTX is kinda "meh" some ppl use it, but it really isn't supported IMO, TFS is the only fully suported server by OTLand.
We can help to a certain point but the thing is that OTX isn't TFS, it has some good and alot of "bad" codes in it.

And FYI the store system in OTX isn't the same as the PR for TFS 1.3 is, not sure why ppl prefer OTX over TFS but IMO if you use OTX you should be able to fix the bugs that will or might come.

This is the link to report errors / bugs for OTX; Issues · mattyx14/otxserver · GitHub
 
otxserver/config.lua at otxserv3 · mattyx14/otxserver · GitHub



OTX is kinda "meh" some ppl use it, but it really isn't supported IMO, TFS is the only fully suported server by OTLand.
We can help to a certain point but the thing is that OTX isn't TFS, it has some good and alot of "bad" codes in it.

And FYI the store system in OTX isn't the same as the PR for TFS 1.3 is, not sure why ppl prefer OTX over TFS but IMO if you use OTX you should be able to fix the bugs that will or might come.

This is the link to report errors / bugs for OTX; Issues · mattyx14/otxserver · GitHub
Yes I know that is why I try to be very clear that it is OTX that I use :)
Well thanks anyway, I might let this be up just in case :)
 
Yes I know that is why I try to be very clear that it is OTX that I use :)
Well thanks anyway, I might let this be up just in case :)

Well OTX is based on TFS so in most cases "we who know TFS" won't have any problems helping you.
But when it comes to things that are OTX only - well :p it gets kinda tricky unless we wanna download the codes and then trace the problem down there.

Id try using the latest OTX codes and doing as they say, if you still have the problem then open up an issue on github.
 
Back
Top