Jump to content
Forum Shutdown 28/7/2023 Read more... ×

devilsear2

Players
  • Content Сount

    1
  • Joined

  • Last visited

  • Battles

    2535
  • Clan

    [B0TS]

Everything posted by devilsear2

  1. Hey beautiful sailors! Just got this script working, didn't take that long to fix, just a little testing ;) I use both EU and NA servers, so i were only able to test if i could connect to those, but it seems to work. Here it is: <scripts_config.xml checkPing="true" debugInfo="true"> <space>spaces/ocean</space> <offlineModel>PASD010_Fletcher_1942</offlineModel> <player entityType="Avatar" startDirection="1.0 0.0 0.0" startPosition="0.0 0.0 -313.0"/> <cursorScaleSpeed x="40" y="40"/> <server online="true"> <host alias="WOWS EU" csis="http://csis.worldoftanks.eu/csis/wowseu"> <master addr="login2.worldofwarships.eu:20020"/> <master addr="login1.worldofwarships.eu:20020"/> </host> <host alias="WOWS US" csis="http://csis.worldoftanks.eu/csis/wowsus"> <master addr="login2.worldofwarships.com:20020"/> <master addr="login1.worldofwarships.com:20020"/> </host> <host alias="WOWS RU" csis="http://csis.worldoftanks.eu/csis/wowsru"> <master addr="login2.worldofwarships.ru:20020"/> <master addr="login1.worldofwarships.ru:20020"/> </host> <host alias="WOWS ASIA" csis="http://csis.worldoftanks.eu/csis/wowsjp"> <master addr="login2.worldofwarships.jp:20020"/> <master addr="login1.worldofwarships.jp:20020"/> </host> </server> <chat visibleLines="6"/> <writeCombatLog>true</writeCombatLog> <Dock3D>true</Dock3D> <curse_voice>true</curse_voice> <scriptProfiler address="0.0.0.0" enabled="true" netSend="false" port="6666"/> <GameParams packed="true"/> <disableTrainingRoom>true</disableTrainingRoom></scripts_config.xml> <3
×