Advertisement
Guest User

poschengband pickuppref

a guest
May 3rd, 2015
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1.  
  2. ##***
  3. #*** You have activated the Auto-Picker Editor for the first time.
  4. #*** Since user pref file for autopick is not yet created,
  5. #*** the default setting is loaded from lib/pref/pickpref.prf .
  6. #***
  7.  
  8. #########################################
  9. # Auto Pickup
  10. #########################################
  11. mushroom of restoring
  12. potion of speed
  13. potion of giant strength
  14. potion of enlightenment
  15. potion of healing
  16. potion of life
  17. potion of *healing*
  18.  
  19. scroll of artifact creation#!*
  20. scroll of wall of stone
  21. acquirement#!*
  22.  
  23. collecting missiles
  24. collecting :Scroll
  25. collecting :Potion
  26. collecting :Elvish Waybread
  27. collecting magical devices :rod
  28. collecting magical devices :wand
  29. collecting :Iron Spike
  30.  
  31. # Don't destry better damage missiles, enchant them in the shop
  32. ~missiles :Seeker
  33. ~missiles :Sheaf
  34. ~missiles :Steel
  35. ~missiles :Mithril
  36.  
  37. #########################################
  38. # Corpses. Posessors and Necromancers like good ones
  39. #########################################
  40.  
  41. ~wanted corpses#Wanted!k!k!k
  42. ~wanted skeletons#Wanted!k!k!k
  43.  
  44. ?:[IOR [EQU $RACE Possessor] [EQU $CLASS Necromancer] ]
  45. ~corpses more level than 5
  46. ~skeletons more level than 5
  47. ?:[EQU $RACE Balrog]
  48. ~human corpses
  49. !Ration of food
  50. !Slime mold
  51. ?:1
  52.  
  53. #########################################
  54. # Spellbooks
  55. #########################################
  56.  
  57. # Pick up our own
  58. first realm's
  59. second realm's
  60. # Destroy others except for the money
  61. !first
  62. !second
  63.  
  64. #########################################
  65. # Destroy Junk
  66. #########################################
  67.  
  68. # Always keep aritfacts
  69. ~special items
  70.  
  71. # Archers keep stuff we can make ammo from
  72. ?:[EQU $CLASS Archer]
  73. junks:^broken skull
  74. junks:^broken bone
  75. skeletons
  76. ?:1
  77.  
  78. # Destroy crap weapons and armour
  79. ?:[GEQ $LEVEL 25]
  80. !nameless common weapons
  81. !nameless common armors
  82. !average common missiles
  83. ?:[GEQ $LEVEL 10]
  84. !average common weapons
  85. !average common armors
  86. ?:1
  87.  
  88. # Pick up artifacts
  89. artifact
  90.  
  91. # Keep Wands of heal monster in case we have pets
  92. ~Wand of Heal Monster
  93. # Destroy other crap
  94. !worthless items
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement