Jump to content
Game-Labs Forum

Mored

Ensign
  • Posts

    255
  • Joined

  • Last visited

Everything posted by Mored

  1. I played during a download and speed was really strange (displayed wrong values i guess, it jumps up to 150+ kn... see screenshot here : http://www.bilder-upload.eu/show.php?file=bcda44-1459090585.png
  2. There is no problem with jsonp and jacasvript, if you have trouble just search for the example i made in this tread before
  3. Wir suchen auch weiterhin motivierte Kapitäne um die WELTHERRSCHAFT an uns zu reissen!!!
  4. Really sad topic here. Everyone in the pirate nation knows FTS for trolling sympathize with the brits. So they are on the ignore list for a lot of pirates. I dont know why they decided to play pirates, becasue they work against our "nation" and for the brits. Koto is engaging the brits so FTS is trying everything to stop them. And because they are not successful ingame they try it now in the forum.... Lest see the facts on this one: It was unlucky but no rule was broken. So please close and think about punishment for trolls
  5. And where is the data for it? There is only Meta information in the ItemTemplates array. and no other array available
  6. There are some disadvantages but they are really low in comparison what you can get on other information. For Example a google docs sheet can now show you the times when a port is attackable, so you dont have to use the *sorry* crap ingame function to find out which citys are when attackable.
  7. Yeah sorry, it was only a short example and to keep it simple i decided to hardcode the nations in there. Also the code to enter the data into the table is really bad but easy to read. In my version i use a array and write the data as a block. function print_data(shart,data){ var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getSheetByName(shart); sheet.clearContents(); sheet.getRange(1,1,data.length,data[0].length).setValues(data); }
  8. Ich wünsch euch viel Glück. @Softwipe Ich hoffe niemand ist so kurzsichtig und sieht das als Lösung. Solange das System nicht geändet wird, ist es nichts weiter als ein bestrafen der aktiven Spieler.... @Spanien Natürlich sieht es nicht gut aus, aber es liegt an Euch, das Beste draus zu machen. Rohstoffe sind zwar schön und nett, aber sie erleichtern nur den Nachschub an Statussymbolen. 3rd Rates kann man unendlich viele von NPCs kapern. PvE gibt derzeit krass zu viel Geld, so dass auch ohne Probleme die European trader bemüht werden können, um Ressourcen für große Schiffe zu bekommen. Das einzige was ihr wirklich selber stellen müsst sind aktive Spieler. Wohl auch ein Problem der Briten gerade, die nahezu kampflos eine Stadt nach der anderen verlieren
  9. Because so many people have problems with the API i will give you a sample how to get all Ports. Result can be seen here (https://docs.google.com/spreadsheets/d/1M-wUC6pK3eQL8rwNHGH4uoAqVE-UOkGhQdML6NFQYLA/edit#gid=1565570060) and this is the function (in Google Sheet open Tools->Scripteditor and copy this code) function getAllTowns(){ var options = { "contentType" : "ContentService.MimeType.JAVASCRIPT", }; var url_ports = "http://storage.googleapis.com/nacleanopenworldprodshards/Ports_cleanopenworldprodeu1.json"; eval(UrlFetchApp.fetch(url_ports,options).getContentText());// Ports var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getSheetByName("Ports"); sheet.getRange(1, 1, 368, 4).clearContent(); sheet.getRange(1, 1).setValue("Id"); sheet.getRange(1, 2).setValue("Name"); sheet.getRange(1, 3).setValue("NationId"); sheet.getRange(1, 4).setValue("Nation Name"); sheet.getRange(1, 5).setValue("ConquestFlagTimeSlot"); sheet.getRange(1, 6).setValue("LordProtector"); var index = 0; var Nation = "not set"; for(index = 0; index < Ports.length; index++){ switch(Ports[index].Nation) { case 0: Nation = "Neutral"; break; case 1: Nation = "Pirates"; break; case 2: Nation = "Espana"; break; case 3: Nation = "France"; break; case 4: Nation = "Great Britain"; break; case 5: Nation = "Verenigde Provincien"; break; case 6: Nation = "Danmark-Norge"; break; case 7: Nation = "Sverige"; break; case 8: Nation = "United States"; break; case 9: Nation = "Free Towns"; break; default: Nation = "not set"; } sheet.getRange(index+2, 1).setValue(Ports[index].Id); sheet.getRange(index+2, 2).setValue(Ports[index].Name); sheet.getRange(index+2, 3).setValue(Ports[index].Nation); sheet.getRange(index+2, 4).setValue(Nation); sheet.getRange(index+2, 5).setValue(Ports[index].ConquestFlagTimeSlot); sheet.getRange(index+2, 6).setValue(Ports[index].Capturer); } }
  10. I posted that alreaady 2 weeks before: http://forum.game-labs.net/index.php?/topic/11456-formular-change-for-ship-upgrades-build-ins-and-slots/
  11. Yeah i am missing the big ships in that battle, where are all your Santis and victorys? Even the danish/russians where in small ships...
  12. the only data i got is that here for example: "__type":"MegaChaka.Services.Items.RecipeTemplate, MegaChaka","Name":"Cordage and Oakum Blueprint","Id":242,"MaxStack":1,"ItemWeight":0,"BasePrice":-1,"SellPrice":{"x":0.0500000007450581,"y":0.5},"BuyPrice":{"x":0.150000005960464,"y":1.5},"PriceTierQuantity":100,"MaxQuantity":1000,"SortingGroup":"","SellableInShop":false,"SellPriceCoefficient":0.5,"ItemType":"Recipe","MongoID":"242"}. I have had not much time so its not really "finished" but for Prices of the Free Towns (i am afraid that Menues will not work for "viewers", so no other nation is selectable by some else than me atm, but i can share the source code if you want) you can have a look here: https://docs.google.com/spreadsheets/d/1M-wUC6pK3eQL8rwNHGH4uoAqVE-UOkGhQdML6NFQYLA/edit#gid=1183469687
  13. Sorry for asking again. But i cant find blueprint template in the 4 linked files. Where is this located?
  14. Sorry, but i guess my language is terrible to understand. I dont mean the Meta data, i asked for the ship build data, how much "Ballast" (ID=2), "Gold Coins"(390) and so on, is needed to build a "Victory" (Id=294) with the Victory Blueprint(Id=304). Something like: BlueprintId=304;resultId=294;amount=1; PartIDs={2,390};quantitys{71,65};
  15. Thx, now i got it, didnt know jsonp before, only programming c all the time btw, its ncie to have all the shop data(maybe too overpowered, because you can find cheap ressources if you are online after maintenance just by click), but will you also give us Blueprint and Ship data? I really like to get the Blueprint Data via API and also Shipdata, because its nasty to check after every patch if there was a change.
  16. i now tested the link in http://jsonlint.com/ and it also displayed an error, so can you confirm this please? Error: Parse error on line 1: var ItemTemplates = ^ Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'
  17. Is there a hint for using google script? Because with: var response = UrlFetchApp.fetch("http://storage.googleapis.com/nacleanopenworldprodshards/ItemTemplates_cleanopenworldprodeu1.json"); var data = JSON.parse(response.getContentText()); i got an error...
  18. Yeah fuck the ship crafter because no one needs ships.... oh wait..... no nothing
  19. Defacto kosten aber labour hours auch etwas, somit bezahlst du deutlich mehr wenn du selber herstellst.... Eine Mid Crafting Note kostet 70k derzeit und wird weiter steigen, da man die für die meisten schiffe braucht und für alle upgrades. Wenn ich also eine Santissima bauen möchte und sagen wir mal 8 upgrades draufpacken möchte brauche ich: 8 Tage für die Santissima + 7 Tage für die upgrades = 15 Tage für ein Schiff. Mit eigener Produktion ca 30+ Tage. Wenn es dann richtig losgeht, verliert man deutlich mehr als überhaupt nachgebaut werden können. Also hat man als Crafter gar keine Chance überhaupt material abzubauen....
  20. Zum Statement mit der Santissima: 8221 Labour Hours sind dafür notwendig (https://docs.google.com/spreadsheets/d/1M-wUC6pK3eQL8rwNHGH4uoAqVE-UOkGhQdML6NFQYLA/edit#gid=419674209) davon 5269 nur für Subparts 1952 für das schiff selber und 1000 Für die 4 Crafting notes. Somit mehr als 8 Tage für eine goldene Santissima. Bellona: denke das allein 4 crafting notes 280k kosten
  21. guess you dont want to understand. But its your problem. i am fine , also with the mechanic like it is today. I builded alread 6 Victorys and i will build a lot more because i dont have a problem with ressources, even if its nasty and has nothing to do with fun or organizsation
  22. It is, You need to plan more and you can use multiple "lanes". Atm you just can asked around and will get instantly all mats for a victory in under 5 minutes. So i need a victory now, just ask in clan to craft all subparts and 10 minutes later i have a victory, so you can even switch if you decide to build a santissima instead. You cant do that by buildtime and its more natural. Yeah lets switch to pure realism, i will get back online in 7 years than if my victory is finished, oh wait its a game......
  23. I am in a random clan and we have 3 level 50 Crafter atm. The problem is the amount of labour hours for the parts, not for the ships. But you need to be a crafter to know this, sorry....
  24. This is some kind of extension to the remove labour hours. If you have 5 Buildings it should be possible to connect them to improve output or build production chains. For Example: Connect 2 Iron Mines to get a production Bonus (2% maybe). If you build a production site you should be able to place a "chain of tasks". And it build them as long as there are ressources available or until they are finished. For example you have iron and coal in your warehouse and you set a task of 1000 Iron Ingots and a second one with 400 Iron Fittings. Now every hour it produces iron ingots until it fullfied the order of 1000 or if there is no more iron or coal. If it stops because of mission ressources it should have a look if it can continue with the next task and do so until the missing ressource is available again. So in the end it should be possible to build up production chains and if you connect multiple buildings from the same type it should give a production bonus (2% sounds good because with 5 buildings you can get a maximum of 10%) for build time for every building in the line (if you have 5 Shipyards you can build 5 Ships and everyone with a bonus of 10% in build time). This will give you a nice possibility to spezialise.
×
×
  • Create New...