antonsdp1985
Member
Does anyone know how to stop "TriggerHARDSTOP called by fleetmate" its really annoying. It caused the miner to go back to the docking station. Seems to happen a lot.
Pls Advise me on this.
Pls Advise me on this.
; If we're in space and HARD STOP has been called for, try to get to a station
if ${EVEBot.ReturnToStation} && !${Me.InStation}
{
This.CurrentState:Set["HARDSTOP"]
return
}
; If we're in space and HARD STOP has been called for, try to get to a station
if ${EVEBot.ReturnToStation} && !${Me.InStation}
{
UI:UpdateConsole["UglyFix: Ignoring HARDSTOP called from line 159"]
;This.CurrentState:Set["HARDSTOP"]
return
}
if charging_warpdrive/aligning, do notthing and wait for next pulse
if warping, do notthing and wait for next pulse
if docking, do notthing and wait for next pulse
if slow_poking_it_almost_at_station, do notthing and wait for next pulse
^^^ This ^^^So, going to last station doesn't seem to work properly if you just leave it blank, when I deleted Null it said error warping to r...anyhow whatever
Resolution:
You have to actually bookmark the station itself, and the name in the station name should match it exactly
Right click station, save location, i removed the (station) bracket, then copy the name from the save location dialogue to the evebot box and magic happens