• 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.5-Downgrades - Market System

Forkz

Intermediate OT User
Joined
Jun 29, 2020
Messages
499
Solutions
15
Reaction score
126
Hi otlanders,

After a long time looking for this system, I saw that it would not be available in the community, only people wanting to sell it and today, I will post it for free to the entire community.
What was done: The object builder source was edited to read the "market" in the .dat and the same was done for the Item Editor to read the item.otb, the programs are included in the download. There is also the commit (patch) made in the TFS-1.5-Downgrades-772 source.

Changes that must be made in OTClient
HTML:
https://github.com/OTAcademy/otclientv8/blob/a5650dbffd3e2ce34a8119720893fc161284ea48/modules/game_market/marketprotocol.lua#L43
to
LUA:
if g_game.getClientVersion() < 770 then

Add below this line
HTML:
https://github.com/OTAcademy/otclientv8/blob/a5650dbffd3e2ce34a8119720893fc161284ea48/modules/game_features/features.lua#L24
LUA:
g_game.enableFeature(GamePlayerMarket)

Here is the link to download the files
HTML:
https://drive.google.com/file/d/1V_2AKzTxR3yND2svjwrvjTyYMEnU1Dlr/view?usp=sharing

I would like to express my gratitude to @Gesior.pl who explained the steps I should take, and to @whiteblXK who helped me in the process of compiling the files.
 
I can't save the market attribute in the Tibia 8.0 data using the build object, I can only save it in 772 and 8.60, are there any changes that need to be made?
 
I can't save the market attribute in the Tibia 8.0 data using the build object, I can only save it in 772 and 8.60, are there any changes that need to be made?
Yes, you need to change the source of the object constructor and item editor to make the market read.
 
Sí, es necesario cambiar la fuente del constructor de objetos y del editor de elementos para que se lea el mercado.
How do I do that? Can you explain it to me step by step? I have the same problem as the guy above. It works with 7.72, but nothing works with 8.00.
Post automatically merged:

I can't save the market attribute in the Tibia 8.0 data using the build object, I can only save it in 772 and 8.60, are there any changes that need to be made?
Bro i have same error, can u resolved?

How do I do that? Can you explain it to me step by step? I have the same problem as the guy above. It works with 7.72, but nothing works with 8.00.

if u can help me I will be eternally grateful.. sorry for my english is no good <3 @Gesior.pl
 
I can't save the market attribute in the Tibia 8.0 data using the build object, I can only save it in 772 and 8.60, are there any changes that need to be made?
You will have to change the fonts to read the market for 8.0 and you will have to recompile the program.
HTML:
https://github.com/punkice3407/ObjectBuilder/wiki/1.-Dependencies

you will also have to do the same for item editor, edit the sources and recompile
HTML:
https://github.com/ottools/ItemEditor
 
You will have to change the fonts to read the market for 8.0 and you will have to recompile the program.
HTML:
https://github.com/punkice3407/ObjectBuilder/wiki/1.-Dependencies

you will also have to do the same for item editor, edit the sources and recompile
HTML:
https://github.com/ottools/ItemEditor
Thanks a lot, my friend. Do you know exactly what I should edit? Or should I copy the 7.72 source into the 8.00 source? Excuse my ignorance.
 
Thanks a lot, my friend. Do you know exactly what I should edit? Or should I copy the 7.72 source into the 8.00 source? Excuse my ignorance.
You copy the same market codes that you already have in the versions above to your version.
 
Back
Top