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

Shenniko Kubutt
|
Posted - 2005.03.19 02:32:00 -
[1]
Ummm.. not sure if there is a thread in here regarding the XML character feed.. As i cant find a search option on the forum..
Well ive setup the XML feed for my character, and have a few questions that mebbe someone can answer...
1. The Balance Node.. Well most numeric nodes... are they linux numbers? which means ill have to convert them to normal numbers? or are they already normal numeric numbers?
2. Can i get some of the images you use for the skillGroup.groupName?? So i can link them up to the titles :) (Saves me makin them! :P)
3. how do you work out the
/ SP: 324 of 1415 2 Corporation Management skills trained, for a total of 1,118 skillPoints.
Part???
Thanks in advance
Shenn
P.s the above are probably quite easy to figure out.. but its 2:30 in the mornin and my brain has decided is doesnt wanna work stuff out any more.. :P
|

Shenniok
|
Posted - 2005.03.19 02:43:00 -
[2]
Also im currently using:-
Set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")
xmlDoc.Load("\\URL\URL\URL\URL\URL\Eve\xml.xml")
To read the XML document.. but that means saving the xml document to my site every time i access the page... is there a way i can reference it to the remote xml file (the one on www.eve-online.com)??
Thanks Again in advance
shenn
|

Shenniko Kubutt
|
Posted - 2005.03.19 13:26:00 -
[3]
/bump
|

ghettosmurf
|
Posted - 2005.03.19 19:16:00 -
[4]
Originally by: Shenniok Also im currently using:- To read the XML document.. but that means saving the xml document to my site every time i access the page... is there a way i can reference it to the remote xml file (the one on www.eve-online.com)??
I havent programmed vb or asp for a while, but you might want to look at the Microsoft.XMLHTTP object.
|

Minyon
|
Posted - 2005.03.19 22:46:00 -
[5]
Do your 3rd party character sheets still work?
Because every time i click the "My Character" link i get sent to a page with the news on it 
Or is it just me that cant see how my skills are doing with out loging in to the game
|

ghettosmurf
|
Posted - 2005.03.19 23:37:00 -
[6]
Originally by: Minyon
Because every time i click the "My Character" link i get sent to a page with the news on it 
Make sure you are logged in before you click on My Character
|

DEVILSENIGMA
|
Posted - 2005.03.20 07:41:00 -
[7]
Originally by: Minyon Do your 3rd party character sheets still work?
Because every time i click the "My Character" link i get sent to a page with the news on it 
Or is it just me that cant see how my skills are doing with out loging in to the game
I bookmarked the my character page and I am logged in. But it always takes me to the news page.
Previously instead of taking me to the enws page it says "Dont syndicate this page syndicate the XML feed instead"
It seems that they want the character managers to not parse the page and instead use the XML Feed to get the character data. ~
[My Blog] | [Roving Guns Kill List] |

DEVILSENIGMA
|
Posted - 2005.03.20 07:51:00 -
[8]
I am surprised that the XML Feed doesnt show what skill your are currently training :( I think they dont want the character managers to continiusly syndicate the XML Feed also  ~
[My Blog] | [Roving Guns Kill List] |

EzTarget II
|
Posted - 2005.03.20 12:17:00 -
[9]
1) The Balance node is in real numbers
for example my balance node is:
<balance>6081335.518</balance>
And in game I've got 6362835.52 isk (I've just finnished a mission :D )
So all the numbers are in REAL number sense..
2) THis is easy:
http://myeve.eve-online.com/bitmaps/character/266.png
if the image location of the Corp Management group, and it's group id is <skillGroup groupName="Corporation Management" groupID="266">
3) Again easy:
<skill typeName="Anchoring" typeID="11584"> <groupID>266</groupID> <flag>7</flag> <rank>3</rank> <skillpoints>1601</skillpoints> <level>1</level> <skilllevel1>750</skilllevel1> <skilllevel2>4243</skilllevel2> <skilllevel3>24000</skilllevel3> <skilllevel4>135765</skilllevel4> <skilllevel5>768000</skilllevel5> </skill>
For my Anchoring skill I'm at lvl 3 (<level>..</level> tags) with 1601 sp's (<skillpoints>..</skillpoints>) the rest you can ignore :D
As for the currently training skill - looking at the skills the <flag>..</flag> has 7 on all of them, except production eff (which is due to finnish training soon :D so I can check this) and it has a flag value of 61, so maybe this flag value has something to do with training...
Oh and check out Eve Character Manager on www.eve-i.com if your trying to write a char manager. It's been written so that the server is not over taxed by people writing their own versions and uses BOTH of the XML feeds....
Yes there is 2 XML feeds, the main one and an update one which is what you are suppost to use to get updates to your XML data...
|

Shenniko Kubutt
|
Posted - 2005.03.20 16:48:00 -
[10]
Edited by: Shenniko Kubutt on 20/03/2005 17:09:22 Sweet, ill start working on it now :)
Shenn
edited... because it didnt like the word c r a c k i n g 
|
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |