AddQuestPriorityIPC #148
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pot0to/Questionable:AddQuestPriorityIPC"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
sorry liza :> i really really really appreciate you
@ -122,6 +128,13 @@ internal sealed class QuestionableIpc : IDisposable
return true;
}
private bool ImportQuestPriority(string encodedQuestPriority)
This IPC should take a
List<string>
, which should be converted toElementId
s; and not parse a preset string. That's more like, a/qst import
command type of thing; and probably be calledAddPriorityQuests
.There should also be a
ClearPriorityQuests
IPC.So I specifically wanted an IPC that is able to use a preset exported from this "Export to Clipboard" button. The goal is so I can build presets that include all the beast tribe quests, including both Main and Daily quests and run it daily using SND. Maybe there are other SND use cases for importable presets, but I'm not sure. Are you saying that you don't want to add this kind of IPC, and would prefer if I instead add something that only goes by
List<string>
quest ids?Oh, makes sense, I guess.
Checkout
From your project repository, check out a new branch and test the changes.