L2JMobius

CT0 enchant

dramaa · 3 · 302

Online dramaa

  • Elder
  • ****
    • Posts: 127
sorry but i have to ask it, maybe stupid question for someone but i am really confused, in enchant why crystal scrolls have  bonusrate instead of maxenchant?

   <!-- Crystal Scrolls: Enchant Weapon -->
   <enchant id="731" targetGrade="A" bonusRate="100" />
   <enchant id="949" targetGrade="B" bonusRate="100" />
   <enchant id="953" targetGrade="C" bonusRate="100" />
   <enchant id="957" targetGrade="D" bonusRate="100" />
   <enchant id="961" targetGrade="S" bonusRate="100" />


Offline Lenox102

  • Heir
  • **
    • Posts: 18
I think the simple explanation here is in EnchantItemGroup.xml

   <!-- General armor enchant group. -->
   <enchantRateGroup name="ARMOR_GROUP">
      <current enchant="0-2" chance="100" />
      <current enchant="3-15" chance="66" />
      <current enchant="16-65535" chance="0" />

   </enchantRateGroup>

the chance in item enchant 3-15 is 66% on enchant scroll and blessed enchant scroll and 66% +100% bonus chance for Crystal Scrolls so that you have 100% success rate



Online dramaa

  • Elder
  • ****
    • Posts: 127
I think the simple explanation here is in EnchantItemGroup.xml

   <!-- General armor enchant group. -->
   <enchantRateGroup name="ARMOR_GROUP">
      <current enchant="0-2" chance="100" />
      <current enchant="3-15" chance="66" />
      <current enchant="16-65535" chance="0" />

   </enchantRateGroup>

the chance in item enchant 3-15 is 66% on enchant scroll and blessed enchant scroll and 66% +100% bonus chance for Crystal Scrolls so that you have 100% success rate

oh so basically, normal and blessed scroll can have maxenchant +25, but i can do overall max enchant on item +35 , so crystal scrolls will go up to 35 but normal and blessed to 25, right? thx