otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.6k stars 1.06k forks source link

[Question] There anyway to edit the .dat of 10.31? #355

Closed ronpetit closed 10 years ago

ronpetit commented 10 years ago

Hello, i open this as a question, because i can't find a dat editor that works with this TFS version (10.31), i already used the lastest tibiaEditor but it only can open 9.81 or older (i put the correct signatures on format.xml and don't open), and the storm editor from fallen don't work too, so anyone have an idea?

marksamman commented 10 years ago

There is no dat file in TFS, and this is not a support board for anything about Tibia. The projects https://github.com/edubart/otclient and https://github.com/opentibia/item-editor have .dat loader codes, that should be easy enough for any programmer to use as a reference to write .dat saving code.

ronpetit commented 10 years ago

Well, i understand why you close this, but i'm a really novice in this, write a code to save a .dat file will be hard for me, cuz 10.31 have another attribute that older versions don't have, so i should do more than that, anyway, thanks for answer, you give me an idea and i will try it