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

TFS 1.2 Tibia Store

undead mage

Active Member
Joined
Mar 25, 2012
Messages
364
Solutions
2
Reaction score
47
Location
Amsterdam
So im using client 10.95 and I've added some items and other things to the in-game tibia store but now my question was is there is already a script for gesior to buy tibia coins instead of premium points with real money? @Gesior.pl
Solved!

And another problem is that im not seeing any images in the client store. Does anyone have any idea what's wrong?
 
Last edited:
whats up bro, here i have the solution for all the people that doesn't know how to put images in the store of tibia okay here is

step 1:
in the folder of your server in config lua :
copy this and replace

storeCoinPacket = 25
coinImagesURL = "http://xanty.ddns.net/images/store"

replace my ip with your ip okay ?, just copy

step 2:
go to the folder of your web page and then search for the folder htdocs well im using xampp so in my case is htdocs.
http://prnt.sc/dchp7f

in htdocs créate a folder and named "images"
http://prnt.sc/dchpgr

and then inside of the folder that you named images, créate another folder and called store

in the folder that you named store créate another one and called 64 like this:
http://prnt.sc/dchh06

you need to put all the images inside of the folder named 64 like this:
http://prnt.sc/dchigc
as you see you dont need to put .png in the name of the images. just put a name like in my case i will use :
batcat

then go to your folder of your server
data/modules/scripts/gamestore
open gamestore. lua

search for the image that you want to put , in my case is batcat
http://prnt.sc/dchkqf

and then saved.

here is the example :
http://prnt.sc/dchluk

remember : the images need to be 64x64.

here is a page that you can download images 64x64 :
https://otland.net/threads/tibia-11-shop-64x64-images.247093/

thanky you :D
 
Last edited:
It says create images\store\64, not data/modules/scripts/gamestore
Ok tfs 1.3 does not support the ingame store i already checked the sources
Code:
msg.add<uint16_t>(0x00); // URL (string) to ingame store images
I am not saying it's impossible but there is no configuration setup for it.
 
No, using that Pull Request (tab Changes) you have to put this in yourc code (I'm assuming that you have TFS 1.2). Also if you think that any answer resolves your problem, you might mark it as best answer if thread is in Support category.
 
I´m so sorry Kor i don´t undertand, i feel very noob. Yeah, i have tfs 1.2.
I see in the pull request lots of changes, do i have to download something or copy an paste some code, i don´t use github that´s why i dont understand.
 
You can use any method you wish described on Wiki. I'm on Ubuntu, so basically I run
Code:
cd build
make
Sorry for the late reply but i´ve been busy these days...
I got an error when i try to compile
Error : c:\users\tady-pc\desktop\otserver\forgottenserver-master\src\database.h(25): fatal error C1083: No se puede abrir el archivo incluir: 'mysql/mysql.h': No such file or directory (compilando archivo de origen ..\src\actions.cpp)
This error repeats a lot when compiling
 
Sorry for the late reply but i´ve been busy these days...
I got an error when i try to compile
Error : c:\users\tady-pc\desktop\otserver\forgottenserver-master\src\database.h(25): fatal error C1083: No se puede abrir el archivo incluir: 'mysql/mysql.h': No such file or directory (compilando archivo de origen ..\src\actions.cpp)
This error repeats a lot when compiling
Sorry I am on my phone so I can only do so much right now.

Were you able to compile before you made these source changes?

This is a link the possible issues that can arise due to the error you posted it also includes an explanation.
 
Back
Top