zequill wrote:A lots of spec I have seen on forum were linked to wowprogress. Is there a way to deduce the spec from the link people have.
Exemple : http://www.wowprovider.com/Old.aspx?tal ... 500323d55r
I like challenges and i figured why not try figure out what the encoded talent specc is.
My guess is this specc is http://db.vanillagaming.org/?talent#bxT0sV0oZfbxcf0Vx
Here is how it can be translated and how i did:
As mentioned by Norjak 11215875 means the wow client version and 5 means class priest.
So now we have: 85042c1305001002320500323d55r
The first 8 is an indicator of how much talent points can be spent. 8 represents in this case 51 since it is talent calculator for lvl 60s.
So now we have: 5042c1305001002320500323d55r
To save space the algorithm seems to truncate 2 or more zeros in a row to a letter symbol.
c = 2 zeros 00
d = 3 zeros 000
r = 17 zeros 00000000000000000
So the resulting talent information is really this "number":
504200013050010023205003230005500000000000000000
Now just traverse the talent tree left to right(but one specc tree at a time).
so for discipline tree: 504200130500100
# 5 0 #
4 2 0 0
# 1 3 #
0 5 # 0
# 0 1 #
# # 0 #
# 0 # #
next holy tree: 2320500323000550
2 3 2 #
# 0 5 #
0 0 # 3
2 3 0 #
0 0 5 #
# # 5 #
# 0 # #
next shadow tree: 0000000000000000
# 0 0 #
0 0 0 #
0 0 0 #
# 0 0 0
0 0 0 #
# # 0 #
# 0 # #
Seems like a horrible priest specc? <-- NVM just me not thinking.
Or did i not decode it correctly?
Either way, hope someone finds this information useful
EDIT: Ohh, guess i was 3 minutes late