Myzter Posted January 3, 2013 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
Nameless2you Posted January 3, 2013 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
Mootie Posted January 3, 2013 Posted January 3, 2013 Finally prople wont having problem between these file thumps up Quote
GM Djinsu Posted January 4, 2013 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
gwhrandom Posted January 19, 2013 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
Myzter Posted January 21, 2013 Author 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 "YourUser@localhost" ~ "[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
gwhrandom Posted January 21, 2013 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
java Posted January 31, 2013 Posted January 31, 2013 sugestion: can u added iteminfo.lua to replace idnum2itemresnametable Quote
killd5pairs Posted February 7, 2013 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
Myzter Posted February 8, 2013 Author 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
killd5pairs Posted February 8, 2013 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
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.