MetaMan Posted June 6 Posted June 6 Since I write everything in the guide file. Windows: Download Python from the official website: Download Python. During installation, make sure to check the option "Add Python to PATH". >>>How? just check it in google.com Complete the installation. There is a file called guide there I have all the details... [DropSettings] RateDropItems = 1879, 1875 RateDrop = 4 InputFolder = npc OutputFolder = npc_new Download Quote
Tinker123aa Posted June 7 Posted June 7 8 hours ago, MetaMan said: Since I write everything in the guide file. Windows: Download Python from the official website: Download Python. During installation, make sure to check the option "Add Python to PATH". >>>How? just check it in google.com Complete the installation. There is a file called guide there I have all the details... [DropSettings] RateDropItems = 1879, 1875 RateDrop = 4 InputFolder = npc OutputFolder = npc_new Download very good. you have not thought to apply it at core level, during xml reading, to check from a .config x ID for example? you could adapt the drop without the need to modify the files. Quote
MetaMan Posted June 7 Author Posted June 7 The Python tool was actually made specifically for users who are working with Lucera2, where the majority don’t have access to the source code or the ability to modify .jar files directly. That’s exactly why this external solution was developed, to allow users to adjust drop settings like RateDrop, RateDropItems, etc... without needing to touch the core or decompile anything, It offers flexibility for those who want to tweak things without diving into Java or editing the server core itself. Of course, your idea is better suited for users who do have access to the core and can implement such logic inside the XML reading layer, but in this case the goal was to keep it accessible and easy for non-developers. 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.
Note: Your post will require moderator approval before it will be visible.