Hello! I play on classic.loki and I'm trying to set my bot up on a rotating configuration, so it can run mostly unattended. As apart of this I'm attempting to use the autostorage block to save at the selected Kafra when it's doing it's executing autostorage; this way the save point for the bot will update whenever the configure file rotates, and the bot starts to use a new Kafra.
Is this possible without using a macro? I seem to recall a way of doing this, a long time ago, using storageAuto_npc_steps. However, this is classic.loki, so we already have to use
Code: Select all
storageAuto_npc_type 3
storageAuto_npc_steps c r0 n
just to access basic storage. I don't see how a save option can be added to this sequence, because the NPC interaction ends right after you open storage. Unless there is a way to have the bot talk to the npc again in the same sequence using npc talk codes? Or after doing storage?