InFocus Posted July 23, 2018 Posted July 23, 2018 Hi all, How i can change for exemple one item from D grade to No Grade?
sepultribe Posted July 23, 2018 Posted July 23, 2018 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
InFocus Posted July 23, 2018 Author Posted July 23, 2018 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 (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)
SweeTs Posted July 23, 2018 Posted July 23, 2018 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..
InFocus Posted July 23, 2018 Author Posted July 23, 2018 i understand something, but i am confuse SweeTs, i can set 1 -> 0 from armor grp? or from server side in xml.
Recommended Posts