• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Developing DBO , need help for tools

Newbie Spellweaver
Joined
Jun 29, 2021
Messages
5
Reaction score
0
Hey everyone , i am a young developer with some code knowledge who decided to start developing dbo in order to learn. I am having hard time with tools , i couldn't never made the Rdf2Xml to work , tho i tried a lot... I am asking if i can get some help regarding this issue , by any chance ?
 
Junior Spellweaver
Joined
Oct 1, 2020
Messages
130
Reaction score
103
If your aim is to read and edit values within the RDF, there is no need to convert them to XMLs. RDFs are decrypted EDFs, which is what the client reads. If you look at the source code under NtlGameTable, there's a lot of header files which map out it's respective RDF. What you are looking for is likely the Table data. All you need to do is cross reference the structures within the source with the RDF it's mapping. I may create a guide on this soon but it won't be for a little while. I suggest reading ivanlamega's tutorials on them in the meantime. Also, please remember to keep posts like this in the help section! It saves the mods the hassle of having to organize everything.
 
Back
Top