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

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2007.12.12 09:19:00 -
[91]
Originally by: DeTox MinRohim
Originally by: Asno Malo Okay, I played around with this a bit more and I think there is a problem with the script patches I sent for the implant attributes. Based on the values displayed in game and EveMon, it looks like the learning skill is applied post implant.
Fixed here 
I have to revert for now... the implants are not in the XML from what I can see so it throws an offset error. Where is your XML coming from ?
------ This sig space is Read-only ! omgalink - Online Skillsheet |

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2007.12.12 16:52:00 -
[92]
Edited by: DeTox MinRohim on 12/12/2007 17:09:07 he he he he he.... silly me, was checking a character that had no implants.
Working on it.
EDIT: reapplied the fix but with a modification. It now checks if the character has implants. Without that check, there was an offset bug.
Linkage ------ This sig space is Read-only ! omgalink - Online Skillsheet |

Ryu Nagatomi
State War Academy
|
Posted - 2007.12.12 18:16:00 -
[93]
Edited by: Ryu Nagatomi on 12/12/2007 18:18:35 Edited by: Ryu Nagatomi on 12/12/2007 18:17:11 Applied your last fix, but I don't see my attributes change, however print_r($implants) does return the correct modifier per attribute now. For instance, print_r($attributes) returns I have 18.7 intelligence, which is correct (8 base + 10 for learning skills * 1.10), but I also have a +3 implant, so I SHOULD be seeing 21.7. EVEMon returns 22 (they round it, suckers :)), and the CCP character info page also returns the correct end value. I tried figuring out what's going on, but after looking at your code, I can't see anything obviously wrong about the way the implant values seem to be added to the corresponding attribute values. Any ideas? Great skillsheet btw, I love it :)
Edit: never mind, figured it out. Helps adding the parameter implants to the Attributes function   
|

Ryushe
M. Corp Mostly Harmless
|
Posted - 2007.12.13 21:12:00 -
[94]
There is an error in this patch. The Heavy Interdictor Skill has the wrong typeID set. My guess is it was copied from the regular interdictor skill, as the typeIDs for them match up. Thanks for taking the time to add them tho :)
Originally by: Asno Malo Edited by: Asno Malo on 07/12/2007 16:12:32 Here is a small patch to add support for ship skills;
@@ -1610,6 +1625,11 @@ +$skillsource[257][28609]['groupID'] = '257'; +$skillsource[257][28609]['groupName'] = 'Spaceship Command'; +$skillsource[257][28609]['typeID'] = '12098'; <------------ THE typeID HERE SHOULD BE 28609 +$skillsource[257][28609]['typeName'] = 'Heavy Interdictors'; +$skillsource[257][28609]['rank'] = '6';
$skillsource[257][12098]['typeID'] = '12098'; $skillsource[257][12098]['typeName'] = 'Interdictors'; $skillsource[257][12098]['rank'] = '5';
EDIT: Added all of the new ship skills.
|

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2007.12.14 09:55:00 -
[95]
Fixed in SVN - Thanks for the catch 
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Ryushe
M. Corp Mostly Harmless
|
Posted - 2007.12.14 20:08:00 -
[96]
Found another skill that is not in the includes/skilltree.php file: Black Market Trading. Officially it's not published, but there's characters out there that seem to possess it. I'm working on getting a skill which shows up in a character XML like so <row typeID="3445" skillpoints="2829" unpublished="1" /> to have a special indicator in the skills listing, as the level image obviously won't work without a level defined in the XML. For now, here's the addition to the skilltree.php file. I simply added it to the end of the list, seeing as it's a Trade group skill anyways :)$skillsource[274][3445]['groupID'] = '274'; $skillsource[274][3445]['groupName'] = 'Trade'; $skillsource[274][3445]['typeID'] = '3445'; $skillsource[274][3445]['typeName'] = 'Black Market Trading'; $skillsource[274][3445]['rank'] = '2';
|

Kala Denethir
Caldari DenTech Industries
|
Posted - 2007.12.17 08:44:00 -
[97]
Thank you DeTox for your work. I have a lot of use for this.
|

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2007.12.17 11:34:00 -
[98]
Originally by: Ryushe
Officially it's not published, but there's characters out there that seem to possess it.
Devs? 
Added
Originally by: Kala Denethir
Thank you DeTox for your work. I have a lot of use for this.

------ This sig space is Read-only ! omgalink - Online Skillsheet |

