Pages: [1] :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Claymaker
School of Applied Knowledge
|
Posted - 2008.03.29 16:06:00 -
[1]
While testing something I'm working on, just found out that the Level field seems to be missing from the character skills. Its column is included in the list of columns.
Heres output I'm getting...
<rowset name="skills" key="typeID" columns="typeID,skillpoints,level,unpublished"> <row typeID="11584" skillpoints="750" unpublished="1" /> <row typeID="3363" skillpoints="1415" unpublished="1" /> <row typeID="12484" skillpoints="1250" unpublished="1" />
Have I missed something ?
|

Dylan McKai
Divinity Within
|
Posted - 2008.03.29 16:21:00 -
[2]
I've noticed it too. Think maybe you have to calculate the Skill Level by getting the Skill Points for each skill and look up appropriate level on the Skill Tree api feed http://api.eve-online.com/eve/SkillTree.xml.aspx but that doesn't appear to be working at the moment.
|

Burchov
|
Posted - 2008.03.29 17:18:00 -
[3]
Originally by: Claymaker Heres output I'm getting...
<rowset name="skills" key="typeID" columns="typeID,skillpoints,level,unpublished"> <row typeID="11584" skillpoints="750" unpublished="1" /> <row typeID="3363" skillpoints="1415" unpublished="1" /> <row typeID="12484" skillpoints="1250" unpublished="1" />
Have I missed something ?
I get the exact same output. A couple of days ago, it also contained a "level" element, which would give the level of the skill. In fact, the columns attribute of the rowset node (still) suggests that the level element should be there.
So no, you're not missing anything, rather someone at CCP doing stuff with the API again.
|

Divina
School of Applied Knowledge
|
Posted - 2008.03.29 20:37:00 -
[4]
It would be really nice if we were told about things like this same things goes with a POS API change.
|

woddel
Eve University Ivy League
|
Posted - 2008.03.29 20:59:00 -
[5]
yeah, i noted too. also i got general api database errors this morning. i hope that they get it back working. until then, i reprogrammed evecommander like this:
<cfquery name="check" datasource="xx" username="xx" password="xx"> SELECT rank FROM eve_skills WHERE typeid = #typeid# </cfquery> <cfset tl = skillpoints / 250 / check.rank> <cfif tl gte 1024><cfset level = 5> <cfelseif tl gte 181><cfset level = 4> <cfelseif tl gte 32><cfset level = 3> <cfelseif tl gte 5.6><cfset level = 2> <cfelseif tl gte 1><cfset level = 1> <cfelse><cfset level = 0> </cfif>
this is quick and dirty coldfusion code... ok, i have a db with all skills. i could do a csv export if somebody cares for it.
--- creator and maintainer of eve-commander complete web based character information tool. |

DeTox MinRohim
Madhatters Inc. Pure.
|
Posted - 2008.03.29 23:07:00 -
[6]
This happens sometimes (although it's been awhile now it didn't) and always was temporary. I don't remember if it was hours or until the next downtime though.
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Amida Ta
|
Posted - 2008.03.30 11:20:00 -
[7]
Have the same problems. In fact its even worse: I get no data from the SkillTree API at all. Just an empty list.
|

Christos Hendez
|
Posted - 2008.03.30 13:48:00 -
[8]
Well its happening to me too, random skills at 1 rather than 4, attributes at base. Lots of corp m8's have the same problem.
|

DeTox MinRohim
|
Posted - 2008.03.30 14:21:00 -
[9]
Back to normal for me. Both for skillsheet and EFT.
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Burchov
Lyrus Associates
|
Posted - 2008.03.30 16:47:00 -
[10]
Seems to be fixed indeed.
|
|

Arous Drephius
|
Posted - 2008.03.30 20:50:00 -
[11]
Working for me too.
|
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |