ISeeDEDPpl / Questor

Questor
http://www.thehackerwithin.com
Other
47 stars 28 forks source link

(request) opposite of "<action name="SalvageBookmark" />" #554

Open Pluckyduck opened 10 years ago

Pluckyduck commented 10 years ago

as title says,

salvaging different drone missions ends up being a waste of time. i was trying to find this one and create myself but was unable to.

ISeeDEDPpl commented 10 years ago

ok, this is doable but not as straightforward as it would seem. I'll add this when I have some time (next few days likely). if (Settings.Instance.CreateSalvageBookmarks) we need to add a new var (bool) Cache.Instance.CreateSalvageBookmarks, reset it to true at every warp (or new pocket initialization) and create a mission action that sets it to false. Something like: <action name="SalvageDoNotBookmark" /> I'll do the above, just notes for later.