Pickit Question

donuts12

New member
The leaf pickit included doesnt seem to have a section for crafted items so i added the below. what im trying to capture is any 2sk 10fcr ammies or sorc +3/19+fcr or pcomb 19+ fcr. is this correct?

Code:
[type] == amulet && [quality] == crafted # [Itemaddclassskills] == 2 && [FCR] == 10
[type] == amulet && [quality] == crafted #  ([FireSkillTab] == 2 || [ColdSkillTab] == 2 || [LightningSkillTab] == 2) && [FCR] >= 19
[type] == amulet && [quality] == crafted #  [PaliCombatSkillTab] && [FCR] >= 19
 
Dunno if uve search but there are pickit files for download in the appropriate section.
See attached also.
 

Attachments

  • MexPickit.zip
    23.5 KB · Views: 6
Top