Need help with Talents

Sync Blizzards' Armory data with WoWRoster (addon depreciated no longer works see ApiSync)

Moderators: Ulminia, poetter

Need help with Talents

Postby Kristoff22 » Tue Apr 10, 2007 11:46 pm

Hey guys, I was messing around with talents in some extremely rare free time I had this morning, and I don't know if there's a good way to solve this. The problem is that, unlike items, talents don't have a callout to Armory for the mouseover tooltip. Now I could go through every single rank of every talent to get the tooltip, but that would only help in English. Also it would be a huge pain in the ass to update if talents ever changed. Does anyone have a better idea? Your help is appreciated!!!
Kristoff22
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 103
Joined: Mon Nov 13, 2006 5:54 am

Need help with Talents

Postby PleegWat » Wed Apr 11, 2007 1:02 am

Just took a look, I don't seem to be able to find where it gets the strings from. I know the strings from the talent calculator can be fetched though.

http://www.wow-europe.com/shared/wow-co ... en/data.js

probably in similar locations for other classes/languages.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Need help with Talents

Postby Kristoff22 » Wed Apr 11, 2007 2:14 am

When I looked at the page from Armory, it looks like the tooltip text comes pregenerated and the mouseover just shows/hides the table using stylesheets. However, the javascript you sent me will make things a TON easier if we need to do this manually, and you are correct they do come in other languages. Thanks again!
Kristoff22
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 103
Joined: Mon Nov 13, 2006 5:54 am

Need help with Talents

Postby vblars » Tue Apr 17, 2007 7:12 am

When I click on Talents and then save the page then i could find a string with all the talents can you use that ?
Look like this "var query = "00000000000000000000000000000000000000000050553351531502531351";
"
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm

Need help with Talents

Postby Pugro » Mon Apr 30, 2007 8:25 pm

Any joy with the talents? I'm loving this addon, be nice to get the talents synched as well!

Keep up the good work!

Pugs_
--------------------------------
Pugro_
Ice and Trinity Guilds, Nordrassil, EU PvE
www.iceguild.org.uk, www.trinityguild.net
Image
Pugro
WR.net Journeyman
WR.net Journeyman
 
Posts: 79
Joined: Fri Jul 07, 2006 2:14 pm
Location: London, UK

Re: Need help with Talents

Postby Takika » Thu May 03, 2007 12:11 am

Parsed character-talents.xml from http://armory.wow-europe.com/character- ... lp&n=Takka:

Code: Select all
simpleclass Object
(
    [properties] => Array
        (
            [0] => _TAGNAME
            [1] => _CDATA
            [2] => character
            [3] => talentTab
        )

    [_TAGNAME] => characterInfo
    [_CDATA] =>   
    [character] => simpleclass Object
        (
            [properties] => Array
                (
                    [0] => battleGroup
                    [1] => charUrl
                    [2] => class
                    [3] => classId
                    [4] => faction
                    [5] => factionId
                    [6] => gender
                    [7] => genderId
                    [8] => guildName
                    [9] => guildUrl
                    [10] => lastModified
                    [11] => level
                    [12] => name
                    [13] => race
                    [14] => raceId
                    [15] => realm
                    [16] => title
                    [17] => _TAGNAME
                )

            [battleGroup] => Blackout
            [charUrl] => r=Bloodscalp&n=Takka
            [class] => Paladin
            [classId] => 2
            [faction] => Alliance
            [factionId] => 0
            [gender] => Male
            [genderId] => 0
            [guildName] => Mostly Harmful
            [guildUrl] => r=Bloodscalp&n=Mostly+Harmful&p=1
            [lastModified] => 02 May 2007
            [level] => 70
            [name] => Takka
            [race] => Human
            [raceId] => 1
            [realm] => Bloodscalp
            [title] =>
            [_TAGNAME] => character
        )

    [talentTab] => simpleclass Object
        (
            [properties] => Array
                (
                    [0] => _TAGNAME
                    [1] => _CDATA
                    [2] => talentTree
                )

            [_TAGNAME] => talentTab
            [_CDATA] =>     
            [talentTree] => simpleclass Object
                (
                    [properties] => Array
                        (
                            [0] => value
                            [1] => _TAGNAME
                        )

                    [value] => 055031225201325310505032010000000000000005000000000000000000000
                    [_TAGNAME] => talentTree
                )

        )

)


Takka
Takika
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Jul 04, 2006 3:52 pm

Need help with Talents

Postby Snipes » Thu Jun 14, 2007 6:33 pm

Any updates regarding the talents? This would be quite useful...
User avatar
Snipes
WR.net Apprentice
WR.net Apprentice
 
Posts: 20
Joined: Wed Jul 05, 2006 7:22 pm


Return to ArmorySync - Depreciated

Who is online

Users browsing this forum: No registered users and 1 guest

cron