Courier missions problem

Burito

Member
Hi, I want to run courier missions to increase standings, but i have a little problem. I modified the "Sample User Agents.xml" file as it was indicated. Everything works fine, up to the moment of accepting the mission when I get this message "obj_Agents: DEBUG: Did not find \"factionlogo\". Rouge Drones???" and the loop starts again (station panel gets minimized at the start of the loop)

Is there something I should delete/add? Also these are not locator agents
Thank you!

PS: here are the console messages, if it helps (I modified the agent name here):

--------------------------------------------
14:41:14: obj_Agents: DEBUG: amIndex.Used = 2
14:41:14: obj_Agents: DEBUG: This.AgentID = 0
14:41:14: obj_Agents: DEBUG: amIterator.Value.AgentID = 3016540
14:41:14: obj_Agents: DEBUG: amIterator.Value.State = 1
14:41:14: obj_Agents: DEBUG: amIterator.Value.Type = Courier
14:41:24: obj_Agents: SetActiveAgent Agent Name Here
14:41:24: obj_Agents: SetActiveAgent: Found agent data. (7431)
14:41:30: obj_Agents: Starting conversation with agent Agent Name Here.
14:41:30: obj_Agents: Waiting for conversation window...
14:41:31: Agent Name Here :: Sometimes we forget the little things in life,
until they rear up and bite us. In this case, I'm talking about insects. Our
brethren are so dedicated to their holy tasks that the cleanliness of their
station has been ignored. As a result, an infestation of nasty, biting roaches
has taken hold on one of our stations and it is growing out of control.
14:41:44: obj_Agents: DEBUG: amIterator.Value.AgentID = 3016540
14:41:44: obj_Agents: DEBUG: amIterator.Value.State = 1
14:41:44: obj_Agents: DEBUG: amIterator.Value.State = 1
14:41:44: obj_Agents: DEBUG: amIterator.Value.Type = Courier
14:41:44: obj_Agents: DEBUG: amIterator.Value.Name = Wee Bug Problem
14:41:44: obj_Agents: DEBUG: amIterator.Value.Expires = 2011.03.01 12:04
14:41:49: obj_Agents: DEBUG: HTML.Length = 3976
14:41:49: obj_Agents: DEBUG: details.Length = 3976
14:41:49: obj_Agents: DEBUG: Did not find "factionlogo". Rouge Drones???
14:41:50: obj_Agents: DEBUG: typeID = 2631
14:41:50: obj_Agents: DEBUG: volume = 420.000000
14:41:55: Waiting for mission dialog to update...
14:42:01: Agent Name Here :: NULL
-----------------------------------------------------
and loop starts again
 

Majek2

Active Member
I just started to do courrier missions again today. Same problem I think. Whenever it tries to load the Journal, it just comes up blank. and then loops over and over again, the Journal always comes up blank. But if i actually click the button for the journal it comes right up. So did you ever find a solution around this?
 

Jerkjohnny

Active Member
It is not the journal window causing the problem, but the agent convo being closed entirely before it actually accepts the mission.

If you really want to, you can remove( one at a time) the CMD[closewindow] (or similar), until you find the right 2 or 3 that will allow the missions to be accepted. I have had limited success with this method, but lost my progress during one of the evebot updates to the stable version.

This is not going to be fixed, so the only real solution is for us the users to debug it themselves and see where they can snip from the obj_agents.iss file to stop the convo window from being closed just prior to acceptance of the mission.
 
This issue

Has been going on for at least 2 months. I have posted at least 2 bug reports on it, but it seems to have a low priority here. Not sure why as missions are equally as important as mining. Hopefully it will be fixed soon.

Perhaps those that have a fix can share it so everyone can routinely patch our files? I really need to do mining missions as well as the rest.
 
Top Bottom