Ryushe
M. Corp Mostly Harmless
|
Posted - 2007.12.17 17:17:00 -
[99]
Originally by: DeTox MinRohim
Originally by: Ryushe
Officially it's not published, but there's characters out there that seem to possess it.
Devs? 
Added
Seeing as who had this trained, I doubt it tbh, I know the guy ingame. I do seem to remember it was one of those skills you could only get by choosing it during character creation, altho they seem to have removed it by now. Also, the public version of the skillsheet app now has over 550 users \o/ For those of you that missed it: http://www.newforms.nl/eve/. Now with added and displayed implants and all that :)
|

Bryan Bartlett
Caldari Gem Traders Incorperated
|
Posted - 2007.12.19 18:38:00 -
[100]
Edited by: Bryan Bartlett on 19/12/2007 18:39:32
|

Captain Ferros
Caldari Expeditionary Fleet 1 Ka-Tet
|
Posted - 2007.12.19 18:40:00 -
[101]
Originally by: Ryushe
For those of you that missed it: http://www.newforms.nl/eve/. Now with added and displayed implants and all that :)
Looks at the site and licks his lips.. ooh the possibilities to help with corp management.
Umm Ryushe.. buddy, pal, ally... any possibility of me getting a copy of your files for that? Id love to add it into my site for private corporate use..
It would solve a problem we had been working on for a long long time! --------------- Captain Ferros Command Fleet Admiral Admin Fleet Cmdr Expeditionary Fleet 1 Ka-tet
|

Eeron Paxos
|
Posted - 2007.12.23 19:30:00 -
[102]
Mh, how can i display the pictures of my alt chars on the top like here: http://eve.onewayweb.com/skillsheet.php
i have added to chars in the config, but the menu is not showing...
|

Ryushe
M. Corp Mostly Harmless
|
Posted - 2007.12.24 06:38:00 -
[103]
Originally by: Eeron Paxos Mh, how can i display the pictures of my alt chars on the top like here: http://eve.onewayweb.com/skillsheet.php
i have added to chars in the config, but the menu is not showing...
I posted a zipfile some time ago (original post on page 3 of this thread), located here, that has the modifications necessary. Thing is, it's not yet the API version of the sheet. Now of course if you're handy enough, you can change it yourself, as it really isn't that hard to modify the files in my zipfile to be API compliant. If you can't manage, post back and I'll see if I can get you an API compliant version in a zip for your viewing pleasure.
As to your original question. Sorry for asking (I would assume you have) but you DID add the necessary code to the template files for the portraits to actually show up right? If not, there's your problem ;)
|

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2007.12.24 06:54:00 -
[104]
Edited by: DeTox MinRohim on 24/12/2007 06:55:08
Originally by: Eeron Paxos Mh, how can i display the pictures of my alt chars on the top like here: http://eve.onewayweb.com/skillsheet.php
i have added to chars in the config, but the menu is not showing...
I added the menu bar to the svn.
Files to grab and put in:
This image in the .../themes/default/images folder
in the themes/default, create a plugin folder and put this file in it (Do a right-click/save as function.charlist.php on your comp and upload it).
And finally, replace the template.tpl in the themes/default folder with this one (Same thing, save as, etc.).
I'll update the zip later. It's almost 8am here so gotta grab some sleep before the big night. 
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Kuantinja
|
Posted - 2008.01.11 15:46:00 -
[105]
What has happened to the API ?
If you have a look to DeTox sample page Linkage you can see two errors.
"Warning: Smarty error: math: parameter x is empty in ... includes/Smarty/Smarty.class.php on line 1088"
Also the icons for the completed skill levels are not showing up.
This does not apply to the Ryushe version of the script Linkage2
Any ideas / suggestions ?
|

Ryushe
M. Corp Mostly Harmless
|
Posted - 2008.01.11 21:31:00 -
[106]
Speaking of which, here's a version of the skilltree.php file that contains some rare skills that people apparently have trained. I've added a few more since I last posted about this.
~~~~~~~~~~~~~~~~~~
Character Showroom Forum Thread |

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2008.01.11 23:41:00 -
[107]
Originally by: Kuantinja What has happened to the API ?
If you have a look to DeTox sample page Linkage you can see two errors.
"Warning: Smarty error: math: parameter x is empty in ... includes/Smarty/Smarty.class.php on line 1088"
Also the icons for the completed skill levels are not showing up.
This does not apply to the Ryushe version of the script Linkage2
Any ideas / suggestions ?
.... 
Looking into it... ------ This sig space is Read-only ! omgalink - Online Skillsheet |

Kuantinja
|
Posted - 2008.01.11 23:51:00 -
[108]
I found a difference in the downloaded XML-files
Old Version is starting with
<?xml version="1.0" encoding="iso-8859-1" ?> <eveapi version="1">
Today the XML download starts with
<?xml version="1.0" encoding="iso-8859-1" ?> <eveapi version="2">
Differences between old and current version - evapi version changed from 1 to 2 - there is a unix linefeed in front of <eveapi version="2">
|

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2008.01.11 23:56:00 -
[109]
Originally by: Kuantinja I found a difference in the downloaded XML-files
Old Version is starting with
<?xml version="1.0" encoding="iso-8859-1" ?> <eveapi version="1">
Today the XML download starts with
<?xml version="1.0" encoding="iso-8859-1" ?> <eveapi version="2">
Differences between old and current version - evapi version changed from 1 to 2 - there is a unix linefeed in front of <eveapi version="2">
While it is a difference (and even if I remove my version=2 parameter, it stays at version 2), the problem is that there is no "level" and "flag" information anymore. Like I wrote in my previous post.
No clue what's happening at CCP but this is not coming from my side... it's the xml from the API I get.  ------ This sig space is Read-only ! omgalink - Online Skillsheet |

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2008.01.12 00:16:00 -
[110]
Filed a bug report for this (51625)...
------ This sig space is Read-only ! omgalink - Online Skillsheet |

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2008.01.12 02:34:00 -
[111]
Ok, I went around the little problem with the current xml... the first change is only a simplification of the SP needed formula... wich frankly, I have no clue why I went the previous way. There was probably a good reason at the time (attributes, etc I guess)... anyway.
Second change is that instead of taking the level value the character has for a skill from the xml, I simply added an IF/ELSE for it based on the skillpoints the character has until the xml is resolved. (Although it could stay that way, resolved or not).
Changes are [ HERE ] (or [ HERE ] for the full file to replace. Use "Save as")
Result [ here ] (At this time, the xml is still bad but the output looks fine). ------ This sig space is Read-only ! omgalink - Online Skillsheet |

Ryushe
M. Corp Mostly Harmless
|
Posted - 2008.01.12 04:58:00 -
[112]
Originally by: DeTox MinRohim .... 
Looking into it...
EDIT: Something is really screwed with the API...
Before:
<rowset name="skills" key="typeID" columns="typeID,skillpoints,level,unpublished"> <row typeID="3363" skillpoints="250" level="1" />
Now:
<rowset name="skills" key="typeID" columns="typeID,skillpoints,level,unpublished"> <row typeID="11584" skillpoints="768000" unpublished="1" />
Just checked the XML my own character, as returned by the API, and it seems fine. I don't see any unpublished attribute, but I do see all the level attributes. Checked the XML on your character after reloading your char (which should grab new XML) and that looks fine as well as of about 10 minutes ago. Your character on my version was displaying an error though, but that was due to an unknown skill in the list, which I have since added (Nanite Operation). Find the updated skilltree.php at the link in my post above.
~~~~~~~~~~~~~~~~~~
Character Showroom Forum Thread |

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2008.01.12 05:16:00 -
[113]
Originally by: Ryushe
Just checked the XML my own character, as returned by the API, and it seems fine.
It wasn't as reported earlier. Your site was broken as well. I can confirm though that now, everything seems to be back to normal.
Originally by: Ryushe
I don't see any unpublished attribute, but I do see all the level attributes. Checked the XML on your character after reloading your char (which should grab new XML) and that looks fine as well as of about 10 minutes ago.
We're talking about a few more hours ago. Although back to normal now, I recommand to keep the changes from my previous post so if it happens again, it won't break your site like it was. And they are more relevant than how it was before anyway.
Originally by: Ryushe
Your character on my version was displaying an error though, but that was due to an unknown skill in the list, which I have since added (Nanite Operation). Find the updated skilltree.php at the link in my post above.
Fixed on my side as well now... ([ HERE ]).
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Ryushe
M. Corp Mostly Harmless
|
Posted - 2008.01.12 05:42:00 -
[114]
Originally by: DeTox MinRohim We're talking about a few more hours ago. Although back to normal now, I recommand to keep the changes from my previous post so if it happens again, it won't break your site like it was. And they are more relevant than how it was before anyway. -snip- Fixed on my side as well now... ([ HERE ]).
Yeah, I'm having some PC issues over on my end atm, so I'll apply your fix as soon as I get my main machine back up and running. As for the skills, I'm sure to run into a few more, I'll see if I can generate a full list with unpublished skills as well, with everything I can find skillwise in it soon. Btw, you're fast for someone who should be sleeping right now afaik :)
~~~~~~~~~~~~~~~~~~
Character Showroom Forum Thread |

DeTox MinRohim
Madhatters Inc. Enuma Elish.
|
Posted - 2008.01.12 15:13:00 -
[115]
Originally by: Ryushe Btw, you're fast for someone who should be sleeping right now afaik :)
"sleeping" ?.... It's a new skill again?  ------ This sig space is Read-only ! omgalink - Online Skillsheet |

Telusar Bontan
|
Posted - 2008.02.11 17:28:00 -
[116]
Hi there! Nice script! :) Could you add /char/MarketOrders.xml.aspx /char/WalletTransactions.xml.aspx /char/WalletJournal.xml.aspx ? Also, would it be possible to have a public and a private frontend - means, a public one which shows some common informations, skills etc. And a private one (after user login) that shows market, wallet and so on. And how about a mysql connector that writes all data to local db rather than saving xmls.
Thanks and Cheers! 
|

DeTox MinRohim
Madhatters Inc. Pure.
|
Posted - 2008.02.11 20:06:00 -
[117]
Originally by: Telusar Bontan Hi there! Nice script! :) Could you add /char/MarketOrders.xml.aspx /char/WalletTransactions.xml.aspx /char/WalletJournal.xml.aspx ? Also, would it be possible to have a public and a private frontend - means, a public one which shows some common informations, skills etc. And a private one (after user login) that shows market, wallet and so on. And how about a mysql connector that writes all data to local db rather than saving xmls.
Thanks and Cheers! 
... mm yea... sure... gimme a sec...
/emote RUNNNNNNS!!!!!
Joking. ;)
Anything is possible - sidetrack of this, lots of code is written on other personal (or corp) projects that will be reusable. I've already written a limited CMS in fact but it's far from anything usable.
Stay tuned I guess 
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Shionoya Risa
The Xenodus Initiative. Overclockers Podpilot Services
|
Posted - 2008.02.26 14:22:00 -
[118]
Edited by: Shionoya Risa on 26/02/2008 14:22:33
Originally by: Captain Ferros
Looks at the site and licks his lips.. ooh the possibilities to help with corp management.
Umm Ryushe.. buddy, pal, ally... any possibility of me getting a copy of your files for that? Id love to add it into my site for private corporate use..
It would solve a problem we had been working on for a long long time!
What he said, linkeh please.  -----
Quote: Argh! Natural light, get it off me! Get it off me!
|

Saxx0n Pukkasa
Caldari Intergalactic Privateers
|
Posted - 2008.02.27 03:33:00 -
[119]
Edited by: Saxx0n Pukkasa on 27/02/2008 03:34:09 Thx for fix it but too problem ingame brouwser:
Warning: Smarty error: unable to read resource: "pilotsigb.tpl" in /var/www/virtual/igpc.dotbas.net/htdocs/skillsheet/includes/Smarty/Smarty.class.php on line 1088
IE or FireFox does working and fine but not in-game eve.. how solve it?
where is pilotsigb.tpl from?
|

DeTox MinRohim
Madhatters Inc. Pure.
|
Posted - 2008.02.27 16:29:00 -
[120]
Originally by: Saxx0n Pukkasa Edited by: Saxx0n Pukkasa on 27/02/2008 03:34:09 Thx for fix it but too problem ingame brouwser:
Warning: Smarty error: unable to read resource: "pilotsigb.tpl" in /var/www/virtual/igpc.dotbas.net/htdocs/skillsheet/includes/Smarty/Smarty.class.php on line 1088
IE or FireFox does working and fine but not in-game eve.. how solve it?
where is pilotsigb.tpl from?
Frankly and if it is directed to me and not Ryu... no clue as it is not part of my package. The original template is called template.tpl (unless you changed it) and the in-game one is templateigb.tpl in the same folder.
------ This sig space is Read-only ! omgalink - Online Skillsheet |
|
|
Pages: 1 2 3 [4] 5 6 :: one page |
First page | Previous page | Next page | Last page |