CriticalError Posted August 16, 2010 Posted August 16, 2010 Hello to all good is that this is already posted by 2 users of this forum 1 is Javus aka Grisom and the other is GodPower ™, it will leave some tips and explanations to not go crazy when changing lines. Original Topic by JavuS aka Grisom: [How To Addapt Things Between Chronicles] Original Topic by GodPower™ [Guide]How To Adapt Items Well now I leave some examples of what is meant by the lines in the file "ARMORGRP" Fighter.MFighter_m011_u=Human Male Upbody Fighter.MFighter_m011_l=Human Male Lowbody Fighter.MFighter_m011_g=Human Male Gloves Fighter.MFighter_m011_b=Human Male Boots Fighter.FFighter_m011_u=Human Female Upbody Fighter.FFighter_m011_l=Human Female Lowbody FFighter.FFighter_m011_t89_g=Human Female Gloves FFighter.FFighter_m011_t89_b=Human Female Gloves DarkElf.MDarkElf_m001_u=DarkElf Male Upbody DarkElf.MDarkElf_m007_l=DarkElf Male Lowbody DarkElf.MDarkElf_m001_g=DarkElf Male Gloves DarkElf.MDarkElf_m007_b=DarkElf Male Boots DarkElf.FDarkElf_m007_u=DarkElf Female Upbody DarkElf.FDarkElf_m008_l=DarkElf Female Lowbody FDarkElf.FDarkElf_m007_t89_g=DarkElf Female Gloves FDarkElf.FDarkElf_m008_t89_b=DarkElf Female Boots icon.armor_t89_ul_i00=Icon Armor UpLow Body icon.armor_t89_u_i00=Icon Armor Upbody icon.armor_t89_l_i00=Icon Armor Lowbody icon.armor_t89_g_i00=Icon Armor Gloves icon.armor_t89_b_i00=Icon Armor Boots While these are examples of the lines in the file "WEAPONGRP" LineageWeapons.draconic_bow_m00_wp=Animation LineageWeaponsTex.draconic_bow_t00_wp=Texture icon.weapon_draconic_bow_i00=Icon Weapon icon.weapon_dual_sword_i00=Icon Weapon Dual While these are examples of the lines in the file "NPCGRP" LineageNPC2.chief_of_insurgents LineageNPCs2.chief_of_insurgents_m00 LineageNpcsTex2.chief_of_insurgents.chief_of_insurgents_t00 LineageNpcsTex2.chief_of_insurgents.chief_of_insurgents_t01 Class Mesh Texture 1 Texture 2 Well now that we have some things more clear let's start with the guide. Adapting Weapons (We use the Draconic bow as an example of CT2.3 to CT2.4) Well as we said before we use the ID of the Draconic Bow which is the 7575, but now they are under changes in the lines, it is easy to realize that is what was changed, for example, I explain what you meant above everything now just need to know the name of the texture & animation edited and just change it to so see it. Code [CT2.3] 0 7575 1 1 15 2 0 LineageWeapons.draconic_bow_m00_wp LineageWeaponsTex.draconic_bow_t00_wp 0 0 0 0 0 1 0 0 icon.weapon_draconic_bow_i00 -1 1650 47 1 0 0 1 7 5 1 LineageWeapons.draconic_bow_m00_wp 1 1 LineageWeaponsTex.draconic_bow_t00_wp 4 ItemSound.bow_small_2 ItemSound.bow_small_3 ItemSound.bow_small_6 ItemSound.bow_big_2 ItemSound.itemdrop_bow ItemSound.itemequip_bow 5 581 132 6 5 12 -3 0 0 0 293 11 1 1 1000 1 -1 0 LineageEffect.c_u008 0.00000000 -3.00000000 0.00000000 1.20000005 1.20000005 LineageWeapons.rangesample 1.60000002 1.29999995 1.29999995 0.00000000 0.00000000 0.00000000 8 -1 -1 -1 Code [CT2.4] 0 7575 1 1 15 2 0 Dragonica_Bow.Dragonica_Bow Dragonica.B 0 0 0 0 0 1 0 0 icon.weapon_draconic_bow_i01 -1 1650 47 1 0 0 1 7 5 1 Dragonica_Bow.Dragonica_Bow 1 1 Dragonica.B 4 ItemSound.bow_small_2 ItemSound.bow_small_3 ItemSound.bow_small_6 ItemSound.bow_big_2 ItemSound.itemdrop_bow ItemSound.itemequip_bow 5 581 132 6 5 12 -3 0 0 0 293 11 1 1 1000 1 -1 0 LineageEffect.c_u008 0.00000000 -3.00000000 0.00000000 1.20000005 1.20000005 LineageWeapons.rangesample 1.60000002 1.29999995 1.29999995 0.00000000 0.00000000 0.00000000 8 -1 -1 -1 -1 -1 Animation Changed Texture Changed Adapting Armor (We will use Draconic Armor as an example of CT2.3 to CT2.4) Well as we said before we use the ID of the Draconic Leather Armor which is the 6379,80,81, but now they are under changes in the lines, it is easy to realize that is what was changed, for example, I explain what you meant above everything now just need to know the name of the texture & animation edited and just change it to so see it. Code [CT2.3] 1 6379 0 3 4 3 0 dropitems.drop_MFighter_m011_t89_u_m00 mfighter.mfighter_m011_t89_u 0 0 0 0 0 1 0 0 icon.armor_t89_ul_i00 icon.armor_t89_u_i00 icon.armor_t89_l_i00 -1 4950 19 1 0 0 1 8 2 Fighter.MFighter_m011_u Fighter.MFighter_m011_l 2 mfighter.mfighter_m011_t89_u MFighter.MFighter_m011_t89_l 2 0 255 0 255 2 2 Fighter.FFighter_m011_u Fighter.FFighter_m011_l 2 FFighter.FFighter_m011_t89_u FFighter.FFighter_m011_t89_l 2 0 255 0 255 2 2 DarkElf.MDarkElf_m001_u DarkElf.MDarkElf_m007_l 2 MDarkElf.MDarkElf_m001_t89_u MDarkElf.MDarkElf_m007_t89_l 2 0 255 0 255 2 2 DarkElf.FDarkElf_m007_u DarkElf.FDarkElf_m008_l 2 FDarkElf.FDarkElf_m007_t89_u FDarkElf.FDarkElf_m008_t89_l 2 0 255 0 255 2 2 Dwarf.MDwarf_m004_u Dwarf.MDwarf_m008_l 2 MDwarf.MDwarf_m004_t89_u MDwarf.MDwarf_m008_t89_l 2 0 255 0 255 2 2 Dwarf.FDwarf_m004_u Dwarf.FDwarf_m008_l 2 FDwarf.FDwarf_m004_t89_u FDwarf.FDwarf_m008_t89_l 2 0 255 0 255 2 2 Elf.MElf_m008_u Elf.MElf_m007_l 2 MElf.MElf_m008_t89_u MElf.MElf_m007_t89_l 2 0 255 0 255 2 2 Elf.FElf_m008_u Elf.FElf_m004_l 2 FElf.FElf_m008_t89_u FElf.FElf_m004_t89_l 2 0 255 0 255 2 2 Magic.MMagic_m011_u Magic.MMagic_m011_l 2 MMagic.MMagic_m011_t89_u MMagic.MMagic_m011_t89_l 2 0 255 0 255 2 2 Magic.FMagic_m011_u Magic.FMagic_m011_l 2 FMagic.FMagic_m011_t89_u FMagic.FMagic_m011_t89_l 2 0 255 0 255 2 2 Orc.MOrc_m007_u Orc.MOrc_m006_l 2 MOrc.MOrc_m007_t89_u MOrc.MOrc_m006_t89_l 2 0 255 0 255 2 2 Orc.FOrc_m007_u Orc.FOrc_m006_l 2 FOrc.FOrc_m007_t89_u FOrc.FOrc_m006_t89_l 2 0 255 0 255 2 2 Shaman.MShaman_m007_u Shaman.MShaman_m007_l 2 MShaman.MShaman_m007_t89_u MShaman.MShaman_m007_t89_l 2 0 255 0 255 2 2 Shaman.FShaman_m007_u Shaman.FShaman_m007_l 2 FShaman.FShaman_m007_t89_u FShaman.FShaman_m007_t89_l 2 0 255 0 255 2 2 Kamael.mkamael_m009_u Kamael.mkamael_m009_l 3 mkamael.mkamael_m009_t89_u mkamael.mkamael_m009_t89_l mkamael.mkamael_m009_t89_ut 2 Kamael.Mkamael_m000_w_ad00 119 95 Kamael.Mkamael_m009_l_ad00 108 95 2 Mkamael.Mkamael_m000_t00_w mkamael.mkamael_m009_t89_ut 2 Kamael.fkamael_m008_u Kamael.fkamael_m008_l 3 fkamael.fkamael_m008_t89_u fkamael.fkamael_m008_t89_l fkamael.fkamael_m008_t89_ut 2 Kamael.Fkamael_m000_w_ad00 119 95 Kamael.Fkamael_m008_l_ad00 108 95 2 Fkamael.Fkamael_m000_t00_w fkamael.fkamael_m008_t89_ut 1 1 0 0 LineageEffect.p_u002_a 4 ItemSound.shield_bone_1 ItemSound.armor_leather_2 ItemSound.armor_leather_3 ItemSound.armor_leather_8 ItemSound.itemdrop_armor_leather ItemSound.itemequip_armor_leather 1 0 1 5 0 249 0 0 0 1 6380 0 3 3 2 0 dropitems.drop_MFighter_m011_t89_g_m00 mfighter.mfighter_m011_t89_g 0 0 0 0 0 1 0 0 icon.armor_t89_g_i00 -1 540 19 1 0 0 1 20 1 Fighter.MFighter_m011_g 1 mfighter.mfighter_m011_t89_g 1 0 255 1 1 Fighter.FFighter_m011_g 1 FFighter.FFighter_m011_t89_g 1 0 255 1 1 DarkElf.MDarkElf_m001_g 1 MDarkElf.MDarkElf_m001_t89_g 1 0 255 1 1 DarkElf.FDarkElf_m007_g 1 FDarkElf.FDarkElf_m007_t89_g 1 0 255 1 1 Dwarf.MDwarf_m004_g 1 MDwarf.MDwarf_m004_t89_g 1 0 255 1 1 Dwarf.FDwarf_m004_g 1 FDwarf.FDwarf_m004_t89_g 1 0 255 1 1 Elf.MElf_m008_g 1 MElf.MElf_m008_t89_g 1 0 255 1 1 Elf.FElf_m009_g 1 FElf.FElf_m009_t89_g 1 0 255 1 1 Magic.MMagic_m011_g 1 MMagic.MMagic_m011_t89_g 1 0 255 1 1 Magic.FMagic_m011_g 1 FMagic.FMagic_m011_t89_g 1 0 255 1 1 Orc.MOrc_m007_g 1 MOrc.MOrc_m007_t89_g 1 0 255 1 1 Orc.FOrc_m007_g 1 FOrc.FOrc_m007_t89_g 1 0 255 1 1 Shaman.MShaman_m007_g 1 MShaman.MShaman_m007_t89_g 1 0 255 1 1 Shaman.FShaman_m007_g 1 FShaman.FShaman_m007_t89_g 1 0 255 1 1 Kamael.mkamael_m009_g 1 mkamael.mkamael_m009_t89_g 1 0 255 1 1 Kamael.fkamael_m008_g 1 fkamael.fkamael_m008_t89_g 1 0 255 1 1 1 0 0 LineageEffect.p_u002_a 1 ItemSound.itemdrop_armor_glove ItemSound.itemequip_armor_glove 1 0 0 5 0 55 0 0 0 1 6381 0 3 3 8 0 dropitems.drop_MFighter_m011_t89_b_m00 mfighter.mfighter_m011_t89_b 0 0 0 0 0 1 0 0 icon.armor_t89_b_i00 -1 1110 19 1 0 0 1 23 1 Fighter.MFighter_m011_b 1 mfighter.mfighter_m011_t89_b 1 0 255 1 1 Fighter.FFighter_m011_b 1 FFighter.FFighter_m011_t89_b 1 0 255 1 1 DarkElf.MDarkElf_m007_b 1 MDarkElf.MDarkElf_m007_t89_b 1 0 255 1 1 DarkElf.FDarkElf_m008_b 1 FDarkElf.FDarkElf_m008_t89_b 1 0 255 1 1 Dwarf.MDwarf_m008_b 1 MDwarf.MDwarf_m008_t89_b 1 0 255 1 1 Dwarf.FDwarf_m008_b 1 FDwarf.FDwarf_m008_t89_b 1 0 255 1 1 Elf.MElf_m007_b 1 MElf.MElf_m007_t89_b 1 0 255 1 1 Elf.FElf_m004_b 1 FElf.FElf_m004_t89_b 1 0 255 1 1 Magic.MMagic_m011_b 1 MMagic.MMagic_m011_t89_b 1 0 255 1 1 Magic.FMagic_m011_b 1 FMagic.FMagic_m011_t89_b 1 0 255 1 1 Orc.MOrc_m006_b 1 MOrc.MOrc_m006_t89_b 1 0 255 1 1 Orc.FOrc_m006_b 1 FOrc.FOrc_m006_t89_b 1 0 255 1 1 Shaman.MShaman_m007_b 1 MShaman.MShaman_m007_t89_b 1 0 255 1 1 Shaman.FShaman_m007_b 1 FShaman.FShaman_m007_t89_b 1 0 255 1 1 Kamael.mkamael_m009_b 1 mkamael.mkamael_m009_t89_b 1 0 255 1 1 Kamael.fkamael_m008_b 1 fkamael.fkamael_m008_t89_b 1 0 255 1 1 1 0 0 LineageEffect.p_u002_a 1 ItemSound.itemdrop_armor_boots ItemSound.itemequip_armor_boots 1 0 0 5 0 55 0 0 0 Code [CT2.4] 1 6379 0 3 4 3 0 dropitems.drop_MFighter_m011_t89_u_m00 mfighter.mfighter_m011_t89_u 0 0 0 0 0 1 0 0 icon.armor_t89_ul_i00 icon.armor_t89_u_i00 icon.armor_t89_l_i00 -1 4950 19 1 0 0 1 8 2 Fighter.MFighter_m011_u Fighter.MFighter_m011_l 2 Human_Hero.mfighter_m011_t89_u Human_Hero.MFighter_m011_t89_l 2 0 255 0 255 2 2 Fighter.FFighter_m011_u Fighter.FFighter_m011_l 2 FFighter.FFighter_m011_t89_u FFighter.FFighter_m011_t89_l 2 0 255 0 255 2 2 DarkElf.MDarkElf_m001_u DarkElf.MDarkElf_m007_l 2 MDarkElf.MDarkElf_m001_t89_u MDarkElf.MDarkElf_m007_t89_l 2 0 255 0 255 2 2 DarkElf.FDarkElf_m007_u DarkElf.FDarkElf_m008_l 2 FDarkElf.FDarkElf_m007_t89_u FDarkElf.FDarkElf_m008_t89_l 2 0 255 0 255 2 2 Dwarf.MDwarf_m004_u Dwarf.MDwarf_m008_l 2 MDwarf.MDwarf_m004_t89_u MDwarf.MDwarf_m008_t89_l 2 0 255 0 255 2 2 Dwarf.FDwarf_m004_u Dwarf.FDwarf_m008_l 2 FDwarf.FDwarf_m004_t89_u FDwarf.FDwarf_m008_t89_l 2 0 255 0 255 2 2 Elf.MElf_m008_u Elf.MElf_m007_l 2 MElf.MElf_m008_t89_u MElf.MElf_m007_t89_l 2 0 255 0 255 2 2 Elf.FElf_m008_u Elf.FElf_m004_l 2 FElf.FElf_m008_t89_u FElf.FElf_m004_t89_l 2 0 255 0 255 2 2 Magic.MMagic_m011_u Magic.MMagic_m011_l 2 MMagic.MMagic_m011_t89_u MMagic.MMagic_m011_t89_l 2 0 255 0 255 2 2 Magic.FMagic_m011_u Magic.FMagic_m011_l 2 FMagic.FMagic_m011_t89_u FMagic.FMagic_m011_t89_l 2 0 255 0 255 2 2 Orc.MOrc_m007_u Orc.MOrc_m006_l 2 MOrc.MOrc_m007_t89_u MOrc.MOrc_m006_t89_l 2 0 255 0 255 2 2 Orc.FOrc_m007_u Orc.FOrc_m006_l 2 FOrc.FOrc_m007_t89_u FOrc.FOrc_m006_t89_l 2 0 255 0 255 2 2 Shaman.MShaman_m007_u Shaman.MShaman_m007_l 2 MShaman.MShaman_m007_t89_u MShaman.MShaman_m007_t89_l 2 0 255 0 255 2 2 Shaman.FShaman_m007_u Shaman.FShaman_m007_l 2 FShaman.FShaman_m007_t89_u FShaman.FShaman_m007_t89_l 2 0 255 0 255 2 2 Kamael.mkamael_m009_u Kamael.mkamael_m009_l 3 mkamael.mkamael_m009_t89_u mkamael.mkamael_m009_t89_l mkamael.mkamael_m009_t89_ut 2 Kamael.Mkamael_m000_w_ad00 119 95 Kamael.Mkamael_m009_l_ad00 108 95 2 Mkamael.Mkamael_m000_t00_w mkamael.mkamael_m009_t89_ut 2 Kamael.fkamael_m008_u Kamael.fkamael_m008_l 3 fkamael.fkamael_m008_t89_u fkamael.fkamael_m008_t89_l fkamael.fkamael_m008_t89_ut 2 Kamael.Fkamael_m000_w_ad00 119 95 Kamael.Fkamael_m008_l_ad00 108 95 2 Fkamael.Fkamael_m000_t00_w fkamael.fkamael_m008_t89_ut 1 1 0 0 LineageEffect.p_u002_a 4 ItemSound.shield_bone_1 ItemSound.armor_leather_2 ItemSound.armor_leather_3 ItemSound.armor_leather_8 ItemSound.itemdrop_armor_leather ItemSound.itemequip_armor_leather 1 0 1 5 0 249 0 0 0 1 6380 0 3 3 2 0 dropitems.drop_MFighter_m011_t89_g_m00 mfighter.mfighter_m011_t89_g 0 0 0 0 0 1 0 0 icon.armor_t89_g_i00 -1 540 19 1 0 0 1 20 1 Fighter.MFighter_m011_g 1 Human_Hero.mfighter_m011_t89_g 1 0 255 1 1 Fighter.FFighter_m011_g 1 FFighter.FFighter_m011_t89_g 1 0 255 1 1 DarkElf.MDarkElf_m001_g 1 MDarkElf.MDarkElf_m001_t89_g 1 0 255 1 1 DarkElf.FDarkElf_m007_g 1 FDarkElf.FDarkElf_m007_t89_g 1 0 255 1 1 Dwarf.MDwarf_m004_g 1 MDwarf.MDwarf_m004_t89_g 1 0 255 1 1 Dwarf.FDwarf_m004_g 1 FDwarf.FDwarf_m004_t89_g 1 0 255 1 1 Elf.MElf_m008_g 1 MElf.MElf_m008_t89_g 1 0 255 1 1 Elf.FElf_m009_g 1 FElf.FElf_m009_t89_g 1 0 255 1 1 Magic.MMagic_m011_g 1 MMagic.MMagic_m011_t89_g 1 0 255 1 1 Magic.FMagic_m011_g 1 FMagic.FMagic_m011_t89_g 1 0 255 1 1 Orc.MOrc_m007_g 1 MOrc.MOrc_m007_t89_g 1 0 255 1 1 Orc.FOrc_m007_g 1 FOrc.FOrc_m007_t89_g 1 0 255 1 1 Shaman.MShaman_m007_g 1 MShaman.MShaman_m007_t89_g 1 0 255 1 1 Shaman.FShaman_m007_g 1 FShaman.FShaman_m007_t89_g 1 0 255 1 1 Kamael.mkamael_m009_g 1 mkamael.mkamael_m009_t89_g 1 0 255 1 1 Kamael.fkamael_m008_g 1 fkamael.fkamael_m008_t89_g 1 0 255 1 1 1 0 0 LineageEffect.p_u002_a 1 ItemSound.itemdrop_armor_glove ItemSound.itemequip_armor_glove 1 0 0 5 0 55 0 0 0 1 6381 0 3 3 8 0 dropitems.drop_MFighter_m011_t89_b_m00 mfighter.mfighter_m011_t89_b 0 0 0 0 0 1 0 0 icon.armor_t89_b_i00 -1 1110 19 1 0 0 1 23 1 Fighter.MFighter_m011_b 1 Human_Hero.mfighter_m011_t89_b 1 0 255 1 1 Fighter.FFighter_m011_b 1 FFighter.FFighter_m011_t89_b 1 0 255 1 1 DarkElf.MDarkElf_m007_b 1 MDarkElf.MDarkElf_m007_t89_b 1 0 255 1 1 DarkElf.FDarkElf_m008_b 1 FDarkElf.FDarkElf_m008_t89_b 1 0 255 1 1 Dwarf.MDwarf_m008_b 1 MDwarf.MDwarf_m008_t89_b 1 0 255 1 1 Dwarf.FDwarf_m008_b 1 FDwarf.FDwarf_m008_t89_b 1 0 255 1 1 Elf.MElf_m007_b 1 MElf.MElf_m007_t89_b 1 0 255 1 1 Elf.FElf_m004_b 1 FElf.FElf_m004_t89_b 1 0 255 1 1 Magic.MMagic_m011_b 1 MMagic.MMagic_m011_t89_b 1 0 255 1 1 Magic.FMagic_m011_b 1 FMagic.FMagic_m011_t89_b 1 0 255 1 1 Orc.MOrc_m006_b 1 MOrc.MOrc_m006_t89_b 1 0 255 1 1 Orc.FOrc_m006_b 1 FOrc.FOrc_m006_t89_b 1 0 255 1 1 Shaman.MShaman_m007_b 1 MShaman.MShaman_m007_t89_b 1 0 255 1 1 Shaman.FShaman_m007_b 1 FShaman.FShaman_m007_t89_b 1 0 255 1 1 Kamael.mkamael_m009_b 1 mkamael.mkamael_m009_t89_b 1 0 255 1 1 Kamael.fkamael_m008_b 1 fkamael.fkamael_m008_t89_b 1 0 255 1 1 1 0 0 LineageEffect.p_u002_a 1 ItemSound.itemdrop_armor_boots ItemSound.itemequip_armor_boots 1 0 0 5 0 55 0 0 0 PD: Well I put the lines as quote and not quote because they are too long but if you look well you will see that the highlight color to see the difference where it was changed, sorry for my English is not so good and I hope to help many days as all topics are open with this Requirements. PD2: Later update this for NPC, but do not think it necessary. All Credits for me Quote
SirRoyal Posted August 16, 2010 Posted August 16, 2010 Cool Guide...Helps A Lot Thanks BTW Could You Post The Armor ?:D Quote
ThunderVolt Posted August 16, 2010 Posted August 16, 2010 excelent! good work ^^ i needed this xD gbye brother :D Quote
CriticalError Posted August 16, 2010 Author Posted August 16, 2010 Cool Guide...Helps A Lot Thanks BTW Could You Post The Armor ?:D the armor is not for shared ;) private work Quote
Onix Posted August 16, 2010 Posted August 16, 2010 usefull and excellent guide, good work mate thanks for it ;) Quote
`zэlaи Posted August 18, 2010 Posted August 18, 2010 Cool Guide bro :P It's really nice !!!! I think you must be again L2Client Mod :D Quote
FighterBoss Posted August 19, 2010 Posted August 19, 2010 usefull and excellent guide, good work mate thanks for it ;) Quote
leoadrian Posted August 22, 2010 Posted August 22, 2010 hi friend how are u? :) nice guide, this tips help me to fix the mitrael armor for interlude :D i make it work at least. Quote
LauQ Posted August 22, 2010 Posted August 22, 2010 Great guide CE! :) I wish I could add it to my list, but as I am Legendary member instead of VIP, I can't do anything ::) Quote
I-LeO-I Posted August 24, 2010 Posted August 24, 2010 Great guide. Will help many people who have trouble adjusting items. Quote
UltrasGate13™ Posted September 26, 2010 Posted September 26, 2010 Awesome guide mate! Armor is perfect! Bow too!! Keep sharing! Quote
orpheous Posted September 27, 2010 Posted September 27, 2010 post the ids of everything plz. also this guide is to change a share for interlude and adapt it on final gracia for example? Quote
FighterBoss Posted September 27, 2010 Posted September 27, 2010 post the ids of everything plz what ids dude ? Quote
orpheous Posted September 27, 2010 Posted September 27, 2010 6379,80,81 is dragonc armor as critical said. these ones Quote
Recommended Posts
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.