Jump to content
  • 0

how change enchant system


Question

Posted

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

11 answers to this question

Recommended Posts

  • 0
Posted

RequestEnchantItem.java

 

Sample code:

 

if(item.getEnchantLevel() == 10{

//Your Function here

}

  • 0
Posted

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
Posted

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.

Guest
This topic is now closed to further replies.


×
×
  • Create New...