Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hauler scripts doesn't work well #9

Open
royluo1984 opened this issue Apr 10, 2017 · 3 comments
Open

hauler scripts doesn't work well #9

royluo1984 opened this issue Apr 10, 2017 · 3 comments

Comments

@royluo1984
Copy link
Contributor

royluo1984 commented Apr 10, 2017

since the items in jetcans are no longer stackable(still can stack the ore manually, but cannot use stack all command to stack the ores), so the design of hauler scripts become inefficiency.
when the hauler arrives the pickup location and opened the jetcan, the script tries to stack the ores in jetcans first and move the stacked ores into ore holds after leave only 1 ore of that stack after the move. This makes hauler scripts extreme slow due to the ores in jetcans are no longer stackable.

there is also a bug in the script, the hauler will loot in ores into its cargo bay, and when the delivery location have been changed to corp hangar in space, the script stuck after hauler back to the drop off location. the stuck is caused by the script only unload the ores in ore holds and ignore the ores in cargo bay. (haven't test the script when delivery location set to station)

the infinite loop is like

scripts find the hauler is full for some reason --> trying to unload ---> unable to unload the ores in cargo bay because the scripts ignore the cargo bay---> scripts find the hauler is full for some reason ---> trying to unload ---->and so on

suggestion.
1, to increase the efficiency of the script, by looting ALL items from the jetcans at once.
2, ignore the cargo bay when hauler ship has ore holds
3, the miner only start jetting cans & move ores to jet can after 80% ore hold full

suggest additional function:
add an option that the hauler script able to pick the ores from a mobile tractor unit.

@royluo1984 royluo1984 changed the title hauler doesn't work well hauler scripts doesn't work well Apr 10, 2017
@EveScripting
Copy link
Contributor

If someone wants to test this and see if it was fixed when the cargo hold name changes were fixed. If it was fixed great if not let me know and I will see what I can do to fix it.

As for your suggestions:

  1. you don't loot all items from the can at once because a miner may still be using the can or the can might have just been created and their is a timer on creating new cans and that can cause the miners to become full.
  2. this should already happen please confirm if the fixing of the cargo bay names corrected it not using the ore hold
  3. set your cargo bay to a lower value and it will jet can at 80% of that value.

you added feature request is a good one and IF I find free time I will look into it but the hauler would need to be the one that places the MTU.

@royluo1984
Copy link
Contributor Author

I can't believe my fucking eyes, After 6 years, someone replied.

@royluo1984
Copy link
Contributor Author

love you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants