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

VolatileVoid
Balanced Unity Fatal Ascension
0
|
Posted - 2013.02.16 21:17:00 -
[1] - Quote
Hi to the community.
Description of what the tool should do: (english not my motherlanguage)
Preface: This tool does not send information outside. I am posting this with my main char.
A tool useful for watching POS fuel and reactions. Written in C# and using SQLite as database. The tool updates its information regularly though most information relies to the long api cache which is 6h for assets and applies to silos. If you own hidden pos it might show them, infact i dont know what that is. 2 Screenshots [url]http://www.myimg.de/?img=fuel09ba99.jpg[/url] [url]http://www.myimg.de/?img=reaction0c7429.jpg[/url]. As its highly beta version it may contain bugs and that is the reason why it needs testing. To start working you need your and a corp api key (new api) entered in the Settings page. Type in your character name like ingame including capitals. Copy and paste the apiid and vcode and click store char key. Then overwrite the apiid and vcode with the corp one and store corp key. If everything goes well, you can select your name on the upper left drop down box. After selection it will take a while until data is displayed. The tool needs some more api data as listed below. account/Characters, char/CharacterSheet, eve/ConquerableStationList, map/Sovereignty, corp/AssetList, corp/StarbaseList, corp/StarbaseDetail, corp/Locations, think that are all which you need to enable for the api key aswell.
Fuel page: Pretty much self explaining except 3 things. You can double click has Sov. if you own a pos in other player controlled space. You may enter a group name in the group column to filter the view by groups. If you doubleclick the field cleared your name and the time will appear. This can be used as reminder and if you setup an external mysql database it will be seen by other corpmember that have same access.
Reaction page: Most of the configurations are recognized by the reaction type like daisy chaining. Some configurations arent so you may doubleclick dir. which sets the direction of the silo (mostly not needed). In the remark column you can enter a reminder like what todo with the stuff. The cleared column works same as fuel page.
Assets page: This lists corp assets relating pos like fuel, reaction material and pos modules.
Ammunition and Fitting page: Not much to say here except, as the api lacks some important information you may see this as a glance what might possibly come in the future. The api dont know about the online, armor, hull,... status of pos modules and dont know charges insides guns except crystals. I really would like to know if a gun (although it would only possible every 6h) is empty but unfortunately the api dont know.
There is a cache folder generated in C:\[user documents]\EveXmlCache there will be the sqlite data aswell except the static db which stays in the program folder. The software may need some .net4 things from microsoft which will be handled by the click once installation of visual studio. A word to the api. The api is sometimes not reliable and a little buggy. In this case the software tries to use cached data and ignore the api errors. Its not documented how the api handles same api calls from different clients.
If you still interested download and try: [url]http://balanced-unity.de/data/EvePos.zip[/url]
Teamwork: If its running well (i dont ownn a non german os) and you need to manage the poses by several corp members there is the possibility on the settings page to use an own (external) mysql server. This requires deeper knowledge an several aspects. You need to insert the connection string in the following format: Data Source=your_server_adress;Port=your_mysql_port_number;Database=evepostool;UserID=your_db_user;Password=your_db_password; You should use a limited user and a non default port number and so on... There will be 2 tables used with the following contens:
CREATE TABLE `silo` ( `itemID` bigint(20) NOT NULL, `corpID` bigint(20) NOT NULL, `direction` varchar(1) DEFAULT NULL, `remark` varchar(100) DEFAULT NULL, `cleared` bit(1) DEFAULT NULL, `clearedBy` varchar(100) DEFAULT NULL, `clearedTimestamp` timestamp NULL DEFAULT NULL, PRIMARY KEY (`itemID`,`corpID`) )
CREATE TABLE `tower` ( `itemID` bigint(20) NOT NULL, `corpID` bigint(20) NOT NULL, `groupName` varchar(100) DEFAULT NULL, `hasSov` bit(1) DEFAULT NULL, `cleared` bit(1) DEFAULT NULL, `clearedBy` varchar(100) DEFAULT NULL, `clearedTimestamp` timestamp NULL DEFAULT NULL, PRIMARY KEY (`itemID`,`corpID`) )
The software has an export function for the corp api key as encrypted plain text for copy and paste which is intended to be able giving user view rights even if they arent director. I'm not sure if this is a good idea but the key can only be imported by the character which name was entered by exporting. The key will stop working if the player left the corp.
Please post (most likely helpful) information here (or contact ingame). |

VolatileVoid
Balanced Unity Fatal Ascension
0
|
Posted - 2013.02.18 10:05:00 -
[2] - Quote
I dont think this is working perfect, so give me please some hint. In the case it's working perfect, donate me some isk that i get an idea if its useful in any way:) |

Lord Battlestar
CALIMA COLLABORATIVE Atrox Urbanis Respublique Abundatia
25
|
Posted - 2013.02.18 18:49:00 -
[3] - Quote
Looks like a very useful too so far, i like that it is a stand alone application compared to the online applications that some of us are not good at using yet lol. I once podded myself by blowing a huge fart. |

VolatileVoid
Balanced Unity Fatal Ascension
0
|
Posted - 2013.02.18 22:29:00 -
[4] - Quote
Thank you very much for being the first writing something.
Switched installer to english but shows still german maybe i need to install english visual studio. A corpmate told me aswell that the Setting page isnt well done. I changed it a little. For being able to see tower related stuff its not really necessary to have a char key input. But if the user of leaves the corp he shouldnt be able to see corp stuff anymore. So i need 2 steps to register.
First enter the character name like ingame (regarding capitals) copy and paste the API id and vCode then click Store char key which should display key valid and stored.
After that the corp name will be displayed in the grey box.
Second copy and paste the corp API in the next 2 fields and click Store corp key. The key isnt verified at this point which will be changed in the future.
I hope this will fix the misunderstandings a little. The new version is up at the same location, just overwrite the old one.
|

VolatileVoid
Balanced Unity Fatal Ascension
1
|
Posted - 2013.02.20 11:24:00 -
[5] - Quote
Added a link for prebuild api, personal and corp. Added a page with personal assets related pos caus some dont use corp office for maintaining pos. Fixed a bug where an api error message was cached. If this insist to display you could press the Clear XML cache button on the Setting page. |

VolatileVoid
Balanced Unity Fatal Ascension
1
|
Posted - 2013.02.26 20:27:00 -
[6] - Quote
Fixed some bugs with displaying corp/char assets and fitting. Btw. i am seeking voluntary tester:)
New version is uploaded. |

Krezh
Lycosa Syndicate Surely You're Joking
0
|
Posted - 2013.02.28 05:20:00 -
[7] - Quote
Interesting tool. |

Malkuth Shahul
Republic Military School Minmatar Republic
0
|
Posted - 2013.02.28 05:21:00 -
[8] - Quote
I've added two different API's, tho one won't show.
ANd that's the one with most poses, and with poses in w-space. I wonter what's causing this? |

VolatileVoid
Balanced Unity Fatal Ascension
1
|
Posted - 2013.02.28 09:06:00 -
[9] - Quote
Thank you for the replys, i really hoped w-space would work. As me and my friends dont have pos there i wasnt able to test it. There are 2 possible reasons: 1. Your w-space holder has some special characters in the name, to verify that you could send me the linked name by ingame mail. Please attach a description what happens if you choose the w-space character. 2. W-space is different in the api. I need to find w-space and setup a small pos for testing. I will do that today or friday and report the result here if i am done.
|

Angellis Ketatsu
Anonymous Technology Red Alliance
0
|
Posted - 2013.02.28 11:13:00 -
[10] - Quote
You can ask for a more convenient interface to connect to the database with test connection |

Malkuth Shahul
Republic Military School Minmatar Republic
0
|
Posted - 2013.02.28 13:02:00 -
[11] - Quote
VolatileVoid wrote:Thank you for the replys, i really hoped w-space would work. As me and my friends dont have pos there i wasnt able to test it. There are 2 possible reasons: 1. Your w-space holder has some special characters in the name, to verify that you could send me the linked name by ingame mail. Please attach a description what happens if you choose the w-space character. 2. W-space is different in the api. I need to find w-space and setup a small pos for testing. I will do that today or friday and report the result here if i am done.
No special characters in the name so that's not the issue. The issues must be as you say the w-space api bit. |

Malkuth Shahul
Republic Military School Minmatar Republic
0
|
Posted - 2013.02.28 19:19:00 -
[12] - Quote
By the way, you could add verison numbers to your updates, so it will be easier to tell if the download link is to a new release. |

VolatileVoid
Balanced Unity Fatal Ascension
2
|
Posted - 2013.02.28 21:39:00 -
[13] - Quote
If you got many assets you need to wait maybe 2 mins until then it displays nothing for the first time. But i setup a pos in w-space and here is what i get displayed: http://www.myimg.de/?img=WhFuelbd611.jpg Also added the version number on the settings page and set it to 1.1.1. hope i can add an update checker later on. Now there is a Test button next to the MySql connection string, didnt think that someone was already at the point to use the software with more ppl. Please continue with this helpful posts, thank you.
|

