Jump to content
  • 0

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


Question

Posted

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

6 answers to this question

Recommended Posts

  • 0
Posted

There are guides about that...

Also if you was little smarter you cloud just check in real item's...

How is the code for Attributable...

GL next time...

  • 0
Posted

			<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" />

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock