Before i start screwing up things just making sure I'm doing this correct.
mission set up for agents http://eve.isxgames.com/wiki/index.php?title=EVEBot_Missioner
I create an agents.xml in evebot/config
Then i set up the mission commands for each mission i want to run in <name> mission cache.xml in evebot/config?
(wiki says there is a missiondatabase.xml in evebot/data which doesn't exist)
Then I have to edit obj_missions.iss to change the ship selection to my preferred ships?
Everything lists as ["obj_Missions: Paused Script. Complete mission manually and then run the script."] other then function KestrelCombat(int agentID)
Since the wiki has conflicting info which i can only assume is out of date for the current revision I'm asking first.
-OR-
Are combat mission broke like ratter and evebot only currently handles courier missions?
mission set up for agents http://eve.isxgames.com/wiki/index.php?title=EVEBot_Missioner
I create an agents.xml in evebot/config
Code:
-- Generated by LavishSettings v2 -->
<InnerSpaceSettings>
<Set Name="Bob Moron Agents">
<Setting Name="Chakh Madafe">1</Setting>
<Setting Name="Zidah Arvo">1</Setting>
<Setting Name="Jiekan Jepen">1</Setting>
<Setting Name="Ranta Tarumo">1</Setting>
<Setting Name="Abishi Tian">1</Setting>
<Setting Name="Ochishi Veilai">1</Setting>
<Setting Name="Hasier Parcie">4</Setting>
<Setting Name="Houve Raennere">1</Setting>
<Setting Name="Antogase Pandon">1</Setting>
<Setting Name="Fykalia Adaferid">2</Setting>
<Setting Name="Uba Virserin">1</Setting>
<Setting Name="Dalofer Mattore">1</Setting>
</Set>
</InnerSpaceSettings>
Code:
<?xml version='1.0' encoding='UTF-8'?>
<!-- Generated by LavishSettings v2 -->
<?xml version='1.0' encoding='UTF-8'?>
<InnerSpaceSettings>
<Set Name="Mission Database">
<Set Name = "Rogue Drone Harassment"> *this is the name of the mission as it appears in your journal*
<Set Name = "2"> *this is the level of the mission*
<Set Name = "Commands"> *this is the list of commands we want to execute*
<Set Name = "1" Action ="NextRoom">
</Set>
<Set Name = "2" Action = "ClearRoom">
</Set>
<Set Name = "3" Action = "NextRoom">
</Set>
<Set Name = "4" Action = "ClearRoom">
</Set>
</Set>
</Set>
</Set>
</Set>
</InnerSpaceSettings>
Then I have to edit obj_missions.iss to change the ship selection to my preferred ships?
Everything lists as ["obj_Missions: Paused Script. Complete mission manually and then run the script."] other then function KestrelCombat(int agentID)
Since the wiki has conflicting info which i can only assume is out of date for the current revision I'm asking first.
-OR-
Are combat mission broke like ratter and evebot only currently handles courier missions?