I've been trying to use this to have different spells hidden in different presets to no avail. This is possibly not supported or I'm doing it wrong. Either way here is what I tried and what I expected to happen:
Based on the Prayer order presets wiki page I tried to do something similar with spellbooks. Unfortunately, spellbook ordering/hiding is not done in nearly the same way on runelite as far as I can tell looking at my main.properties file. Instead of a one liner of the whole book ordering they are stored individually, per spell, as a boolean of hidden or not and then some index probably relating to location. I'm not that well versed in runelite.
From my understanding, hiding the spell Cure Plant looks like this: spellbook.spell_hidden_book_1984_9108=true with 9108 seeming to be an ID for Cure Plant and 1984 I would guess is the spellbook because I also see 1982 in some places. I checked 9108 by hiding it, closing runelite, then seeing the diff in my .properties file. I see this id again here, cure plant is associated with 9108 again. Maybe a coincidence I don't know.
But putting spellbook.spell_hidden_book_1984_9108 as a custom string in the spellbook plugin doesn't seem to do anything. Hiding the spell after that doesn't change the state of anything in my presets menu.
It would be nice if this was supported, or if someone could explain how to do this correctly.
I've been trying to use this to have different spells hidden in different presets to no avail. This is possibly not supported or I'm doing it wrong. Either way here is what I tried and what I expected to happen:
Based on the Prayer order presets wiki page I tried to do something similar with spellbooks. Unfortunately, spellbook ordering/hiding is not done in nearly the same way on runelite as far as I can tell looking at my main.properties file. Instead of a one liner of the whole book ordering they are stored individually, per spell, as a boolean of hidden or not and then some index probably relating to location. I'm not that well versed in runelite.
From my understanding, hiding the spell Cure Plant looks like this:
spellbook.spell_hidden_book_1984_9108=truewith 9108 seeming to be an ID for Cure Plant and 1984 I would guess is the spellbook because I also see 1982 in some places. I checked 9108 by hiding it, closing runelite, then seeing the diff in my .properties file. I see this id again here, cure plant is associated with 9108 again. Maybe a coincidence I don't know.But putting
spellbook.spell_hidden_book_1984_9108as a custom string in the spellbook plugin doesn't seem to do anything. Hiding the spell after that doesn't change the state of anything in my presets menu.It would be nice if this was supported, or if someone could explain how to do this correctly.