Chaos92 Posted September 15, 2023 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Share Posted September 15, 2023 (edited) Hello, I'm sharing this project, since this might help someone who need to generate this easily. Right now, this project support custom file generator for : 1. Custom headgear. 2. Custom robe/garment. 3. Custom weapon. 4. Custom NPC. 5. Custom Mob. 6. Commands. 7. Attendance. 8. Login Screen. 9. Statpoint.yml 10. Job_stats.yml 11. item_cash.yml The required file generated depends on which generator that you used. The scenario on how to generate for custom headgear file : 1. Maybe extract data\texture\유저인터페이스\item\ folder and u will have the listed one .BMP that u want to add. 2. Select all the item u want to add, right click mouse and right click, copy as path. Then open notepad, paste it. 3. Get the only .BMP in list, so replace your directory path and replace all with blank/nothing . And lastly the " with blank/nothing. So the result is as below. Copy all of it, insert in https://x-files.amirazman.my/customfilegenerator and change your : - Starting ItemID you want it to start with. Make sure the itemID is supported by your client. - Starting AccessoryID that you didnt use yet. Also make sure the final accessoryID didnt reach the maximum of your client can support/set. - Defense, so you can set all the defense in bulk. - Weight. - Slots. - Script. Insert any scripts or anything that you can replace all easily later on in itemdb and also custom_iteminfo.lua (yes, its generated inside the description). - Item Type for now only support headgears and costume headgears, I will add another item types soon if possible (yes, its generated inside the description). And click Generate. Download, extract, add it in your System folder and server file or create a patch or anything. You can access to this simple project here : https://x-files.amirazman.my/customfilegenerator. Let me know if you having issues and I'll update it if possible & have some leisure time to play with. Edited June 14 by Chaos92 additional info 1 7 2 2 Quote Link to comment Share on other sites More sharing options...
hmwater001 Posted February 16 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 9 Reputation: 0 Joined: 08/09/17 Last Seen: October 25 Share Posted February 16 terbaik boss!! Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted February 17 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted February 17 On 2/16/2024 at 7:35 PM, hmwater001 said: terbaik boss!! have u tried ? working ? Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted February 19 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted February 19 (edited) Hello guys, I have updated this site by adding garment generator, but its still early so I might need to fix it later on some parts that might still not generated well. Please let me know if you found any issue. Thanks. Edited February 19 by Chaos92 additional info Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted February 27 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted February 27 I have updated custom weapon part, but didnt finalized yet, maybe need some changes for information in iteminfo.lua generated for weapon type part. Will update later on. And also shadow weapon part, maybe. 1 1 1 Quote Link to comment Share on other sites More sharing options...
Rynbef Posted March 11 Group: Forum Moderator Topic Count: 44 Topics Per Day: 0.01 Content Count: 898 Reputation: 121 Joined: 05/23/12 Last Seen: May 2 Share Posted March 11 Nice feature. I don't need to add my 1050 customs myself. Thanks for sharing Rynbef~ Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted March 11 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted March 11 2 hours ago, Rynbef said: Nice feature. I don't need to add my 1050 customs myself. Thanks for sharing Rynbef~ Welcome and please let me know if you have any ideas for the improvements or any issues using it. Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted March 11 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted March 11 And now custom NPC generator added. Didnt test yet but it should be working correctly. Please let me know if there is any issues or improvements needed for it. And since its not specific for items anymore, I've changed the links to : https://x-files.amirazman.my/customfilegenerator. Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted March 15 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted March 15 (edited) Before I saw a few of servers having issue because of groups.yml that written incorrectly, which can makes server couldnt start (stuck at reading groups.yml), or account cannot login because of group ID didnt exist (cant be read by rathena emulator). So I hope this helps, Commands Generator. The list of commands are parsed directly from doc/atcommands.txt so if there is any updates of commands, it should be automatically added too. Let me know if you have any suggestion or improvement ideas for any of this generator. Edited March 15 by Chaos92 additional info 1 1 Quote Link to comment Share on other sites More sharing options...
poorman13 Posted March 15 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 05/11/20 Last Seen: October 3 Share Posted March 15 Weapon Script Refineable: yes Should be Refineable: true Itemlua Description it puts Scripts in the description. suggestion to add description panel. Quote Link to comment Share on other sites More sharing options...
LearningRO Posted March 15 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 775 Reputation: 69 Joined: 02/10/12 Last Seen: Yesterday at 07:17 AM Share Posted March 15 Suggest if we leave blank on script area doenst need to produce on item_db,yml Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted March 15 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted March 15 (edited) 5 hours ago, poorman13 said: Weapon Script Refineable: yes Should be Refineable: true Itemlua Description it puts Scripts in the description. suggestion to add description panel. Yeah, I didn't tried the weapon part before this and thanks for the respond. I've fix the refinable part. But for the description, this is just multiple generator so u can edit all of it at iteminfo. Actually I add the script in description because its easier to edit by searching the scripts part. But, Ive added that part too. Enjoy. 4 hours ago, LearningRO said: Suggest if we leave blank on script area doenst need to produce on item_db,yml I didn't understand. Do you mean its generating item_db yml without scripts, or wont generate item_db.yml at all ? Edited March 15 by Chaos92 additional info 1 Quote Link to comment Share on other sites More sharing options...
Rynbef Posted March 15 Group: Forum Moderator Topic Count: 44 Topics Per Day: 0.01 Content Count: 898 Reputation: 121 Joined: 05/23/12 Last Seen: May 2 Share Posted March 15 Maybe u can add an option to generate an item DB for SQL too. Would be nice Rynbef~ Quote Link to comment Share on other sites More sharing options...
poorman13 Posted March 16 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 05/11/20 Last Seen: October 3 Share Posted March 16 On 3/15/2024 at 10:19 PM, Chaos92 said: Yeah, I didn't tried the weapon part before this and thanks for the respond. I've fix the refinable part. But for the description, this is just multiple generator so u can edit all of it at iteminfo. Actually I add the script in description because its easier to edit by searching the scripts part. But, Ive added that part too. Enjoy. I didn't understand. Do you mean its generating item_db yml without scripts, or wont generate item_db.yml at all ? What a nice lad thank you for hearing my suggestion Great Work btw! Quote Link to comment Share on other sites More sharing options...
vitox Posted March 16 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 08/17/13 Last Seen: March 21 Share Posted March 16 hi, this only works with headgears? can i try with armors or accesories? pd: maybe you can show the source code if for any reason you leave this project or your website go offline thanks for everything Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted March 17 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted March 17 1 hour ago, vitox said: hi, this only works with headgears? can i try with armors or accesories? pd: maybe you can show the source code if for any reason you leave this project or your website go offline thanks for everything There's a few generators stated there, but I didn't add armors or accessories since mostly this just need itemdb and iteminfo.lua only (including the sprites that you need to make sure it is exist) and rarely people add this. But maybe I'll add for it soon. About the source code, I think the website will be up for a quite long time since I've been using the domain for years and I'm planning to actively using it in the future. Anything happens, I'll release the source code later on. On 3/16/2024 at 1:54 AM, Rynbef said: Maybe u can add an option to generate an item DB for SQL too. Would be nice Rynbef~ I've been thinking about this too before to add or run it easily so that FluxCP can have the items in the database. Maybe later on. Btw thanks for the suggestion. 1 Quote Link to comment Share on other sites More sharing options...
LearningRO Posted March 17 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 775 Reputation: 69 Joined: 02/10/12 Last Seen: Yesterday at 07:17 AM Share Posted March 17 On 3/15/2024 at 9:19 PM, Chaos92 said: I didn't understand. Do you mean its generating item_db yml without scripts, or wont generate item_db.yml at all ? yeah on item_db.yml doesnt need to produce Script: | since we leave blank on that box Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted March 18 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted March 18 On 3/17/2024 at 3:24 PM, LearningRO said: yeah on item_db.yml doesnt need to produce Script: | since we leave blank on that box Hello, ive update this for weapon, robe and headgear generator, so when there is no script, its not generated at iteminfo. too. Let me know if you found any issue or anymore improvements/ideas to make this tools better. Ive been planning to add the SQL part too, but maybe later. 1 1 Quote Link to comment Share on other sites More sharing options...
Heero12 Posted March 23 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 71 Reputation: 3 Joined: 03/22/15 Last Seen: May 30 Share Posted March 23 if you don't mind me asking, how about implementing a job generator but also a statspoint in the project? Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted March 23 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted March 23 40 minutes ago, Heero12 said: if you don't mind me asking, how about implementing a job generator but also a statspoint in the project? job generator ? maybe you can elaborate more ? Sorry too broad for me I didnt know specifically for which generator. Quote Link to comment Share on other sites More sharing options...
Heero12 Posted March 24 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 71 Reputation: 3 Joined: 03/22/15 Last Seen: May 30 Share Posted March 24 16 hours ago, Chaos92 said: job generator ? maybe you can elaborate more ? Sorry too broad for me I didnt know specifically for which generator. sorry, I'll try a generator that calculates based on the level or exp placed in the stats points, enter the maximum amount you want to have at level X, and the generator will calculate for you until you reach the minimum. In the job generator, it would calculate the amount of exp to get to X level, for example, you put in level 300, it already calculates to get to that level. something more or less like this Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted March 24 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted March 24 3 hours ago, Heero12 said: sorry, I'll try a generator that calculates based on the level or exp placed in the stats points, enter the maximum amount you want to have at level X, and the generator will calculate for you until you reach the minimum. In the job generator, it would calculate the amount of exp to get to X level, for example, you put in level 300, it already calculates to get to that level. something more or less like this oh, so you are saying about the max level changes for exp and stat parts for it, am I right ? the job stat and job exp yml Quote Link to comment Share on other sites More sharing options...
Heero12 Posted March 24 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 71 Reputation: 3 Joined: 03/22/15 Last Seen: May 30 Share Posted March 24 50 minutes ago, Chaos92 said: oh, so you are saying about the max level changes for exp and stat parts for it, am I right ? the job stat and job exp yml yes, correct Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted March 24 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1782 Reputation: 283 Joined: 08/03/12 Last Seen: 3 minutes ago Author Share Posted March 24 3 hours ago, Heero12 said: yes, correct but import table actually already has that, it just that depends on that figures. Its possible to do it (for customization figures) but actually its already exist in the import folder you didnt know yet. Quote Link to comment Share on other sites More sharing options...
Heero12 Posted March 25 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 71 Reputation: 3 Joined: 03/22/15 Last Seen: May 30 Share Posted March 25 6 hours ago, Chaos92 said: but import table actually already has that, it just that depends on that figures. Its possible to do it (for customization figures) but actually its already exist in the import folder you didnt know yet. i didn't know that, i was thinking of something i had in the late cronus tools, sorry to bother you 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.