Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Craft Pickit
- // Helms
- [type] == helm && [quality] == crafted # [itemtohitpercentperlevel] >= 1 && ([enhanceddefense] >= 150 || [sockets] == 2)
- // Armor
- // Shields
- // Gloves
- [type] == gloves && [quality] == crafted # [itemknockback] >= 1 && [ias] >= 20 && [strength]+[dexterity] >= 15
- // Boots
- [type] == boots && [quality] == crafted # [itemmaxmanapercent] >= 4 && [maxmana] >= 40
- // Belts
- [type] == belt && [class] >= exceptional && [quality] == crafted # [maxhp] >= 50 && [strength] >= 15
- [type] == belt && [class] >= exceptional && [quality] == crafted # [fhr] == 24 && [fcr] == 10
- [name] == lightbelt && [quality] == crafted # [fhr] == 24 && [fcr] == 10 && [itemlevelreq] <= 30
- // Rings
- [type] == ring && [quality] == crafted # [strength]+[dexterity] >= 25 && [maxhp] >= 30
- [type] == ring && [quality] == crafted # [fcr] == 10 && ([maxhp] >= 40 || [maxhp]+[maxmana] >= 80 || [strength]+[dexterity] >= 25)
- // Amulets
- [type] == amulet && [quality] == crafted # [assassinskills] == 2 && [fcr] >= 15
- [type] == amulet && [quality] == crafted # [druidskills] == 2 && [fcr] >= 18
- [type] == amulet && [quality] == crafted # [amazonskills]+[paladinskills]+[druidskills]+[assassinskills]+[barbarianskills]+[necromancerskills]+[sorceressskills] >= 2 && ([fcr] >= 20 || [strength]+[dexterity] >= 25 || [maxhp]+[maxmana] >= 50)
- [name] == jewel && [quality] == rare # [fireresist] >= 35
- [type] == boots && [quality] == crafted # [maxmana] >= 40 && [itemmaxmanapercent] >= 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement