Jump to content
  • 0

Blessed Scrolls


criss22

Question

How i can set blessed enchant max for 200 and different chances?

I try this 

<!-- General armor enchant group. -->
	<enchantRateGroup name="ARMOR_GROUP">
		<current enchant="0-20" chance="100" />
		<current enchant="21-50" chance="98" />
		<current enchant="51-200" chance="100" />
		<current enchant="201-65535" chance="0" />
		</enchantRateGroup>

	<!-- General full armor enchant group. -->
	<enchantRateGroup name="FULL_ARMOR_GROUP">
        <current enchant="0-20" chance="100" />
		<current enchant="21-50" chance="98" />
		<current enchant="51-200" chance="100" />
		<current enchant="201-65535" chance="0" />
		</enchantRateGroup>

	<!-- General fighter weapon enchant group. -->
	<enchantRateGroup name="FIGHTER_WEAPON_GROUP">
		 <current enchant="0-20" chance="100" />
		<current enchant="21-50" chance="98" />
		<current enchant="51-200" chance="100" />
		<current enchant="201-65535" chance="0" />
	</enchantRateGroup>

	<!-- General mage weapon enchant group. -->
	<enchantRateGroup name="MAGE_WEAPON_GROUP">
		 <current enchant="0-20" chance="100" />
		<current enchant="21-50" chance="98" />
		<current enchant="51-200" chance="100" />
		<current enchant="201-65535" chance="0" />
	</enchantRateGroup>

But i still can enchant after +200. Help me. Thx

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
3 hours ago, criss22 said:

How i can set blessed enchant max for 200 and different chances?

I try this 


<!-- General armor enchant group. -->
	<enchantRateGroup name="ARMOR_GROUP">
		<current enchant="0-20" chance="100" />
		<current enchant="21-50" chance="98" />
		<current enchant="51-200" chance="100" />
		<current enchant="201-65535" chance="0" />
		</enchantRateGroup>

	<!-- General full armor enchant group. -->
	<enchantRateGroup name="FULL_ARMOR_GROUP">
        <current enchant="0-20" chance="100" />
		<current enchant="21-50" chance="98" />
		<current enchant="51-200" chance="100" />
		<current enchant="201-65535" chance="0" />
		</enchantRateGroup>

	<!-- General fighter weapon enchant group. -->
	<enchantRateGroup name="FIGHTER_WEAPON_GROUP">
		 <current enchant="0-20" chance="100" />
		<current enchant="21-50" chance="98" />
		<current enchant="51-200" chance="100" />
		<current enchant="201-65535" chance="0" />
	</enchantRateGroup>

	<!-- General mage weapon enchant group. -->
	<enchantRateGroup name="MAGE_WEAPON_GROUP">
		 <current enchant="0-20" chance="100" />
		<current enchant="21-50" chance="98" />
		<current enchant="51-200" chance="100" />
		<current enchant="201-65535" chance="0" />
	</enchantRateGroup>

But i still can enchant after +200. Help me. Thx

You can do that directly in the code or create your own data to be readed and in this case you need to code as well.

Link to comment
Share on other sites

  • 0
4 minutes ago, criss22 said:

it is a java file in eclipse to do that? I try to search now. Thanks for answer. 

I do not have idea what datapack are you using, but this is an example for L2jFrozen 1.5, RequestEnchantItem.java file

Link to comment
Share on other sites

  • 0

I find somethingn abouyt blesseds. Only these lines.

// blessed enchant - clear enchant value
							activeChar.sendPacket(SystemMessageId.BLESSED_ENCHANT_FAILED);
							
							item.setEnchantLevel(0);
							item.updateDatabase();
							activeChar.sendPacket(new EnchantResult(3, 0, 0));
							
							if (Config.LOG_ITEM_ENCHANTS)
							{
								LogRecord record = new LogRecord(Level.INFO, "Blessed Fail");
								record.setParameters(new Object[]
								{
									activeChar,
									item,
									scroll,
									support,
								});
								record.setLoggerName("item");
								_logEnchant.log(record);
							}
						}
						el

And i want to change Max enchant and chance. Nothing more. Thx for answer again

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • the links are offiline, could you reupload them please, if you have other versions of h5 or c6 could you share them too, thanks!
    • Good afternoon everyone, we’ll get a couple of strong players in the CP, more details can be found here https://mw2.community/topic/211276-awr-team/  
    • so i bought this crap of the server few years back and i just found it laying around on my pc and i thought i should share it, if i remember correctly this crap has a lot of bugs that people abuse 🙂   https://drive.google.com/file/d/13QWg8pi4BPbGbTmlygZ078LjL6Fb0J2a/view?usp=sharing source   https://drive.google.com/file/d/13QWg8pi4BPbGbTmlygZ078LjL6Fb0J2a/view?usp=sharing system    
    • Error: Unable to access jarfile libs\Geodata_Converter_v01.jar
    • Since last massive leak as explained as 07/09 (notably all development branches), I don't accept anymore financial newcomers that easily. People will have to contribute 100 cookies worth of contributions (bug reports/fixes) as a first step to be accepted as Donator. Free user can join after sharing over 200 cookies out of contributions, compared to 100 cookies before. You can say thanks to RusAcis, and notably his worthless leader, UnleashedForce. The size of users will continue to shrink if more leaks occur, until true helpers only will be left. New prices are as following : Joining price: 200€ + 100 cookies, or 200 cookies This fee has to be paid if you are joining aCis project. Next month, and all other months, you will have to donate only basic monthly donation. Monthly price: 10€ / 10 cookies This fee has to be paid every month. I won't accept any new join fee before the 100 cookies contribution. Your money will be instantly sent back. Also, in the same shape of idea, actual supporters/donators have to be active to stay in sources. It doesn't have to be a particular amount, you just have to share from time to time *anything*. I don't accept anymore silent ppl. Only useful people will be kept.
  • Topics

×
×
  • Create New...