Malkuth Shahul
Republic Military School Minmatar Republic
0
|
Posted - 2013.03.01 16:16:00 -
[14] - Quote
I've waited for the program to get the pos values from my char's API now for over 10 hours, anothing has happened. I still can't see WH poses. |

VolatileVoid
Balanced Unity Fatal Ascension
2
|
Posted - 2013.03.01 16:23:00 -
[15] - Quote
Im sure you have the new version which sais its version 1.1.1 on the settings page, could you press the clear cache button down left on the setting page which will close the program and you need to start it again. |

Malkuth Shahul
Republic Military School Minmatar Republic
0
|
Posted - 2013.03.01 19:39:00 -
[16] - Quote
VolatileVoid wrote:Im sure you have the new version which sais its version 1.1.1 on the settings page, could you press the clear cache button down left on the setting page which will close the program and you need to start it again. Just a stupid question, did you enter the corp key for the other character?
Yupp, I've got the latest version, I've added different API keys.. still I get no showing of the poses from WH-Space |

Gabba Cyno
27
|
Posted - 2013.03.02 03:18:00 -
[17] - Quote
I am getting "character not in api" error when i try to store char key. . |

VolatileVoid
Balanced Unity Fatal Ascension
2
|
Posted - 2013.03.02 08:45:00 -
[18] - Quote
Gabba Cyno could you send me your ingame name by ingame mail caus there may be a difference with the visual studio character set and the one used by eve. Malkuth Shahul is it possible to contact me ingame, i really want to know whats so special with your w-space setup? This toon is more or less frequent online.
|

VolatileVoid
Balanced Unity Fatal Ascension
2
|
Posted - 2013.03.04 08:44:00 -
[19] - Quote
(Beta) Version 1.1.2 is downloadable now. Changes are the following:
- Changed the startmenu group to EVE, didnt recognize fast enough that the old group was stupid:) - Removed an unnessesary data loop (and cpu usage) while refreshing the display every 10 mins. - Added an option for debug purposes only next to the Clear cahe button. - Fixed 2 internal bugs of which i am not sure if they could be seen in the data displayed.
If you get the message while installing that it cant be started from this location, deinstall it first from control panel/software.
|

Angellis Ketatsu
Anonymous Technology RA Citizens
0
|
Posted - 2013.03.09 09:20:00 -
[20] - Quote
I am getting "character not in api" error when i try to store char key. |

VolatileVoid
Balanced Unity Fatal Ascension
2
|
Posted - 2013.03.10 15:45:00 -
[21] - Quote
Version 1.1.3.0 is up.
- Fixes Character set conversion
Names and Character Names should now show the same ingame and in the tool. Should fix character not in api if the character had a foreign (seen from USA) letter in it.
|

VolatileVoid
Balanced Unity Fatal Ascension
2
|
Posted - 2013.03.12 16:54:00 -
[22] - Quote
New Version 1.1.4.0.
Fixes:
- Fuel page stayed empty by a partly unsuccessful api update - The last material in the summary on the reaction page was missing.
|

Angellis Ketatsu
Anonymous Technology RA Citizens
0
|
Posted - 2013.03.13 12:03:00 -
[23] - Quote
pls convo my ingame bacaus error continues (Character not in api) |

Gabba Cyno
30
|
Posted - 2013.03.29 03:15:00 -
[24] - Quote
For the Corp API part, can you tell us what exactly needs to be selected when creating the API? . |

VolatileVoid
Balanced Unity Fatal Ascension
2
|
Posted - 2013.03.31 09:48:00 -
[25] - Quote
Hello all,
the API page update broke the predefined key's. For the tool to work you need to enter the following: Your charname in the field Ingame Name (including capitals). Create a Character API which contains Locations, Characterinfo, CharacterSheet, AssetList and enter it in the Fields Char API ID, Char vCode and press Store char key. This is needed to verify that you are in the corp the tower belong to and to display the private pos related assets with their location. After this create a API key of type corporation (must be director) which contains Starbase List, Starbase Detail, Locations, CorporationSheet, AssetList and enter it in Corp API ID and Corp vCode and press Store corp key. This is all you need to do if you got a director key.
|

