Jump to content
  • 0

[Help] How to make element pvp armor and weapon?


TreVor

Question

Hello I use l2jserver , my question how to make a element pvp armor and weapon , i make enchantable this item's and i dont no make elementable please help me

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

			<add order="0x40" stat="holyPower" val="YourValueHere" />

 

Should be something like this

 

Dude this is for cloak... and it makes item gives that stats...

 

Just check this..

	<item id="15551" type="Weapon" name="Sacredium">
	<set name="icon" val="icon.weapon_sacredumors_i00" />
	<set name="default_action" val="equip" />
	<set name="weapon_type" val="blunt" />
	<set name="bodypart" val="rhand" />
	<set name="random_damage" val="20" />
	<set name="attack_range" val="40" />
	<set name="damage_range" val="0;0;40;120" />
	<set name="immediate_effect" val="1" />
	<set name="crystal_count" val="9872" />
	<set name="crystal_type" val="s84" />
	<set name="material" val="wood" />
	<set name="weight" val="1080" />
	<set name="price" val="205668000" />
	<set name="soulshots" val="1" />
	<set name="spiritshots" val="1" />
	<set name="element_enabled" val="1" />
	<set name="enchant_enabled" val="1" />
	<set name="is_magic_weapon" val="true" />
	<for>
		<set order="0x08" stat="pAtk" val="350" />
		<set order="0x08" stat="mAtk" val="256" />
		<set order="0x08" stat="rCrit" val="4" />
		<add order="0x10" stat="accCombat" val="4.75" />
		<set order="0x08" stat="pAtkSpd" val="379" />
		<enchant val="0" order="0x0C" stat="pAtk" />
		<enchant val="0" order="0x0C" stat="mAtk" />
	</for>
</item>

 

And more closer, this:

		<set name="element_enabled" val="1" />
	<set name="enchant_enabled" val="1" />

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.



×
×
  • Create New...