Amadeus/Cyber please adress this

iceband184

Active Member
I saw that this has been requested several different time in a few diff place now, and seems to have fallen of deaf ears, so Ima ask again...

Please make a salvager script that will work with peoples second accts, I use 2 accts, and the current evesalvager works beutiful for 1 toon, but it doesent work at all for 2 accts.

All we really need is a simple one that will tractor/salvage/loot the corpses in the immediate area while the main is in the next room/turning in.

Could one of the coders please adress this. TY all for your hard work.
 
Last edited:

CyberTech

Second-in-Command
Staff member
iceband184 said:
I saw that this has been requested several different time in a few diff place now, and seems to have fallen of deaf ears, so Ima ask again...

Please make a salvager script that will work with peoples second accts, I use 2 accts, and the current evesalvager works beutiful for 1 toon, but it doesent work at all for 2 accts.

All we really need is a simple one that will tractor/salvage/loot the corpses in the immediate area while the main is in the next room/turning in.

Could one of the coders please adress this. TY all for your hard work.
I answered this on irc. The answer doesn't get better by changing transports.

Amadeus' salvage bot does this already. It works fine with 2 accounts. The accounts need to be in the same gang or the same corp. All you need to do for your specific function is either create a bookmark or disable the movement; this is not difficult. I'm fairly busy, and to modify a script I don't use for a function I don't need for someone who I haven't seen make an effort themselves, would take away from what time I have for EVEBot. Either wait, or do it yourself.
 

iceband184

Active Member
I didnt see your answer in IRC.

Also, it most certainly doesent work with 2 accounts, ive tested it multiple times today.

Both toons are in same corp, same gang.

If someone could provide me some guidance on what part of the script needs to be disabled I would be happy to do so.
 

tsumari

Active Member
After you've had some time to cool down I'll give you the code with the necessary changes.

Amadeus, any objection to me posting "evebasicsalvage.iss" and "evebasicsalvagelibrary.iss?" They're slightly gutted versions of your salvage bot that dont travel to the salvage location (player does that) and doesn't check ownership (again, up to the player).

Tsumari
 

iceband184

Active Member
tsumari said:
After you've had some time to cool down I'll give you the code with the necessary changes.

Amadeus, any objection to me posting "evebasicsalvage.iss" and "evebasicsalvagelibrary.iss?" They're slightly gutted versions of your salvage bot that dont travel to the salvage location (player does that) and doesn't check ownership (again, up to the player).

Tsumari
Thank you Tsumari, I appreciate you taking the time out to help me out on this one.
Im really not that good with code, but if ya ever need ur AC fixed, im ur man:p

Again thank you
 

tsumari

Active Member
Edit: here is an updated version...redid the attachment on this post. Added ownership code, so it is in if you saw the version that didn't.
 

Attachments

Last edited:

iceband184

Active Member
Thanks again Tsunami

One problem though, its not working.

It detected my ship equipments, and it finds the wrecks, but then it says salvaging complete, and exits. Probably the loot code? There is no real need for it to check ownership, as I run missions solo, or with a corp grp. Im looking thru the code to try and find where it is to disable it, no luck so far.
 

iceband184

Active Member
ok got it to work now, had to rename the library to the original name, and overwrite the old one, workin like a dream man thx again.
 

xile

Active Member
Change the line (line 16) in EVEBasicSalvage.iss from

#include "EVESalvageLibrary.iss"

to

#include "EVEBasicSalvageLibrary.iss"
 

tsumari

Active Member
Oops, hehe. That's what happens when I edit a script without having an easy way to test it at the moment =)
 
Top Bottom