The hero savior

Timacek

Active Member
Hello, do you think it would be possible to write a script, which would initiate a warp to a random moon right after your ship have been blown up.
This would save many asses I guess.

With all the graphical lag and things that would be realy awesome if this tool get your ass out of truble asap.
only a suggestions
 

GliderPro

Active Member
Hello, do you think it would be possible to write a script, which would initiate a warp to a random moon right after your ship have been blown up.
This would save many asses I guess.

With all the graphical lag and things that would be realy awesome if this tool get your ass out of truble asap.
only a suggestions
Damn. I saw you posted this in the scripts forum and I thought you had wrote one. :)

I have been meaning to add a "pod saver" mode to EveBot for a while now.
 

RedMan

Active Member
Damn. I saw you posted this in the scripts forum and I thought you had wrote one. :)

I have been meaning to add a "pod saver" mode to EveBot for a while now.
Uh.. PLEASE make the warpto be the same as the settings for white/blacklist handling.

Auto warping to a moon would be bad if there was a POS there.
 

GliderPro

Active Member
This is already in the defensive thread. I guess Cyber added it a while back.

Code:
		if ${Ship.IsPod}
		{
			This:RunAway["We're in a pod! Run Away! Run Away!"]
		}
 
Top Bottom