View Single Post
02-02-15, 10:34 AM   #3
sirann
A Flamescale Wyrmkin
Join Date: Mar 2007
Posts: 142
Could you do some asinine method of making a:

Code:
local spelltable = {}
local checker
for i = 1, 200000 do
     checker = (GetSpellInfo(i))
     if checker then
          spelltable.i = checker
     end
end
and then having ## SavedVariables: spelltable in the wtf?

Load in, exit game, and copy and paste the spelltable read out from the wtf file into excel for readability?
  Reply With Quote