Advertisement
lengend

Untitled

Nov 6th, 2012
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Craft Pickit
  2.  
  3. // Helms
  4. [type] == helm && [quality] == crafted # [itemtohitpercentperlevel] >= 1 && ([enhanceddefense] >= 150 || [sockets] == 2)
  5.  
  6. // Armor
  7.  
  8. // Shields
  9.  
  10. //  Gloves
  11. [type] == gloves && [quality] == crafted # [itemknockback] >= 1 && [ias] >= 20 && [strength]+[dexterity] >= 15
  12.  
  13. // Boots
  14. [type] == boots && [quality] == crafted # [itemmaxmanapercent] >= 4 && [maxmana] >= 40
  15.  
  16. // Belts
  17. [type] == belt && [class] >= exceptional && [quality] == crafted # [maxhp] >= 50 && [strength] >= 15
  18. [type] == belt && [class] >= exceptional && [quality] == crafted # [fhr] == 24 && [fcr] == 10
  19. [name] == lightbelt && [quality] == crafted # [fhr] == 24 && [fcr] == 10 && [itemlevelreq] <= 30
  20.  
  21. //  Rings
  22. [type] == ring && [quality] == crafted # [strength]+[dexterity] >= 25 && [maxhp] >= 30
  23. [type] == ring && [quality] == crafted # [fcr] == 10 && ([maxhp] >= 40 || [maxhp]+[maxmana] >= 80 || [strength]+[dexterity] >= 25)
  24.  
  25. // Amulets
  26.  
  27. [type] == amulet && [quality] == crafted # [assassinskills] == 2 && [fcr] >= 15
  28. [type] == amulet && [quality] == crafted # [druidskills] == 2 && [fcr] >= 18
  29. [type] == amulet && [quality] == crafted # [amazonskills]+[paladinskills]+[druidskills]+[assassinskills]+[barbarianskills]+[necromancerskills]+[sorceressskills] >= 2 && ([fcr] >= 20 || [strength]+[dexterity] >= 25 || [maxhp]+[maxmana] >= 50)
  30.  
  31. [name] == jewel && [quality] == rare # [fireresist] >= 35
  32. [type] == boots && [quality] == crafted # [maxmana] >= 40 && [itemmaxmanapercent] >= 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement