Courier Missions

Daxten

Member
When using Courier Mission Script, the can't accept the mission (he declined 1 low sec mission, now hes in repeating this)


obj_Agents: DEBUG: Did not find "factionLogo". Rouge Drones???
...
Waiting for mission dialog to update....
Grict Tholere :: NULL
Paused
Resumed
...

and so on
 

Daxten

Member
ah no, still happening.. this sucks..
it ends with
Waiting for mission dialog to update....
<Agent Name> :: NULL
 

Daxten

Member
ah no, still happening.. this sucks..
it ends with
Waiting for mission dialog to update....
<Agent Name> :: NULL
Fixed it myself and added support for Agents with that strange finding option :)
PM me if you are interested in the changed Agents.iss, i will then make the code nice and send it to u
 

Jerkjohnny

Active Member
This has been a problem for over a year now. The mission runner functionality simply does not work. I have tried for countless hours to get it to work.

Basically the script closes the agent window before it can hit the accept button. Then looks for the agent and goes to <null>.

No work has ever been done to fix it, at this point, nearly 2 years into the problem, I don't think anyone here cares anymore.

At one point I was able to snip the code that closed the agent window out of that script file, that worked for a few months. Never worked again.
 

Daxten

Member
Sorry haven't looked in here for some time.. the Research Agent fix I've worked out doesn't really work, I'm 100% sure I could get it to work but I don't think it's worth it

but here is my fix for courier missions, works 100% but I did it on an old branch on 2012-5-1, shouldn't have problems with newer branches.
You should create a new folder in your branch directory like /Branches/courier and copy the stable directory in there, then copy my files over the old ones. start the bot with run evebot courier after that.

View attachment obj_.iss (uploader fucked this file up, rename it to obj_Missions.iss)
View attachment obj_Agents.iss
View attachment obj_Courier.iss

haven't played around a lot with lowsec missions, I'm not sure if those Agents will work you will have to try out.
 

MelonHead

Member
your script correct the NULL message when trying to read the mission information.... but still ahve the "non switching to the next agent on the list when a second low sec mission is given betwen 4 hours".
 

dauser

Well-Known Member


but here is my fix for courier missions, works 100% but I did it on an old branch on 2012-5-1, shouldn't have problems with newer branches.
You should create a new folder in your branch directory like /Branches/courier and copy the stable directory in there, then copy my files over the old ones. start the bot with run evebot courier after that.

View attachment 1795 (uploader fucked this file up, rename it to obj_Missions.iss)
View attachment 1796
View attachment 1797

haven't played around a lot with lowsec missions, I'm not sure if those Agents will work you will have to try out.


This worked for me. Fixed 'Courier' not accepting issue.

Thanks.
 

xRN

Member
just to confirm..

the obj_Courier.iss goes into (and over writes the original) the 'Behaviour' folder inside the stable folder inside the new courier folder i made in the folder called 'Branches'

the obj_Agents.iss and obj_Missions.iss goes into the 'Core' folder (and over writes the originals) inside the Stable folder inside the courier folder I made in the folder called 'Branches'.

and I think your uploader made the same error on the naming of the obj_Missions.iss
 
Top Bottom