VolatileVoid
ELVE Industries Brothers of Tangra
3
|
Posted - 2013.06.07 19:58:00 -
[26] - Quote
New version is available 1.1.6.
Fixes: Added new materials into db. Corrected corpname with '. Button Testconnection now uses current connection string. Its now possible to enter the corp api key.
Sorry for inconvenience, still looks like this tool isnt useful. |

Veronika Avada
Miner's Heaven
0
|
Posted - 2013.06.09 11:37:00 -
[27] - Quote
VolatileVoid wrote:... Sorry for inconvenience, still looks like this tool isnt useful.
It's VERY useful - fixes are made just a few minutes after reporting problems.
Thanks for this tool, keep on great work.
|

Midas Shi
Hamsters Corporation Brothers of Tangra
0
|
Posted - 2013.06.25 20:51:00 -
[28] - Quote
0/ How my config this Source=your_server_adress;Port=your_mysql_port_number;Database=evepostool;UserID=your_db_user;Password=your_db_password;
if :
Source=localhost Port=3306 Database=test UserID=admin Password= non have |

VolatileVoid
ELVE Industries Brothers of Tangra
4
|
Posted - 2013.06.26 07:04:00 -
[29] - Quote
as i wrote the external mysql database is only needed for groupwork and not for a local installation. the tool uses sqlite like evemon does and works without mysql, if this was your question. |

Midas Shi
Hamsters Corporation Brothers of Tangra
0
|
Posted - 2013.07.02 21:03:00 -
[30] - Quote
I want to do for a few people and I can not write a true test database connection |

VolatileVoid
ELVE Industries Brothers of Tangra
4
|
Posted - 2013.07.18 08:56:00 -
[31] - Quote
As i have not much time at the moment and no producing pos, i am in search of someone with active poses and experience in C#. The best could be to put this project on a repository and change the external database to google doc's maybe. I dont have experience with both so i cant do that. If anyone has a good idea of that, it would be fine, otherwise the project could be closed.
Todo for the software: Description/help. A page with pricing per pos. A page with pos config. Telling CCP that the API needs ammunition amount (crystals are working) and config of modules. (hope its in the new api) Maybe a virtual pos setup (plan).
Highlight: Gathers every information concerning pos without the need of interaction.
Any good ideas are appreciated.
|

VolatileVoid
ELVE Industries Brothers of Tangra
4
|
Posted - 2013.09.04 14:08:00 -
[32] - Quote
Version 1.1.8 is available for download.
Updates to the new EVE version with the new reactions and some bugfixes. Manual added.
|

Nate Firesoul
Corporate Scum Northern Associates.
9
|
Posted - 2013.09.07 22:14:00 -
[33] - Quote
I just downloaded this. It looks pretty good. |

Rabid Disconnection
Inner Shadow C.L.O.N.E.
7
|
Posted - 2013.09.07 23:10:00 -
[34] - Quote
VolatileVoid wrote:As i have not much time at the moment and no producing pos, i am in search of someone with active poses and experience in C#.
Please contact me, I would like to assist with your tool. |

VolatileVoid
ELVE Industries Brothers of Tangra
4
|
Posted - 2013.11.09 16:30:00 -
[35] - Quote
I found a little time to update the software to version 1.1.9. Changes: Fixed the strontamount when no stront inside. Corrected daisy chaining of silos for dual reaction of same type. Added negative refuel values if you want to balance the fuel between pos.
|

Tempest Ryder
The Storm is Coming
0
|
Posted - 2013.11.14 05:55:00 -
[36] - Quote
Great tool - looks like it has great promise.
I have some questions regarding the ISK calculations - not sure if there is an error, or whether I am just stupid
Under the Fuel Tab - it calculates that I need 763 fuel blocks - which at Jita price of $16.849 should amount to 12.8 million ISK. But under the cost in ISK tab it is 1,286,775,084 - which Im not sure if it is saying 1.2 Billion (obviously incorrect), or 1.2 Million (where the last comma is a decimal point) whiich is out by a factor of 10.
There are similar discrepency under the ISK tab.
It gives a ISK / Unit which is 100x the cost per unit of the individual item, and the ISK / hour is 100x what it should be as well. This is throwing out the calculations.
It seems that this error extends to items that aren't used in lots of 100 - eg the Scandium Metallofullerene reaction has the scandium ISK/unit as 2,513,831 - where as the real price is 25,138 (100 times less), and the per hour is 40x this
Other than that - awesome - I will let you know if I find anything else |

