Myzter Posted January 3, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 107 Reputation: 91 Joined: 01/19/12 Last Seen: April 19, 2024 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 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 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 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 351 Reputation: 52 Joined: 11/15/11 Last Seen: June 15, 2015 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 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 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 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 250 Reputation: 44 Joined: 11/13/11 Last Seen: October 5, 2024 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 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 74 Reputation: 16 Joined: 05/08/12 Last Seen: May 15, 2024 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 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 04/28/12 Last Seen: January 13, 2017 Share Posted January 5, 2013 Great! Thank you!) Quote Link to comment Share on other sites More sharing options...
Relzz Posted January 9, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Share Posted January 9, 2013 genial Myzter =) Quote Link to comment Share on other sites More sharing options...
gwhrandom Posted January 19, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 03/13/12 Last Seen: November 16, 2014 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 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 107 Reputation: 91 Joined: 01/19/12 Last Seen: April 19, 2024 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 "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 Link to comment Share on other sites More sharing options...
gwhrandom Posted January 21, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 03/13/12 Last Seen: November 16, 2014 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 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 265 Reputation: 35 Joined: 12/22/11 Last Seen: 5 minutes ago 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 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 30 Reputation: 1 Joined: 01/26/13 Last Seen: February 8, 2020 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 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 107 Reputation: 91 Joined: 01/19/12 Last Seen: April 19, 2024 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 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 30 Reputation: 1 Joined: 01/26/13 Last Seen: February 8, 2020 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...
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.