Looter with some miners (0 чел.)
 | | |
|
Сообщения темы: Looter with some miners
|
|
Looter with some miners 8 г., 1 мес. назад
|
Репутация: 5
|
|
hi,
got it to work but now i've a suggestion.
when the "tank" is on a asteroid field and the ore has finished...
the other miners go to station... this is OK!!
the "tank" goes to another asteroid field and this is the problem...
if the looter still has a container in the first asteroid field and he flies to the other, in the xml, he enters that container is False (in the new one but there is still one or more containers in the one that they were working on)...
example... actual one
<?xml version="1.0" encoding="utf-8"?>
<settings>
<Fleet>
<CreationTime>07/30/2018 11:20:54</CreationTime>
<FleetMemberJoined>True</FleetMemberJoined>
</Fleet>
<Tank>
<LastCheckTime>07/30/2018 13:04:46</LastCheckTime>
<TankInBeltPresent>True</TankInBeltPresent>
<BeltIndex>4</BeltIndex>
<JetContPresent>True</JetContPresent>
</Tank>
</settings>
example... new one
<?xml version="1.0" encoding="utf-8"?>
<settings>
<Fleet>
<CreationTime>07/30/2018 11:20:54</CreationTime>
<FleetMemberJoined>True</FleetMemberJoined>
</Fleet>
<Tank>
<LastCheckTime>07/30/2018 13:04:46</LastCheckTime>
<TankInBeltPresent>False</TankInBeltPresent>
<BeltIndex>4</BeltIndex>
<JetContPresent>True</JetContPresent>
<TankInBeltPresent>True</TankInBeltPresent>
<BeltIndex>6</BeltIndex>
<JetContPresent>False</JetContPresent>
</Tank>
</settings>
|
|
damota
Senior Boarder
Постов: 161
|
|
|
|
|
 | | |
|
|