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

Programmer Tibia 10.7X+ Edit Market system.

XaiCho

New Member
Joined
May 14, 2015
Messages
20
Reaction score
0
Im looking for a programmer who knows how to add and remove custom items from the market system.

payment: Paypal (offer your price)
Contact: PM

PS I dont intend to use the OTC.


If someone do it... I have more orders to my project.
 
You want to make so some list of items should not be able to be put on market ?
 
I want to put all the items that are in market to .xml file.
e.g
PHP:
<?xml version="1.0" encoding="iso-8859-1"?>
<marketlist>
<market id="1" name="Fire Weapons">
<item id="1245" voc="1" level="1" handed="two">
<item id="1245" voc="1" level="1" handed="two">
<item id="1245" voc="1" level="1" handed="two">
<item id="1245" voc="1" level="1" handed="two">
</market>
<market id="2" name="Ice Weapons">
<item id="1245" voc="1" level="1" handed="two">
<item id="1245" voc="1" level="1" handed="two">
<item id="1245" voc="1" level="1" handed="two">
<item id="1245" voc="1" level="1" handed="two">
</market>
</marketlist>

Im newbie... but I think that the market system is in Tibia Player and there is problem.
But in programming nothing is impossible. :)
 
You would have to edit the dat file, it's not the server that sends the items, attributes etc.
^lulz xD
 
GOD... Thanks dude

Please close topic.
 
Last edited:
Back
Top