-
Posts
2,269 -
Joined
-
Days Won
4
Content Type
Profiles
Forums
Blogs
Gallery
Downloads
Events
Everything posted by qw569😳
-
Mishka reports a change in hostility only when it has changed by more than 5%. if abs(new_hostility - old hostility) > 5 then make_tweet Some important changes are missing in the report. For example Port Attacker Hostility Date (UTC) New Old Diff Triunfo de la Cruz (Neutral) WRN (Great Britain) 1.6 0 1.6 2019/01/31 11:57:14 Triunfo de la Cruz (Neutral) WRN (Great Britain) 3.5 1.6 1.9 2019/01/31 12:27:14 Triunfo de la Cruz (Neutral) WRN (Great Britain) 5.5 3.5 2 2019/01/31 12:37:14 Triunfo de la Cruz (Neutral) WRN (Great Britain) 7.5 5.5 2 2019/01/31 12:52:14 Triunfo de la Cruz (Neutral) WRN (Great Britain) 9 7.5 1.5 2019/01/31 13:17:14 Triunfo de la Cruz (Neutral) WRN (Great Britain) 9.8 9 0.8 2019/01/31 13:27:14 Triunfo de la Cruz (Neutral) WRN (Great Britain) 11.8 9.8 2 2019/01/31 13:32:14 Triunfo de la Cruz (Neutral) WRN (Great Britain) 14.1 11.8 2.3 2019/01/31 13:47:14 Hostility reached 14.1%, and Mishka did not say anything about it. So i'm going to return old formula.
-
Funny clan tag. 🤣 Maybe they saw MORTAR STRIKE and decided that you were shooting to them. Скорей всего надпись MORTAR STRIKE была причиной принятия решения об уничтожении.
-
Yes it's still working. But Mishka began to generate more information than before. For example, today it generated information about 56 ports. And it's very easy to get lost in these messages. TIP If you want to view information on specific ports, you can use the query. For example. Information about Blondel Cay and Salina Point (from:zz569k "Blondel Cay" OR "Salina Point" ) PS Maybe I will increase the threshold from 5% to more.
-
Yet another map: Naval Action map
qw569😳 replied to Felix Victor's topic in Maps - Development forum
I use in my math 00:48:55- 1,340 replies
-
- 2
-
Yet another map: Naval Action map
qw569😳 replied to Felix Victor's topic in Maps - Development forum
Crew space (Hemp) = Ship Mass * 2.5% Planking = Ship Mass * 13% Ship Mass located in API parameter HealthInfo- 1,340 replies
-
- 4
-
@jodgi I suggest not to destroy the provisions (patch 25 replace fish meat to provisions). Provisions is used in craft of ships. For the production of the 5 rate, the provisions occupy about 30% of the amount of all materials. In some cases it is more than 25% of the cost of the ship.
-
Will we have two different version of compass? One for OW with W,S,N,E and one for Battle with 270,180,0,90. I wonder if there will be tooltips on the buttons.
-
I suppose it sum of all online members during 7 days
-
-
Trading update patch - coming soon.
qw569😳 replied to admin's topic in News Announcements & Important discussions
Why are you use Ask price? Almost sure Bid price is more correct. -
Файлы со знаком подчеркивания игнорируются. Так что нужно переименовать в English.csv
-
Custom localization file - discussions
qw569😳 replied to admin's topic in Localization and languages. Community translations.
Don't like that language file contain hard coded numeric values. If devs change them in game then all who made translation must change their files.. for example "Port/Taxes/TradingOutpost/Message2","Are you sure want to enable Trading Outpost for 10%?. This will increase daily cost by 10%." "Port/Taxes/TradingOutpost/Message3","Are you sure want to enable Trading Outpost for 20%?. This will increase daily cost by 20%." "Tutorial/BoardingCombat/RepairSail/Tip","Repair fixes 25% of sails and lasts for 2 minutes depending on crew on repairs. You can only repair Hull or Sails at the same time once every 12 mins" "Tutorial/BoardingCombat/SailToObjective/Tip","Repair fixes 25% of sails and lasts for 2 minutes depending on crew on repairs. You can only repair Hull or Sails at the same time once every 12 mins. "Tutorial/PreparingForBoarding/Tip","Boarding is possible if both ships sail below 3.5 knots and are close to each other. "Tutorial/ReducingCrew/DestroyCrew/Tip","Get very close to the target, aim at the areas where crew is (guns on the deck). Grape is only effective if you shoot though the damaged side (below 30%). Grape ricochets more if you are shooting at angle to hull" "Port/Missions/Hostility/HostilityReachedMessage","Hostility for {0} has reached 25%" And description of modules and perks "Module/Description/646","-5% dispersion on carronades" "Module/Description/628","mortar reloads 2x faster – accuracy is 25% better – shoots 2 balls from 1 mortar" -
Patch 29. Sextant, shallow water changes, improvements in the User interface.
qw569😳 replied to admin's topic in Patch notes
Maybe this string, but i'm not sure "Port/Missions/Hostility/HostilityReachedMessage","Hostility for {0} has reached 25%" -
Patch 29. Sextant, shallow water changes, improvements in the User interface.
qw569😳 replied to admin's topic in Patch notes
Let be color in CombatNews If you want to use color in combat news then: rename Naval Action\Languages\_English.csv to Naval Action\Languages\English.csv find and edit string "OW/CombatChat/PlayerSankPlayerNearPort","<color=""green"">{0}</color> sank <b>{1}</b> near <color=#ff66ffff>{2}</color>." "OW/CombatChat/PlayerBoardedPlayerNearPort","<color=""green"">{0}</color> boarded <b>{1}</b> near <color=#ff66ffff>{2}</color>." -
@Caramon Mayer try to look in different direction. Heroes of first message spent more time to get Patrol zone reward. When I'm going to patrol area I use these statement Try to make maximum damage until die There are no friends and you can count on are your own
-
True mean that your computer can communicate with port 7770 Check firewall. All command run in powershell Get-Service -DisplayName "*fire*" netsh advfirewall show cur Try to stop firewall netsh advfirewall set currentprofile state off Try to Run Naval Action
-
True mean that your computer can communicate with port 8080. So the router don't block port 8080. Check port 7770 test-netconnection 89.163.234.93 -Port 7770 -InformationLevel Quiet ipconfig /all
-
Open port 8080 means allow outbound connection to this port. The game does not use port 8080 in your interface 192.168.10.172 Lets do some checks First run powershell. Then run follow command and post result test-netconnection 89.163.234.93 -Port 8080 -InformationLevel Quiet test-netconnection 89.163.234.93 -TraceRoute netsh winhttp show proxy Let me disagree with you. For example, OpenVPN working on port 443 can solve most problems.
-
We want outlaw battles!
qw569😳 replied to Capn Rocko's topic in Current Feature Improvement Suggestions
I suppose better implement clans war in pirate nation. So any pirate clan can declare war to other clans. And their battle will have the same rules as for example Spain vs France. Any player can join to any side. -
Patch 29. Sextant, shallow water changes, improvements in the User interface.
qw569😳 replied to admin's topic in Patch notes
I would like to see the same mechanics to customize map in the game. -
Yet another map: Naval Action map
qw569😳 replied to Felix Victor's topic in Maps - Development forum
Hey, you have successfully ping na-map-test.netlify.com when DNS server said that this site had IP 142.93.108.123. So add in hosts file (%systemroot%\system32\drivers\etc\hosts) string 142.93.108.123 na-map-test.netlify.com- 1,340 replies
-
We want outlaw battles!
qw569😳 replied to Capn Rocko's topic in Current Feature Improvement Suggestions
I guess it could be like a Christmas event. -
NPC Loot Feedback and suggestions
qw569😳 replied to admin's topic in Patch Feedback and General discussions
Many years ago was such item as Ships report letter. I sure it will interesting to read that someone was seen near somewhere. -
How can a new player start?
qw569😳 replied to Aquillas's topic in Current Feature Improvement Suggestions
It's funny to read all the messages, but you forget that the new player does not know anything about this game.