Page 1 of 1

saving befor storage

Posted: 10 Jul 2018, 14:16
by Jamakenjelly
hi I am trying to get my bot to save when it stores items

storageAuto 1
storageAuto_npc
storageAuto_standpoint
storageAuto_distance 8
storageAuto_npc_type 1
storageAuto_npc_steps c r0 w10 n c r1
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_useItem 0
storageAuto_useItem_item
storageAuto_notAfterDeath

can any one help
relogAfterStorage 0
minStorageZeny 50

Re: saving befor storage

Posted: 10 Jul 2018, 20:58
by fadreus
What do you mean "save"?
If you mean Kafra saving location before using storage, there is no option for that. Use macro.
But what's the point in doing that? :?

Code: Select all

storageAuto 1
storageAuto_npc ------> ??? Where?
storageAuto_standpoint
storageAuto_distance 8
storageAuto_npc_type 1 --------------> Use 3 if it custom.
storageAuto_npc_steps c r0 w10 n c r1 -----------> You can't use this option to save then use storage.
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_useItem 0
storageAuto_useItem_item
storageAuto_notAfterDeath
Related links:
http://openkore.com/index.php/StorageAuto_npc_type
http://openkore.com/index.php/NPC_conversation_codes

Re: saving befor storage

Posted: 11 Jul 2018, 07:46
by Jamakenjelly
I use difrent configs to get difrent things so would like it to save at nerest town instead of teleporting every were non stop

if u can help me with a macro that would be auwsome

Re: saving befor storage

Posted: 11 Jul 2018, 21:51
by fadreus
I can't give example when I don't know what you are trying to do.
But what you can look up is prolly some text appearing before auto-storing, then use macro talkNPC to save.
Make it run-once then release automacro when storage closed.

Re: saving befor storage

Posted: 14 Jul 2018, 06:52
by c4c1n6kr3m1
i don't know if this will work on latest openkore
mine is years late
i always use this on iro

Code: Select all

storageAuto_npc_type 3
storageAuto_npc_steps c r0 x c r1 c r0 c

Re: saving befor storage

Posted: 14 Jul 2018, 07:53
by fadreus
c4c1n6kr3m1 wrote:

Code: Select all

storageAuto_npc_type 3
storageAuto_npc_steps c r0 x c r1 c r0 c
Oh, that what he mean..
I thought he wanna do more complicated stuff..
:s