Previous 1 ... 8 . 9 . 10 . 11 . 12
Site Admin
view posts by this user Offline
Site Admin
    Reply with quote Post a reply
Thanks for reporting this, it will be fixed in the next few days. Our apologies.
Site Admin
view posts by this user Offline
Site Admin
    Reply with quote Post a reply

talonos wrote:
i know the site is being updated at the moment for patch 5.0.4 are these updates going to be reflected in the api system aswell ?

guardian druids are currently classed as "hybrid"

IE talentspec 1 is guardian

and also the talents are not updated for the new system either.

IE

Code: Select all
talents="1-1-1"


this could reflect the new blizzard system like it does from their API if need be.

Fixed, talents are now represented like:
Code: Select all
<talentSpec talents="3-2-1-1-3-0" specId="31" specName="Guardian" score="5689" date="2012-09-13 04:22:14" suggest="Dragon Soul;Dragon Soul Heroic"/>

0 means that no talents are selected in that specific row
view posts by this user Offline
    Reply with quote Post a reply
FYI, I went to upgrade my .NET library, but am finding the XML services are 500ing. Temporary due to Mists launch?
Site Admin
view posts by this user Offline
Site Admin
    Reply with quote Post a reply
It should be ok now, thanks for your patience :)
view posts by this user Offline
    Reply with quote Post a reply
just noticed now that i've updated my guild roster that uses your API that the suggest=""; filed is displaying the full tooltip info in it where as it used to be just a simple txt format. i use your coding to make my own simple tooltips and now its breaking totaly due to the change. is there any chance to get it reverted to the way it used to be.

Code: Select all
suggest="heroics; 'Mogu\'Shan Vaults; Heart of Fear;Terrace of Endless Spring";


is so much easier and less traffic load for yourselves aswell.
Site Admin
view posts by this user Offline
Site Admin
    Reply with quote Post a reply
Thanks for pointing this out, it's fixed.
Possible suggestions are:
Code: Select all
Heroics,MV,HoF,TES,Heroic:MV,Heroic:HoF,Heroic:TES
view posts by this user Offline
    Reply with quote Post a reply

Alex wrote:
Thanks for pointing this out, it's fixed.
Possible suggestions are:
Code: Select all
Heroics,MV,HoF,TES,Heroic:MV,Heroic:HoF,Heroic:TES



ahh nice. a little regex will make that come up very niuve. thanks :)
Previous 1 ... 8 . 9 . 10 . 11 . 12
Jump to :