Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sphvn/1fb26a9b865e9b7eb8641639b4de90bc to your computer and use it in GitHub Desktop.
Save sphvn/1fb26a9b865e9b7eb8641639b4de90bc to your computer and use it in GitHub Desktop.
BiS lists for use with atlasloot favourites / lists
i:21337,i:21608,i:21335,i:22731,i:19682,i:21186,i:21622,i:21597,i:21603,i:21585,i:22730,i:19683,i:19684,i:21417,i:21709,i:18820,i:19379
i:19375,i:18814,i:19370,i:19857,i:19682,i:19374,i:19407,i:18809,i:19683,i:19684,i:19403,i:19434,i:19379,i:18820,i:19356,i:19861
i:13386,i:14153,i:13107,i:13964,i:10796,i:13396,i:13253,i:13956,i:13170,i:18735,i:12545,i:13001,i:12930,i:13968,i:14112,i:18691,i:10504
i:22506,i:21608,i:22507,i:23050,i:22504,i:21186,i:22807,i:23049,i:22820,i:21585,i:22730,i:23070,i:22508,i:23031,i:21709,i:19379,i:23046
i:19375,i:18814,i:19370,i:19378,i:19145,i:19374,i:19356,i:13396,i:19407,i:18809,i:13170,i:18735,i:19403,i:19434,i:19379,i:18820
i:16929,i:18814,i:14112,i:17078,i:19145,i:18497,i:18407,i:18809,i:13170,i:18735,i:19147,i:19147,i:12930,i:18820,i:17103,i:10796,i:13396
@sphvn
Copy link
Author

sphvn commented Jul 4, 2020

Generated using

var a = Array.from(document.querySelectorAll('a.q1'));
var b = Array.from(document.querySelectorAll('a.q2'));
var c = Array.from(document.querySelectorAll('a.q3'));
var d = Array.from(document.querySelectorAll('a.q4'));
var e = Array.from(document.querySelectorAll('a.q5'));
var f = Array.from(document.querySelectorAll('a.q6'));

var all = a.concat(b, c, d, e, f);

all.filter(x => x)
  .map(x => x.href)
  .map(x => x.match(new RegExp("item=(.*)/")))
  .filter(x => x)
  .map(x => x[1])
  .map(x => "i:" + x)
  .join();

on wowisclassic bis lists BiS lists.

Could clean up the code a fair bit but was working on it while receiving stockades runs for exp :)

Feel free to take, update and share etc.

@sphvn
Copy link
Author

sphvn commented Jul 4, 2020

The elements are also defined exactly the same on classic wowhead so you can run the same script to produce results like the following:

i:21701,i:13142,i:13397,i:21463,i:13400,i:12640,i:13404,i:19578,i:15062,i:15063,i:21618,i:20731,i:12784,i:11645,i:21388,i:21390,i:2246,i:17713,i:12927,i:13944,i:12548,i:2820,i:19384,i:17104,i:2091,i:12936,i:18380,i:19146,i:19402,i:13957,i:16244,i:13959,i:16246,i:1404,i:11931,i:11933,i:16252,i:16253,i:4984,i:13967,i:19432,i:23548,i:19436,i:11815,i:13340,i:20077,i:17182,i:13505,i:17073,i:18822,i:14616,i:19325,i:11951,i:18817,i:19394,i:23038,i:13098,i:23219,i:12592,i:22936,i:23045,i:17063,i:21134,i:19289,i:21387,i:21389,i:21391,i:21203,i:11206,i:21623,i:14637,i:18821,i:13965,i:22321,i:19137,i:13348,i:14554,i:11926,i:12082,i:11726,i:22691,i:15411,i:23203,i:19141,i:19143,i:18182,i:18404,i:16245,i:19387,i:18537,i:11737,i:19334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment