Sheyrah

Sniper Set Up (Updated Oct 1 2017)

Jan 2nd, 2016
213,467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. New improved TSM4 Sniper Set up Video for BFA: https://youtu.be/2v-JeIkmCGE
  2.  
  3.  
  4.  
  5. Old sniper set up below:
  6. ____________________________________________________________________________________________________________________________________
  7.  
  8. Sniper set up (This is work created by someone else, BilisOnyxia, thanks man, amazing stuff, see the end of the post for his links.)
  9.  
  10. Please make sure you download ALL THE OFFICIAL TSM MODULES, or this won't work.
  11.  
  12. Most of you will want to make sure you have unchecked the box "Below Vendor Sell Price" in sniper settings. You can find this option by going to options, module options, shopping and unchecking that box. This will avoid all those nonsense items worth trash from showing up on your sniper window, distracting you from the good deals.
  13.  
  14.  
  15. Step 1:
  16. Type /tsm and go to TSM features at the top and then go to "Custom Price Sources", then make a custom price name exactly "minprice" without the quotations, then in the box, paste this string in:
  17.  
  18. max(min(DBHistorical, DBRegionMarketAvg, DBRegionHistorical, DBGlobalMarketAvg, DBGlobalHistorical), VendorSell)
  19. reload your ui by typing /reload ui
  20.  
  21. UPDATE: this is what bilis uses now:
  22. max(first(min(DBHistorical, DBRegionMarketAvg, DBRegionHistorical), min(DBGlobalMarketAvg, DBGlobalHistorical)), VendorSell)
  23.  
  24. Step 2:
  25. Type /tsm to pull up tsm window, go to the options button at the top, then under module options, click on shopping and go look at the Sniper Options section, then in the box called "Below Custom Price ('Oc' to disable)", paste in this string in that box:
  26.  
  27.  
  28. check(minprice - 100000g, 90% minprice, check(minprice - 50000g, 80% minprice, check(minprice - 10000g, 60% minprice, check(minprice - 5000g, 50% minprice, check(minprice - 1000g, 30% minprice, check(minprice - 500g, 20% minprice))))))
  29.  
  30. UPDATE: this is what billis uses currently, use whatever suits your preferences: stolen from discord, hahahah
  31. check(minprice - 250000g, 80% minprice, check(minprice - 100000g, 70% minprice, check(minprice - 50000g, 60% minprice, check(minprice - 10000g, 50% minprice, check(minprice - 5000g, 30% minprice, check(minprice - 1000g, 10% minprice))))))
  32.  
  33. This new string is not necessarily better, it's just different, make sure you understand why they are different.
  34.  
  35.  
  36.  
  37. What this original string means is this:
  38.  
  39. If an item's value is greater than 100k gold, use 90%.
  40. If an item's value is greater than 50k gold, use 80%.
  41. If an item's value is greater than 10k gold, use 60%.
  42. If an item's value is greater than 5k gold, use 50%.
  43. If an item's value is greater than 1k gold, use 30%.
  44. If an item's value is greater than 500g gold, use 20%.
  45. If an item's value is equal to or less than 500g, will ignore.
  46.  
  47. How this string functions at the Auction House:
  48.  
  49. It checks per item, so when it is seen, it'll apply that whole formula to it, if it matches the criteria, it will show.
  50.  
  51. My Sniper Video: https://youtu.be/5QeUA2r9n3A
  52.  
  53.  
  54.  
  55. More details on this can be found here:
  56.  
  57. Here the man himself explains his sniper set up in more detail
  58. https://www.reddit.com/r/woweconomy/comments/3ax9av/anyone_else_have_a_tsm_sniper_rule_theyre_proud/cshb5x9
  59.  
  60. https://www.reddit.com/user/bilisonyxia
Add Comment
Please, Sign In to add comment