IptamenoMpifteki Posted May 9, 2011 Posted May 9, 2011 Hi, i want to know how i can change my blessed scrolls chance for example to 100%???.I use l2j chef pack . thanks in advance Quote
0 IptamenoMpifteki Posted May 9, 2011 Author Posted May 9, 2011 its only this in configs about enchant # % Chance of succeding to enchant an item when it has a chance of breaking EnchantChanceWeapon = 70 EnchantChanceArmor = 70 EnchantChanceJewelry = 70 # Enchant limit [default = 0 (unlimited)] EnchantMaxWeapon = 25 EnchantMaxArmor = 25 EnchantMaxJewelry = 25 # if EnchantSafeMax is set to for ex '8' the item will be safly enchanted to '8' # regardless of enchant chance(default = 3 for EnchantSafeMax and default = 4 for EnchantSafeMaxFull) # EnchantSafeMaxFull is for full body armor (upper and lower) # SHOULD BE > 0 EnchantSafeMax = 4 EnchantSafeMaxFull = 4 Quote
0 IptamenoMpifteki Posted May 12, 2011 Author Posted May 12, 2011 i didnt take yer a answer for my problem.. Quote
0 vampir Posted May 12, 2011 Posted May 12, 2011 Answer: Dear IptamenoMpifteki, same chanses like in configs, for example: EnchantSafeMax, you can change also in AbstractEnchantPacket in your core. In this class you should find the question: if (_isBlessed), there should be something like "chance = ", so make it chance = 100; I hope this answer is satisfactory(i don't know if i spelled it right sir). Bye Quote
Question
IptamenoMpifteki
Hi,
i want to know how i can change my blessed scrolls chance for example to 100%???.I use l2j chef pack .
thanks in advance
6 answers to this question
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.