01-21-2015, 09:45 AM
Well i could show you in C#/C++/Java ect.. but i never did php..
But just think what you have to do:
1 - Mysql Connection to the Database (example: t_item)
2 - Load the t_item table into your Vars. (int index, String ItemName, String desc [... ect])
3 - And then simply just write the Vars into a .lod File with a streamwriter or bufferedwriter.
U just need to know the Structure of the Files and for this u can take the Tools from Bash and Decompile them with .Net Reflector. (or you just compare a .lod with your DB but its faster to decompile the tool)
If i misunderstood something then im sry
im at work and very sleepy XD
