Jump to content

Recommended Posts

Posted

u can use the search function or google first for such simple things.

 

have you taken a look at those item xmls of your l2j datapack? there is no grade parameter inside because it's client related, you have to edit the appropriate .dat, depends on if it's a weapon, armor, etc. and set the crystal_type

Posted

Look and exemple

XML:

	<item id="485" type="EtcItem" name="Tatoo of Strenght">
        <set name="etcitem_type" val="RUNE" />
        <set name="immediate_effect" val="true" />
        <set name="material" val="PAPER" />
        <set name="weight" val="120" />
        <set name="is_tradable" val="true" />
		<set name="is_dropable" val="true" />
		<set name="is_sellable" val="true" />       
		<set name="handler" val="ItemSkills" />
        <set name="item_skill" val="27000-1" />
   </item>

So where it is Crystal_type? 

Picture with grade item

image.png.2af27904efaa50887af52e9a75c887b8.png (EtcItem) as in syntax from top

and 

1	485	0	3	2	5	0	dropitems.drop_sack_m00			dropitemstex.drop_sack_t00				0	0	0	0	0	1	0	0	icon.weapon_voodoo_doll_i00					-1	4200	38	0	0	0		1		21	1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1					1		0	255																1								1					1						1		0	255																1								1					1						1		0	255																1								1		1			0				0			LineageEffect.p_u002_a	4	MonSound.Hit_normal_3	MonSound.Hit_normal_12	MonSound.Hit_wood_1	MonSound.Hit_Shell_1	ItemSound.itemdrop_sack	ItemSou

armor.grp ( i move in etc item but first i want to change grade)

Posted

He was clear, it's client, crystal type row. Change 1 to 0. Xml no grade is not using anything, from memory.

Be smart, take a look on xml of no grade item is there crystal type? No? They you don't use it as well. 

 

What you recently trying to do, already exists with over 10000 id's or something..

  • SweeTs locked this topic
Guest
This topic is now closed to further replies.


×
×
  • Create New...