EdenEternal Posted March 30, 2010 Posted March 30, 2010 i have 1 question how ro modify enchant system like that: EnchantChanceWeaponToTen = 66 EnchantChanceArmorToTen = 66 EnchantChanceJewelryToTen = 66 EnchantChanceWeaponTenToFifteen = 66 EnchantChanceArmorTenToFifteen = 66 EnchantChanceJewelryTenToFifteen = 66 EnchantChanceWeaponAboveFifteen = 50 EnchantChanceArmorAboveFifteen = 50 EnchantChanceJewelryAboveFifteen = 50 BlessedChanceWeaponToTen=85 BlessedChanceArmorToTen=85 BlessedChanceJewelryToTen=85 BlessedChanceWeaponTenToFifteen=85 BlessedChanceArmorTenToFifteen=85 BlessedChanceJewelryTenToFifteen=85 BlessedChanceWeaponAboveFifteen=55 BlessedChanceArmorAboveFifteen=55 BlessedChanceJewelryAboveFifteen=55
0 Matim Posted March 30, 2010 Posted March 30, 2010 RequestEnchantItem.java Sample code: if(item.getEnchantLevel() == 10{ //Your Function here }
0 EdenEternal Posted March 30, 2010 Author Posted March 30, 2010 i have no java knowledge to create java code
0 `Rοmeο Posted March 30, 2010 Posted March 30, 2010 you mean if your weapon is high enchanted to have less or more chance of successful enchanting ?
0 EdenEternal Posted March 30, 2010 Author Posted March 30, 2010 yes from 0 to 10 from 10 to 15 and from 15 to 20
0 Matim Posted March 30, 2010 Posted March 30, 2010 You dont have to be Java pro to be able to do it by your self. I gave You only hint, you can ask why. Answer is simple to motivate You to work. I told You what you have to do. You should take a look at how does Enchant Succes Rate work, and change it - depends from itemEnchantLevel
0 `Rοmeο Posted March 30, 2010 Posted March 30, 2010 yes from 0 to 10 from 10 to 15 and from 15 to 20 ok then you can start from here: http://www.maxcheaters.com/forum/index.php?topic=80457.0 its easy to make it by you :)
0 EdenEternal Posted March 31, 2010 Author Posted March 31, 2010 ok then you can start from here: http://www.maxcheaters.com/forum/index.php?topic=80457.0 its easy to make it by you :) thanks but i have not this file AbstractEnchantPacket.java
0 Coyote™ Posted March 31, 2010 Posted March 31, 2010 http://www.maxcheaters.com/forum/index.php?topic=81822.0 Try.
0 EdenEternal Posted March 31, 2010 Author Posted March 31, 2010 java/net/sf/l2j/gameserver/network/clientpackets/AbstractEnchantPacket.java (revision 3492) i have not this file :(
0 Coyote™ Posted March 31, 2010 Posted March 31, 2010 i have not this file :( Download the interlude versions from the topic I've gieven you, don't look at the Gracia's patch. EDIT: The user PMed me telling me it worked. Locked.
Question
EdenEternal
i have 1 question
how ro modify enchant system like that:
11 answers to this question
Recommended Posts