VolatileVoid
ELVE Industries Brothers of Tangra
4
|
Posted - 2013.11.19 14:59:00 -
[37] - Quote
The tool seems to work with rubicon so far.
Tempest Ryder; if you select another region on the isk tab (r-click), lets say Dodixie where not all items available you get some of the strange prices near dodixie. This affects the Fuel Block price aswell. Go to the isk tab r-click in the middle and select jita instead. This will refresh the shown prices. The prices are from 5th% eve-central. If the pos consumes a material the price is fetched as if you had to buy it. The produced material is taken from the direct sell price. The shown cost or earn are more or less a worse case. Feel free to optimize this by orders. |

brinelan
The Flying Dead Insidious Empire
108
|
Posted - 2013.11.22 12:33:00 -
[38] - Quote
I get a message "Cannot download the application. The application is missing required files" when I go to install. |

Iknak3
State War Academy Caldari State
0
|
Posted - 2013.11.28 20:33:00 -
[39] - Quote
I get this error when i try to install it:
"Application installation did not succeed. Cannot locate application files on the server. Contact the application vendor or your administrator for assistance."
"Deployment and application do not have matching security zones."
I have newest updates and antivirus aint blocking it. It did work once before i tryed install it again. |

VolatileVoid
ELVE Industries Brothers of Tangra
4
|
Posted - 2013.11.29 04:56:00 -
[40] - Quote
Ups, i am sorry for uploading the wrong files. Deployed a new archive and tested the download. I added the source folder for download: http://balanced-unity.de/data/EvePosSource.zip
For compiling the project needs Visual Studio Express 2012 and a .NET reference to 32 Bit SQLite and MySql. |

Iknak3
State War Academy Caldari State
0
|
Posted - 2013.11.29 07:23:00 -
[41] - Quote
Ty, working great. Best pos program what there is :D |

VolatileVoid
ELVE Industries Brothers of Tangra
4
|
Posted - 2013.12.01 09:53:00 -
[42] - Quote
Little update though i didnt change the version number. Realized that everyone sells moonmats by sell order so i changed every isk value to sell. Added system names to the filter so you know better how many fuel you have to take with you.
|

Hyjinx Storm
J-Space BrotherHood Zombie Pony Express
0
|
Posted - 2013.12.18 10:29:00 -
[43] - Quote
Hi - thanks for the awesome tool
I have a question
When I look at the ISK tab - it seems that the pricing for all the materials is out by 100. I have included a link to a screeenshot, but as you can see the price / unit of each item is 100 times what it should be. Any idea how to fix this
[IMG]http://i578.photobucket.com/albums/ss223/ward0112/Reactionisk_zps37f93226.png[/IMG]
Not sure if you are looking for suggestions, but something that I would love to see is a shopping list tab. This is where you could set a minimum amount of materials that you want to keeped stocked in a particular system. The program then compares your settings with the materials that you actually have, and tells you what to buy - similar to the amount fuel that you need on the first tab.
Anyway keep up the great work |

VolatileVoid
ELVE Industries Brothers of Tangra
4
|
Posted - 2013.12.19 07:41:00 -
[44] - Quote
Thank you for the hint.
I forgot about the fact that eve central always gives english numbering format. The new version is 1.1.9.53. The shopping amount is a good idea which i will think about.
|

VolatileVoid
ELVE Industries Brothers of Tangra
35
|
Posted - 2014.01.27 15:30:00 -
[45] - Quote
Added a list with silo contens sum and material that is missing or has to be bought for the reactions to work on the Isk tab page.
Actual Version: 1.1.10.58
|

VolatileVoid
ELVE Industries Brothers of Tangra
35
|
Posted - 2014.02.03 15:11:00 -
[46] - Quote
Sorry empty post. |

VolatileVoid
ELVE Industries Brothers of Tangra
35
|
Posted - 2014.02.03 15:12:00 -
[47] - Quote
[quote=VolatileVoid]Version 1.1.8 is available for download.
Updates to the new EVE version with the new reactions and some bugfixes. Manual added.
|

neoblackice
Jormungandr Syndicate Silent Infinity
0
|
Posted - 2014.02.04 01:57:00 -
[48] - Quote
This program is awesome. Thanks for building it and sharing it with the EvE community.
No issues that I have run in to here. |

Theta von Ariga
Space Cowboys AG Brothers of Tangra
1
|
Posted - 2014.02.04 11:14:00 -
[49] - Quote
i think i found a small error. poswatcher dosnt update fittings from the towers.
i anchored a small tower 2 weeks ago to farm the moonmins inside the moon. yesterday i unanchored the small tower and set a medium on the same moon to build a simple reaction. poswatcher updated the tower in the list from small to medium but dosnt fit the tower. there are no more silos and the simple reactor is missing. so my production line dost work in poswatcher. |

