Myzter Posted January 3, 2013 Share Posted January 3, 2013 Hi, I made this tool to generate the LUA files (accesoryid.lua and accname.lua) directly from your MySQL tables (item_db and item_db2) and mixing the data with the file idnum2itemresnametable.txt The contents are generated using the Sprite Name in idnum2itemresnametable.txt and the item names in MySQL, including your custom items. Please help me to test the application and give me all your feedback to fix any problem. Download LUA Generador: http://www.4Undeads.com/uploads/LuaGenerator.1.3.rar (or download it from the attached file in the post) Regards, Myzter LuaGenerator.1.3.rar 10 Quote Link to comment Share on other sites More sharing options...
Olrox Posted January 3, 2013 Share Posted January 3, 2013 Very handy. Thanks for sharing! Quote Link to comment Share on other sites More sharing options...
Nameless2you Posted January 3, 2013 Share Posted January 3, 2013 I was hoping it'd be a program to decompile lub and turn it into lua but this is good to. Good work! Thank you! Quote Link to comment Share on other sites More sharing options...
Mootie Posted January 3, 2013 Share Posted January 3, 2013 Finally prople wont having problem between these file thumps up Quote Link to comment Share on other sites More sharing options...
ragnazorg Posted January 4, 2013 Share Posted January 4, 2013 Good Job as always Myzter 1 Quote Link to comment Share on other sites More sharing options...
GM Djinsu Posted January 4, 2013 Share Posted January 4, 2013 Looks great, I have still yet to try this, but I will be sure to test and let you know if I come across any bugs! Thanks for the Share Myzter. Quote Link to comment Share on other sites More sharing options...
juSt Posted January 5, 2013 Share Posted January 5, 2013 Great! Thank you!) Quote Link to comment Share on other sites More sharing options...
M45T3R Posted January 9, 2013 Share Posted January 9, 2013 genial Myzter =) Quote Link to comment Share on other sites More sharing options...
gwhrandom Posted January 19, 2013 Share Posted January 19, 2013 (edited) Hello, First off, thank you for taking you time to make such a useful program. However, Somehow every time I enter the server IP, Port, User, Password, and Database, when I click Generate.. The error message that it displays is "Error, the MySQL Server is not reachable, please check the connection information." Since the connection information is all correct as I have re-checked it many times, are there any other possible solutions for this issue? Thanks Edited January 19, 2013 by gwhrandom Quote Link to comment Share on other sites More sharing options...
Myzter Posted January 21, 2013 Author Share Posted January 21, 2013 Hello, First off, thank you for taking you time to make such a useful program. However, Somehow every time I enter the server IP, Port, User, Password, and Database, when I click Generate.. The error message that it displays is "Error, the MySQL Server is not reachable, please check the connection information." Since the connection information is all correct as I have re-checked it many times, are there any other possible solutions for this issue? Thanks The program is using the original MySQL Connector for .NET, all my connection tests are working fine, local and remote machines. Some systems doesn't work with "localhost", in that cases, you can try with "127.0.0.1" Your user have the rights to connect to your MySQL server and read tables from your database?, look the users declared in your MySQL, commonly "[email protected]" ~ "[email protected]", that means MySQL accept connections from the same machine, but you can define rights for remote machines using the same way giving the public IP, ie: "[email protected]" Quote Link to comment Share on other sites More sharing options...
gwhrandom Posted January 21, 2013 Share Posted January 21, 2013 Ah I see, yea...thanks for the response Myzter. For whatever reason the system didn't like localhost although it was called that, but 127.0.0.1 worked like a charm. Thanks again! Quote Link to comment Share on other sites More sharing options...
java Posted January 31, 2013 Share Posted January 31, 2013 sugestion: can u added iteminfo.lua to replace idnum2itemresnametable Quote Link to comment Share on other sites More sharing options...
killd5pairs Posted February 7, 2013 Share Posted February 7, 2013 doesn't work on me my OS does not support .Net 4 or 4.5 i use Black XP. Can you make it work for .Net 3.5??? Quote Link to comment Share on other sites More sharing options...
Myzter Posted February 8, 2013 Author Share Posted February 8, 2013 doesn't work on me my OS does not support .Net 4 or 4.5 i use Black XP. Can you make it work for .Net 3.5??? Try with this: http://www.4undeads.com/uploads/LuaGenerator.1.3-NET3.5.rar Quote Link to comment Share on other sites More sharing options...
killd5pairs Posted February 8, 2013 Share Posted February 8, 2013 doesn't work on me my OS does not support .Net 4 or 4.5 i use Black XP. Can you make it work for .Net 3.5??? Try with this: http://www.4undeads.....1.3-NET3.5.rar Thanks it really helps me!!! Quote Link to comment Share on other sites More sharing options...