mission setup

Ledhead

Member
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
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>
Then i set up the mission commands for each mission i want to run in <name> mission cache.xml in evebot/config?
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>
(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?
 

CyberTech

Second-in-Command
Staff member
Based on the error message, you're running evebot stable, which yes, only does courier-type missions.

The xml-based combat mission definitions only work in evebot trunk. Instructions for using trunk are on the wiki.
 

Canicus

Member
Missions

Was this fixed.
The wiki is still not updated. files are missing and so on.

I would not mind writing mission xml's but I'd need to atleast know if its supposed to work and where at what name to save the missions xml file
 

Canicus

Member
I located some code that default to close unless you fly a kessie. So I switched it to go for doing missions by default.

sure its dangerous, but EveBot would be so much better with missions.
 
Still broken?

I went and downloaded Tag Trunk today. Tried to set it up and I STILL cannot do missions. Seems the Journal still comes up with a blank page but if I use the Alt J from the keyboard the screen loads. Does anyone have a work around because it seems some people are doing missions, hence they are asking about specifics.

I read somewhere about using the command but forgot already.

Thanx.
 
Top Bottom