Stream Link: / xionikandsheyrah
Twitter: / sheyrahstream
Updated sniper string by BilisOnyxia himself here: (March 23, 2019)
/ tsm_how_to_set_up_tsm_sniper_updated
Just a quick heads up for beginners. We are at the end of an expansion and everything legion is dirt cheap now as people are panicking to offload their inventory before BFA hits. Also many people who are still playing the game are just farming lots of random stuff, so the economy is getting really saturated. Don't expect your sniper to show lots of great deals right now, but once BFA hits, that will change and you will really get to see the true power of Sniper.
minprice: (Updated to remove global references as they no longer exist in TSM)
max(min(DBHistorical, DBRegionMarketAvg, DBRegionHistorical), VendorSell)
Sniper string:
ifgte(ItemQuality, 1, ifgt(minprice, 250000g, 80% minprice, ifgt(minprice, 100000g, 70% minprice, ifgt(minprice, 50000g, 60% minprice, ifgt(minprice, 10000g, 50% minprice, ifgt(minprice, 5000g, 30% minprice, ifgt(minprice, 1000g, 10% minprice, 0c)))))), 0c)
Macro to switch between 2 TSM profiles: (It is case sensitive)
/run local p1,p2="Default","sniper" if(TSM_API.GetActiveProfile() == p1) then p1=p2 end TSM_API.SetActiveProfile(p1) print("Switched to profile: "..p1)
Macro to switch between 3 TSM profiles:
/run local p1,p2,p3,a="Profile1","Profile2","Profile3",TSM_API.GetActiveProfile() if(a==p1) then p1=p2 else if(a==p2) then p1=p3 end end TSM_API.SetActiveProfile(p1) print("Switched to profile: "..p1)
Minimum Price:
max(first (105% Max(Crafting, AvgBuy)/0.95, 70% first(min(DBMarket, 150% DBRegionMarketAvg), DBRegionHistorical)), 110% VendorSell/0.95)
Normal Price:
max(200% Max(Crafting, AvgBuy)/0.95, 150% first(min(DBMarket, 150% DBRegionMarketAvg), DBRegionHistorical), 110% VendorSell/0.95)
Maximum Price:
max(500% Max(Crafting, AvgBuy)/0.95, 500% first(min(DBMarket, 150% DBRegionMarketAvg), DBRegionHistorical), 110% VendorSell/0.95)
Sheyrah Sniper Protection Group on Pastebin:
(Only put this into your blank TSM sniper profile. Do not put this into your main profile, it could mess up your groups if you have built them)
https://pastebin.com/gg8rkjxm
Информация по комментариям в разработке