So I have a question about editing the looted items part of this script.  I have commented-out the artifact items in the script, because I had 60 something recipes in the bank and don't need anymore...  I wanted to however loot talismans with 25% bonuses and Id like to get a 100% merkatus killer talisman also...  Here's what I have:
  ;set %artifact1 blight , #spc , gripped , #spc , longbow
  ;set %artifact2 faerie , #spc , fire
  ;set %artifact3 feywood , #spc , bow
  ;set %artifact4 mischief , #spc , maker
  ;set %artifact5 the , #spc , night , #spc , reaper
  ;set %artifact6 aquarium
  ;set %artifact7 bramble , #spc , coat
  ;set %artifact8 ironwood , #spc , crown
  ;set %artifact9 phantom , #spc , staff
  set %artifact11 bonus: , #spc , 28
  set %artifact12 bonus: , #spc , 29
  set %artifact13 bonus: , #spc , 30
  set %artifact14 killer: , #spc , 100
  set %artifact15 Merkatus
  set %artifact16 bonus: , #spc , 25
  set %artifact17 bonus: , #spc , 26
  set %artifact18 bonus: , #spc , 27
  set %recipecount 13
So I will be looting only %artifact 11-18.  I am confused with the last line of that code, should the recipe count be 18? or 8 and the items I want to be looted should they be numbered 1-8 and just get rid of the others completely???  Thanks in advance.