Advertisement
Guest User

Untitled

a guest
Sep 7th, 2019
6,312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. This is the only guide you need to completely set up TSM sniping operations and make it work in Classic WoW.
  2.  
  3. Remember sniping always comes with a risk, so make sure that you have some idea about the prices of stuff or what you can make before buying stuff and spending your gold. Sniping can be a pretty lucrative way of making gold especially now when people have no idea about the actual value of items and TSM and similar addons do not have a historical price graph.
  4.  
  5. Protip: If you are looking for historical price data from Vanilla Private servers, check this site: https://www.wow-auctionhouse.com/
  6. This will help you make some informed decision and keep you ahead of the curve when it comes to pricing items. For example, just looking at the price of [Recipe: Savory Deviate Delight] on AH of my classic realm in EU, it's going for as low as 24 silver, but looking at the data from private servers these things go for as much as 180+ gold. There are many such items if you want to dedicate the time.
  7.  
  8. This guide is written for goblins who want to get a leg up over others, TSM will eventually make a more straight forward system to fetch the values of dbmarket, dbregion, dbregionavg etc. But, until then these import strings and operations do the job pretty well, since you are fetching the data yourself using tsm scan operation mentioned below.
  9. I have looked on Google and there seems to be no setup guide as of now for Classic WoW TSM Sniper, so you might be one of the few if not the only sniper on your realm.
  10.  
  11. As such this guide is written for intermediate TSM users only. But, the steps can be followed by even beginners who want to use TSM Sniper in Classic WoW.
  12.  
  13. 1. Setting the minprice variable:
  14.  
  15. Open the TSM UI by typing “/tsm” in the chat window.
  16. On the top menu, go to Settings.
  17. Select Custom Sources from the left vertical menu.
  18. Under Variable Name, enter the value “minprice“, enter the string below. Press enter once done.
  19. Under custom price source enter the import strings provided below and then press enter.
  20. String for Custom price source:
  21.  
  22.  
  23. Hidden Content
  24.  
  25. Change the :
  26. max(min(DBHistorical, DBRegionMarketAvg, DBRegionHistorical), VendorSell)
  27. to :
  28. max(min(dbmarket), vendorsell)
  29.  
  30.  
  31.  
  32. Type "/reload" in the chat once this is done.
  33.  
  34. 2. Setting up the Sniper Operation:
  35.  
  36. Open the TSM UI by typing “/tsm” in the chat window;
  37. On the top menu, go to Operations;
  38. Select Sniper from the left vertical menu, and click on #Default;
  39. Under the Below custom price textbox, replace the current value with. Press enter once done.
  40. Replace everything with the string below.
  41.  
  42. Hidden Content
  43.  
  44. Code:
  45. ifgte(ItemQuality, 1, minprice * ifgt(minprice, 2500g, 80, ifgt(minprice, 100s, (minprice - 100s) * (80 - 70) / (2500g - 100s) + 70, ifgt(minprice, 50s, (minprice - 50s) * (70 - 60) / (100s - 50s) + 60, ifgt(minprice, 10s, (minprice - 10s) * (60 - 50) / (50s - 10) + 50, ifgt(minprice, 5s, (minprice - 5s) * (50 - 30) / (10s - 5s) + 30, ifgt(minprice, 100c, (minprice - 100c) * (30 - 10) / (5s - 100c) + 10, 0)))))) / 100)
  46.  
  47.  
  48.  
  49.  
  50. Type "/reload" in the chat once this is done.
  51.  
  52. 3. Getting the values for items:
  53.  
  54. Since TSM for classic WoW cannot pull the realm auction data from API (as Blizzard hasn't released it for now), you need to do a manual scan of the auction house to feed data to TSM.
  55.  
  56. This can be done using the command /tsm scan in your chat box.
  57.  
  58. 4. (Optional) Getting Notified in the Background:
  59.  
  60.  
  61. Open the TSM UI by typing “/tsm” in the chat window.
  62. On the top menu, go to Settings.
  63. Select Shopping / Sniper from the left vertical menu.
  64. Under Sniper Options -> “Found auction sound" dropdown, select any sound you want.
  65. Make sure in the WoW Sounds Options the setting to enable sound in the background is selected as well.
  66. Type /reload in chatbox once done.
  67. Also helpful:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement