Edited by: Dawne Xi on 07/08/2011 01:41:33Edited by: Dawne Xi on 07/08/2011 01:40:07I am having a problem linking things.. I have some BPC's I made back in 2006 and some that I have made this year and I can't understand why the links to my BPC's made in 2006 work fine, showing the BPC I've had in a can in my hanger since 2006, while the new ones, made this year, show a generic BPO based on the typeID I provide.
Here's a link to a webpage with 2 buttons on it. View it in the In Game Browser in Eve so you can see the 2006 link brings up the correct BPC and the 2011 link brings up a generic BPO link.
http://equo.org/eve/test_buttons.html - View in IGBHere's the code I am using for both
<button type="button" onclick="CCPEVE.showInfo(1153, 361617972)"><font size=1>2006 Antimatter Charge L BPC</font></button>
<button type="button" onclick="CCPEVE.showInfo(1176, 1003309071281)"><font size=1>2011 Gamma L BPC</font></button>
Here's a copy / paste of the links when you drag and drop them to chat to get the info numbers
[01:34:40] Dawne Xi > <url=showinfo:1153//361617972>Antimatter Charge L Blueprint</url>
[01:32:37] Dawne Xi > <url=showinfo:1176//1003309071281>Gamma L Blueprint</url>
Edit Added:
Note, another thing I've noticed is that sometimes the info window will update and sometimes it won't when clicking the buttons in game.. So if you click the Antimatter L button and see the Antimatter BPC, then click the Gamma L BPC button, it sometimes will change the top banner of the BP info window, but the information in the bottom is still from the previous info window. Anyone know why this happens? Or could this be related to the problem above? I think it probably is but still wanted to mention it happens.
I'm totally confused here and any help would be appreciated.