VolatileVoid
ELVE Industries Brothers of Tangra
35
|
Posted - 2014.02.04 15:16:00 -
[50] - Quote
The software actually doesnt remove pos and structures (at least correct). If you change a tower you have to clear the cahe (button in settings) and reload all data.
|

VolatileVoid
ELVE Industries Brothers of Tangra
35
|
Posted - 2014.02.07 22:24:00 -
[51] - Quote
There was a strange issue with Windows 8 (detecting silo direction) and a column on isk tab (folded) was wrong. New version is 1.1.11.65. |

Mike'P
Kansas City Industrial
5
|
Posted - 2014.02.11 23:04:00 -
[52] - Quote
Hi VV,
Sorry - and totally my fault, and I'd slap my users upside the head if they did this to me, but if you look at my username......
.... guess what, the single quote mark (') causes an SQL error.
"select corpID from user where name = 'Mike'P';
Sorry.
Very sorry.
Very, very sorry.....
I tried escaping it with \ but that didn't work.
|

VolatileVoid
ELVE Industries Brothers of Tangra
35
|
Posted - 2014.02.18 09:49:00 -
[53] - Quote
Hi there, i did some improvements. Version now 1.1.12.73.
- Added a line with fuel blocks needed per month (30 day's) to know how many blocks to order or produce. - Added a filter with tower name because i named groups of tower by the final reaction like PhCo. - Added a counter for the harvester to see what tower are immovable, unfortunateley the material isn't in the api.
Tried to fix the name with a quote. Please reenter the char name with the api and inform me about the new error text if any. (sorry but cant delete any alt to test myself) |

VolatileVoid
ELVE Industries Brothers of Tangra
35
|
Posted - 2014.02.19 07:33:00 -
[54] - Quote
A corpmate told me that the sumup from the silo contens on the isk page is a bit wrong because it sums every silo which is an output even when its used for another production line. I removed the silos which are used up 1=1 in further production and subtracted the silo contens proportional if there are silos which are partially reused. For example if you have 3 technetium silos and use 1 silo for further production the 3 silos will be sum up and 2/3 of them will be shown in the output list. Thats why i renamed the list to Estimated sum. New Build Version: 1.1.12.74.
|

Destination SkillQueue
Are We There Yet
6299
|
Posted - 2014.02.20 21:59:00 -
[55] - Quote
One time bump to fix forum. |

Uncle Traveling Matt
Dragonfire Industries
20
|
Posted - 2014.02.22 02:38:00 -
[56] - Quote
I can't get this thing to work.
It accepts my character API key, but when I enter the corp API key it keeps giving me "Empty value" error. Tried a couple different corp API keys. And yes, the keys are set to corporation, with the character API linked to it.
Any ideas?
UTM
|

VolatileVoid
ELVE Industries Brothers of Tangra
35
|
Posted - 2014.02.24 06:10:00 -
[57] - Quote
I was asked about unrefined reaction products and realized that they are not traded. I replaced the isk value of them by the refined materials to reflect the possible income. Version 1.1.12.76.
Uncle did you follow the instructions in the manual chapter 7? Sometimes copy and paste adds a space for example.
Just started from the scratch with the api and corp api from a director toon and added a toon without director and both are working well for me and others.
|

Dray Cil
Dragonfire Industries
30
|
Posted - 2014.02.28 17:16:00 -
[58] - Quote
Yeap, just tried it again, several times. API is copy/pasted, after inputting my CEO character API above it, and hit the STORE CORP KEY button, and I just get a window labeled Corp Api with "Empty Return" on it.
It even fills in the name of the corp automatically, but just doesn't like the key.
Dray o.O
|

VolatileVoid
ELVE Industries Brothers of Tangra
35
|
Posted - 2014.03.01 12:29:00 -
[59] - Quote
The assets show only things for the actual processes like: Fuelblocks, Strontium, Pos Parts and products or raw materials that are actually inside the silo's.
Maybe i missed some. |

VolatileVoid
ELVE Industries Brothers of Tangra
36
|
Posted - 2014.03.28 08:19:00 -
[60] - Quote
New Version 1.2.4.91.
Corrected refuel value for small tower with sov (was not rounded to 8). Added a tooltip for unrefined silos on isk tab to show the refined values; Values wont be cleared anymore if you already got the new datatables version.
|
| |
|
| Pages: 1 2 3 :: [one page] |