Openkore opens storage, but won't use it

International

Moderator: Moderators

Message
Author
chalacamaca
Noob
Noob
Posts: 2
Joined: 24 Jul 2017, 20:03
Noob?: Yes

Openkore opens storage, but won't use it

#1 Post by chalacamaca »

Hello guys,

I am currently having a problem autoStorage and getAuto.
That is what happens: my bot does not have enough orange potions and goes back to the respawn point (comodo), then he speaks to the Kafra, opens the storage and unfortunately does not proceed to pick the orange potions or any lacking items, does not deposit any items, closes it and tries to go the lockmap, but goes back to spawn point due to the lack of items. And so it repeats. I am playing in the iRO Re:Start and using the github version.

This is my getAuto:

Code: Select all

storageAuto 1
storageAuto_npc comodo 195 150
storageAuto_distance 5
storageAuto_npc_type 2
storageAuto_npc_steps c c r1 n
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath
relogAfterStorage 0
minStorageZeny 50

npcTimeResponse
npcWrongStepsMethod 0


getAuto Orange Potion {
	minAmount 10
	maxAmount 80
	passive 0
	dcOnEmpty 1
}

getAuto Fly Wing {
	minAmount 10
	maxAmount 50
	passive 0
	dcOnEmpty 1
}

getAuto Butterfly Wing {
	minAmount 2
	maxAmount 10
	passive 0
	dcOnEmpty 0
}
OBS: I already tried using npc type 1 and 3 as well.

This is my items_control:

Code: Select all

# All items not mentioned in this file will be automatically stored in storage.
all 0 1 0


##### HEAL/SUPPORT ITEMS #####
# Adjust these to your needs

Butterfly Wing 10 1 0
Fly Wing 60 1 0


Orange Potion 80 1 0
and this is what is shown in the console:

Code: Select all

Auto-storaging due to insufficient Orange Potion, Butterfly Wing
Calculating auto-storage route to: Beach town,Comodo(comodo): 195, 150
NPC image: kafra_07.bmp
Kafra Employee: [Kafra Employee]
Kafra Employee: Welcome. Kafra is always here to help.
Kafra Employee: The Kafra Western Branch
Kafra Employee: promises to give better services
Kafra Employee: with a newly established
Kafra Employee: service system.
Kafra Employee: [Kafra Employee]
Kafra Employee: How can I help you?
------ Respostas (Kafra Employee) ------
# Resposta
0  Use Save Service
1  Use Storage Service
2  Use Warp Service
3  Use Cart Service
4  Check Other Information
5  Quit
6  Cancelar Conversa
----------------------------------------
Você perdeu 80 zeny.
Kafra Employee: [Kafra Employee]
Kafra Employee: Here, let me open
Kafra Employee: your Storage for you.
NPC Kafra Employee (0): Conversa Finalizada.
Conversa com NPC Kafra Employee (0) finalizada.
Desconhecido #139389 está conjurando Heal em self (Atraso: 0ms)
Desconhecido #139389 usou Heal em self (Gained: 1272 hp)
Calculating lockMap route to: Kokomo beach(cmd_fild02)
Sorry for the portuguese, but I believe it should be undestandable (?).

Did anyone have a simillar problem? Does anyone know a fix to it?

chalacamaca
Noob
Noob
Posts: 2
Joined: 24 Jul 2017, 20:03
Noob?: Yes

Re: Openkore opens storage, but won't use it

#2 Post by chalacamaca »

Well, since it was also happening with my other bot in morocc, I decided to use and older version of openkore, which worked fine. It was from a week ago, more or less...
Still, if someone is able to provide me some help, I would gadly appreciate it, as it is almost always better to use newer versions :)

tetrabyte
Noob
Noob
Posts: 13
Joined: 12 Jul 2017, 06:00
Noob?: No

Re: Openkore opens storage, but won't use it

#3 Post by tetrabyte »

I think this issue was a bug introduced by a recent update. I had this problem also and reverted to an older revision.
There is a new pull committed recently and it looks like it fixes problems with the storage.

Have not yet tried it yet though.

Link to change: https://github.com/OpenKore/openkore/co ... 40ac62ba9b

Post Reply