• 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 which version were item names added to spr dat files?

johnsamir

Advanced OT User
Joined
Oct 13, 2009
Messages
994
Solutions
6
Reaction score
168
Location
Nowhere
Hi im trying to add market system to my server which is 8.6 based in tfs 1.4
gesior told me that market wont work because 8.6 spr dat files does not have items names flag
so i wonder in which version was this added so i can upgrade my server to that version or make a workaround in order to achieve what i want
or would be possible to add flag names and names to spr dat files in 8.6 version?
i know there's a dll that does something like that but don't know how it works
 
Last edited:
Contact @SHARINGAN it can help you with the market in 8.60 Vanilla Client.

If you are using OTClient, it requires a few modifications to function correctly in that version.

To answer your question, the names of the items and the market were added in the version of Tibia 9.40.

Also, you can add the feature as backwards compatibility in TFS 1.4.
 
Why don't you just create an array in Lua, in the OTC?
Take information from array lua and not from the spr and dat

Only you have to change the code of game_market a little bit.
 
K
Why don't you just create an array in Lua, in the OTC?
Take information from array lua and not from the spr and dat

Only you have to change the code of game_market a little bit.
I have something like that items appears but no with names also can't buy or sell items with that
 
Back
Top