ITEMNAME.DAT
1. pay attention to this parameter:
name_class= for each of the items you want to make a set of.
Code:
item_name_begin id=7864 name=[Apella Brigandine] additionalname=[] description=[May be worn by a Baron or a higher level Aristocrat. Full body armor used by clan members.] popup=-1 default_action=[action_equip] use_order=0 name_class=49 color=1 Tooltip_Texture=[None] is_trade=1 is_drop=1 is_destruct=1 is_private_store=1 keep_type=7 is_npctrade=1 is_commission_store=1 item_name_end
2. example of apella main part is itemID=7864 so when you see
name_class=49 in this item then you go to
SetItemGrp_Classic-eu.dat and find line with param:
num=49
Code:
setitem_group_begin num=49 essential_setitem_id={{7864};{7860};{7865};{7866}} essential_setitem_desc={[No set effect];[No set effect];[Max CP +1035, CP recovery rate +40%, 10% chance of Evasion +2 when the PC is attacked and damage is above 50, Critical Damage -86 when attacked.]} additional_setitem_id={} additional_setitem_desc={} unk1=0 unk2=0 enchant_setitem_condition={{6;[When the set item is enchanted to +6 and above, M. Def. and Evasion increase.]}} setitem_group_end