Thrills Posted June 29, 2021 Posted June 29, 2021 Hello, I hope you are well. Could someone guide me on how I can modify the enchantment bonus, I am not sure if it is in the Navicat, or elsewhere Example Titanium +12 Modify your Skrill for Enchanting Bonus I would be very grateful for the guidance Quote
xRelic Posted June 29, 2021 Posted June 29, 2021 4 hours ago, Thrills said: Hello, I hope you are well. Could someone guide me on how I can modify the enchantment bonus, I am not sure if it is in the Navicat, or elsewhere Example Titanium +12 Modify your Skrill for Enchanting Bonus I would be very grateful for the guidance Give me more infos , i can help you...what base you use? you need adapt java/navicat. Quote
nikpappa Posted June 29, 2021 Posted June 29, 2021 (edited) First you open heidiSQL (or what ever program) then you go to armorsets or in some cases your armor set may be in custom_armorsets table, in there you will search this every armor set has an ID for a skill that players receive when they enchant their armor to a certain number. Afterward, you just search for the particular skill in your xml files and edit it. Edited June 29, 2021 by nikpappa Quote
Thrills Posted June 29, 2021 Author Posted June 29, 2021 Sure, I understand but I would like to modify this Example Dread set +11 As I modify to which enchantment number the bonus will have, there is my chaos, in modifying to which enchantment the Bonus gives Quote
nikpappa Posted June 29, 2021 Posted June 29, 2021 9 minutes ago, Thrills said: Sure, I understand but I would like to modify this Example Dread set +11 As I modify to which enchantment number the bonus will have, there is my chaos, in modifying to which enchantment the Bonus gives for this you need to have access to the source Quote
xRelic Posted June 29, 2021 Posted June 29, 2021 Check this,and my opinion its to add and vitality effect at bonus. Quote
nikpappa Posted June 29, 2021 Posted June 29, 2021 So if you want to change the clutch enchant you go to L2Item.java from there search the method getClutchEnchantLevel. In your case you just need to change this to return 11; Quote
Thrills Posted June 29, 2021 Author Posted June 29, 2021 5 hours ago, xRelic said: Check this,and my opinion its to add and vitality effect at bonus. I only get a cell and a few sets, any other suggestions? :( 1 hour ago, nikpappa said: So if you want to change the clutch enchant you go to L2Item.java from there search the method getClutchEnchantLevel. In your case you just need to change this to return 11; Where could I locate that file, the weekend I start a programming course and I am not sure how to match the source with the gameserver 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.