Jump to content
Game-Labs Forum

LethaK Maas

Ensign
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

LethaK Maas's Achievements

Landsmen

Landsmen (1/13)

5

Reputation

  1. I would like to add "ship deliveries" as a suggestion for implementation
  2. If you remove the ability to teleport with cargo their is the problem that a large amount of player will not be going to play again, because traders will abuse their margin.
  3. Teleport and cooldown should be divided imo Existing: Teleport from outpost to outpost (without ship) - 3h CD Existing: Teleport to capital (with ship) - 1H CD New: Teleport from Regional capital to Regional capital (without ship) - 4H CD
  4. Indeed... Here is a quick PHP function to transform this javascript declaration into proper JSON returns null if something is wrong, or a PHP array containing datas from the "API" function fetchEndpoint($endpointUrl) { $content = file_get_contents($endpointUrl); if($content!==null && is_string($content)) { $equalPos = strpos($content, '='); if($equalPos!==false) $content = trim(print_r(substr($content, $equalPos+1), true), ' ;'); $JSON = json_decode($content,1); return $JSON; } return null; }
  5. Perso je n'apprécierais pas des "-100" en rouge au dessus des cibles. Exactement la même remarque. Pour la taille de du studio, Naval Action s'en sort pas trop mal
×
×
  • Create New...