• 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
495
Solutions
15
Reaction score
121
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.
 
Back
Top