|
|
 |
Heh I did this myself only a couple days ago. Btw the easy solution if you have a unix box somewhere (or mingw/msys, cygwin, whatever):
awk -F '^' '$113 < 250 {print $168,$113,$2}' ../spells_us.txt | sort -n
It queries the spells file and groups rogue skills by their timer in one fell swoop. :-)
|
 |
Yeah, at least it's done and in a public space so that if it's stickied it'll be available in the future! :D