GearScoreExport is a super small addon that takes the information in your GearScore 3.0.xx database and converts the information into an easy to edit text file. The only real purpose of this addon is to extract your GearScore database so you could put it on a web page in a table or something.
GearScore Database Export
To use this addon use the command /gsexport
A file will be written to
Code:
\World of Warcraft\WTF\Account\<AccountName>\SavedVariables\GearScoreExport.lua
Inside the file you may see something like:
Code:
GearScoreExportTable = {
" Name Level Race Class Faction GearScore iLevel ", -- [1]
" Phantomcat 80 TA DR H 5234 241 ", -- [2]
" Grimsmirk 80 TA WA H 3710 201 ", -- [3]
" Ethanatos 80 UN WK H 4187 210 ", -- [4]
" Humbolt 80 TA DR H 4427 218 ", -- [5]
" Topluz 80 TR HU H 4718 225 ", -- [6]
" Formouthica 80 UN WK H 4135 208 ", -- [7]
" Kiarre 80 BE PR H 4234 213 ", -- [8]
" Vantis 80 BE PA H 5127 237 ", -- [9]
}
You need to delete the top and bottom lines then copy everything else to a spreadsheet program.
I used Openoffice.org but it works great with googledocs spreadsheet as well. When pasting into googledocs it works perfectly. When pasting into OpenOffice.Org-Spreadsheet(Calc) a popup box appears, you need to delete the feild "Text Delimiter" which contains a --> " <-- in it.
From here you can edit and sort the information however you want then output it to a web page if need be.
I would really appreciate it if somebody made a tool that would extract the information from this text file and convert it into XML.
contact me at mirrikat45@gmail.com
Originally posted by richerich Hmm, so this is only useful if someone wanna have a pre-made database for GearScore? Sounds interesting, but nothing for me
The only way it is useful as (as i can see it), is to have a website where you have a database for each faction and server out there for GearScore that you can download. But even there it wouldn't be very useful, since most players do tend to upgrade their gearscore on a regular basis (or downgrade, don't ask me why, lol).
Another way is to have a website with a list of the best geared player in the world using GearScore, but bleh
Actually, its almost 100% useless. But a few people asked me to do it and it wasn't very hard so here it is. Its no good for importing data into GearScore, only for exporting it. Some on a Private server I think wanted it so they could keep a webpage for their personal server with the gearscore of everyone.
Hmm, so this is only useful if someone wanna have a pre-made database for GearScore? Sounds interesting, but nothing for me
The only way it is useful as (as i can see it), is to have a website where you have a database for each faction and server out there for GearScore that you can download. But even there it wouldn't be very useful, since most players do tend to upgrade their gearscore on a regular basis (or downgrade, don't ask me why, lol).
Another way is to have a website with a list of the best geared player in the world using GearScore, but bleh