Blessed chance

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Blessed chance

Post by Lupu1 »

I see you changed the enchant system but how do I make blessed scrolls to be 100%?
Removed20180815
Posts: 93
Joined: Tue Jan 09, 2007 12:41 pm

Re: Blessed chance

Post by Removed20180815 »

Just add the successRate="your_value" parameter in enchantData.xml to the blessed scoll.

Its like this:

Code: Select all

 <!-- Scrolls: Enchant Weapon --><enchant id="729" targetGrade="a" successRate="75" maxEnchant="20" /><enchant id="947" targetGrade="b" successRate="75" maxEnchant="20" /><enchant id="951" targetGrade="c" successRate="75" maxEnchant="20" /><enchant id="955" targetGrade="d" successRate="75" maxEnchant="20" /><enchant id="959" targetGrade="s" successRate="75" maxEnchant="20" /><!-- Scrolls: Enchant Armor --><enchant id="730" isWeapon="false" targetGrade="a" successRate="75" maxEnchant="20" /><enchant id="948" isWeapon="false" targetGrade="b" successRate="75" maxEnchant="20" /><enchant id="952" isWeapon="false" targetGrade="c" successRate="75" maxEnchant="20" /><enchant id="956" isWeapon="false" targetGrade="d" successRate="75" maxEnchant="20" /><enchant id="960" isWeapon="false" targetGrade="s" successRate="75" maxEnchant="20" />    <!-- Blessed Scrolls: Enchant Weapon --><enchant id="6569" isBlessed="true" targetGrade="a" successRate="85" maxEnchant="20" /><enchant id="6571" isBlessed="true" targetGrade="b" successRate="85" maxEnchant="20" /><enchant id="6573" isBlessed="true" targetGrade="c" successRate="85" maxEnchant="20" /><enchant id="6575" isBlessed="true" targetGrade="d" successRate="85" maxEnchant="20" /><enchant id="6577" isBlessed="true" targetGrade="s" successRate="85" maxEnchant="20" /><!-- Blessed Scrolls: Enchant Armor --><enchant id="6570" isWeapon="false" isBlessed="true" targetGrade="a" successRate="85" maxEnchant="20" /><enchant id="6572" isWeapon="false" isBlessed="true" targetGrade="b" successRate="85" maxEnchant="20" /><enchant id="6574" isWeapon="false" isBlessed="true" targetGrade="c" successRate="85" maxEnchant="20" /><enchant id="6576" isWeapon="false" isBlessed="true" targetGrade="d" successRate="85" maxEnchant="20" /><enchant id="6578" isWeapon="false" isBlessed="true" targetGrade="s" successRate="85" maxEnchant="20" /> <!-- Crystal Scrolls: Enchant Weapon --><enchant id="731" isCrystal="true" targetGrade="a" successRate="100" maxEnchant="20" /><enchant id="949" isCrystal="true" targetGrade="b" successRate="100" maxEnchant="20" /><enchant id="953" isCrystal="true" targetGrade="c" successRate="100" maxEnchant="20" /><enchant id="957" isCrystal="true" targetGrade="d" successRate="100" maxEnchant="20" /><enchant id="961" isCrystal="true" targetGrade="s" successRate="100" maxEnchant="20" /><!-- Crystal Scrolls: Enchant Armor --><enchant id="732" isWeapon="false" isCrystal="true" targetGrade="a" successRate="100" maxEnchant="20" /><enchant id="950" isWeapon="false" isCrystal="true" targetGrade="b" successRate="100" maxEnchant="20" /><enchant id="954" isWeapon="false" isCrystal="true" targetGrade="c" successRate="100" maxEnchant="20" /><enchant id="958" isWeapon="false" isCrystal="true" targetGrade="d" successRate="100" maxEnchant="20" /><enchant id="962" isWeapon="false" isCrystal="true" targetGrade="s" successRate="100" maxEnchant="20" /> 
User avatar
wenthian
Posts: 30
Joined: Wed Aug 04, 2010 3:39 am
Location: Indonesia
Contact:

Re: Blessed chance

Post by wenthian »

easy way... just klik configure it to 100% from l2j config
***** " I 'm the chosen not an option"
Image
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Blessed chance

Post by JMD »

wenthian wrote:easy way... just klik configure it to 100% from l2j config
i dont think this is how it works on beta now.
User avatar
Broderick
Posts: 1
Joined: Sat Oct 01, 2011 12:03 pm

Re: Blessed chance

Post by Broderick »

I am fully in conformity with Ebolla.I too have used similar coding in my program and succeeded in it.I am quite sure that you will definitely get your program right.
Post Reply