| Pages: [1] |
1. EVE SDE Database Builder GÇô Need testers - in EVE Technology Lab [original thread]
So the problem is what if there is no instance name? In almost all cases SQL instances are installed as the default instance vs. a named instance. In this case, the instance name is just the machine name. So by adding anything in the Instance Na...
- by Cilegon - at 2016.12.05 12:26:20
|
2. EVE SDE Database Builder GÇô Need testers - in EVE Technology Lab [original thread]
Home now... And the DB has been built and fully loaded, woohoo! Again, huge thanks for this Zifrian, so much time saved! So i made 2 changes to the msSQLDB.vb file 2 instances of this: Server={0}\{1} were changed to simply: Server={1} So now...
- by Cilegon - at 2016.12.04 21:54:35
|
3. EVE SDE Database Builder GÇô Need testers - in EVE Technology Lab [original thread]
So i downloaded the source code and took a look at how you connect to SQL Server: Public Sub New(ByVal DatabaseName As String, ByVal InstanceName As String, ByRef Success As Boolean) Conn = New SqlConnection(String.Format("Server={0}\{1};Trusted...
- by Cilegon - at 2016.12.04 17:06:57
|
4. EVE SDE Database Builder GÇô Need testers - in EVE Technology Lab [original thread]
Hi Zifrian, first off, major thanks for this! I was dreading having to figure out how to import these yaml files myself :) I am having a problem though... The builder keeps failing with unable to initialize database and gives an error about not ...
- by Cilegon - at 2016.12.04 15:21:15
|
5. All Industry Formulas for Crius - in Science and Industry [original thread]
Hi Qoi, I don't see the production build time forumla taking into the account the reduction based on the science skills... Unless i'm isunderstanding something? You mention TE modifier, but i assume thats just the TE mod from the bp itself with ...
- by Cilegon - at 2014.11.05 14:29:12
|
6. All Industry Formulas for Crius - in Science and Industry [original thread]
sorry, i just mean to make a reference to where someone could get the data. hmm, i guess everything here comes from the yaml file now, so it's just pointing to that. When I wrote that, I forgot that I had used Des's yamltoSQL importer, so i stil...
- by Cilegon - at 2014.08.14 21:05:00
|
7. All Industry Formulas for Crius - in Science and Industry [original thread]
this is an amazing document, thx Qoi!!! I have a few suggestions however that would make it even more awesome :) You list all the different variables that are needed for these calc's, but there is no mention of where these come from. If at all ...
- by Cilegon - at 2014.08.14 11:00:00
|
8. Can't get required materials for single run t2 to line up - in EVE Technology Lab [original thread]
I was having some issues as well and this is what I have - i'm using the raw MS SQL SDE and Des's yaml to SQL import. DECLARE @itemName varchar(200) = 'Impel' DECLARE @ME float = .90 DECLARE @buildMod float = .98 DECLARE @runs int = 5040 DECLA...
- by Cilegon - at 2014.08.12 21:54:00
|
9. SDEExternalsToSql Tool (Rubicon 1.2+ compatible) - in EVE Technology Lab [original thread]
Des, super giant thanks for this!! I'm a mssql diehard so using this to import yaml is amazing :) one question though: https://bitbucket.org/BattleClinic/evemon/issue/81/first-cut-of-crius-support the talk of probablity here is something I ne...
- by Cilegon - at 2014.08.07 15:57:26
|
10. SDEExternalsToSql Tool (Rubicon 1.2+ compatible) - in EVE Technology Lab [original thread]
Des, super giant thanks for this!! I'm a mssql diehard so using this to import yaml is amazing :) one question though: https://bitbucket.org/BattleClinic/evemon/issue/81/first-cut-of-crius-support the talk of probablity here is something I ne...
- by Cilegon - at 2014.08.07 15:57:00
|
11. Error reading SDE in SQL server 2008 express -can anyone help - in EVE Technology Lab [original thread]
the new SDE is SQL 2012 based, so restoring on SQL 2008 likely won't work
- by Cilegon - at 2014.08.07 15:43:00
|
12. new SDE - how to get decryptor stats? - in EVE Technology Lab [original thread]
thx Steve, checking this out now! Only real issue is I only used Des's SDEtoSQL import to get the yaml files vs. your datasets, so the SQL has to change slightly (maybe not possible), but i'll play! Biggest issue I have with this now is that the...
- by Cilegon - at 2014.08.07 15:32:00
|
13. new SDE - how to get decryptor stats? - in EVE Technology Lab [original thread]
nm... I seem to have it now :) select * from dgmTypeAttributes dTA inner join dgmAttributeTypes dAT ON dTA.attributeID = dAT.attributeID where dTA.attributeID IN (1112, 1124, 1113, 1114, 1115) and typeID = 23184
- by Cilegon - at 2014.08.07 00:51:00
|
14. new SDE - how to get decryptor stats? - in EVE Technology Lab [original thread]
Hi all, Anyone know how to get the stats for decryptors from the new SDE/database? Like the info on the show-info tab, eg: Incognito Accelerant: Prob. Multi +20% Max. run Mod +1 Me Mod +2 Time Mod +10 I suppose I could build a static table f...
- by Cilegon - at 2014.08.07 00:46:00
|
15. EveAI Live - in EVE Technology Lab [original thread]
it's strange... I was checking for containers but didn't see any. today i tried again, and more items showed up, and sure enough the last one is our main HQ and the corp hangar. maybe the cache was old or something?! who knows, but it does seem ...
- by Cilegon - at 2010.10.29 00:15:00
|
16. EveAI Live - in EVE Technology Lab [original thread]
Hi all, hoping someone can help me... im trying to get a list of corp assets using the following code: (note the api being passed is full key of my director character Dim apiNew As EveAI.Live.EveApi = New EveAI.Live.EveApi(UserID, APIKey, CharID...
- by Cilegon - at 2010.10.26 22:36:00
|
| Pages: [1] |
| First page | Previous page | Next page | Last page |