save and storage at the same time?

International

Moderator: Moderators

Kisir
Noob
Noob
Posts: 2
Joined: 29 Jul 2012, 16:31
Noob?: No

save and storage at the same time?

#1 Post by Kisir »

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?
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: save and storage at the same time?

#2 Post by EternalHarvest »

I guess "x" would do? Save first, then open storage.
http://wiki.openkore.com/index.php/Refe ... tion_Codes
Kisir
Noob
Noob
Posts: 2
Joined: 29 Jul 2012, 16:31
Noob?: No

Re: save and storage at the same time?

#3 Post by Kisir »

Oh, duh. I honestly looked at that before, but I don't recall seeing X. Very nice. Thank you!