Page 1 of 1

How to run autostorage and autosell before run autobuy?

Posted: 16 Jan 2018, 00:28
by choidk
Hi guys,
I start using Openkore to bot iRO last few days, everything working fine. But I see a small issue on my bot. When I back to save map, my bot run autobuy before run autostorage and autosell. So, sometime, I don't have enough zeny to buy first :lol:
My config:

Code: Select all


saveMap payon
saveMap_warpToBuyOrSell 1

sellAuto 1
sellAuto_npc payon 159 96
sellAuto_standpoint
sellAuto_distance 5
sellAuto_npc_steps s e


buyAuto Fly Wing {
	npc payon 159 96
	standpoint
	distance 5
	price 60
	minAmount 0
	maxAmount 20
	disabled 0
	label buyflywing
}

buyAuto Butterfly Wing {
	npc payon 159 96
	standpoint
	distance 5
	price 300
	minAmount 0
	maxAmount 3
	disabled 0
	label buybutterfly
}

buyAuto Red Potion {
	npc payon 159 96
	standpoint
	distance 5
	price 50
	minAmount 0
	maxAmount 150
	disabled 0
	label buyredpot
}

buyAuto Concentration Potion {
	npc payon 159 96
	standpoint
	distance 5
	price 800
	minAmount 0
	maxAmount 10
	disabled 0
	label buyconcpot
}

sellAuto 1
sellAuto_npc payon 159 96
sellAuto_standpoint
sellAuto_distance 5
sellAuto_npc_steps s e

storageAuto 1
storageAuto_npc payon 181 104
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r1 c r0 n
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath
relogAfterStorage 0
minStorageZeny 500

Full config: https://gist.github.com/baoviet/f7c66fd ... 079c2e9653

How can I run autostorage and autosell before run autobuy?
Thank for reading!

Re: How to run autostorage and autosell before run autobuy?

Posted: 21 Jul 2018, 08:15
by fadreus
Can use automacro for that with command autostorage.

Re: How to run autostorage and autosell before run autobuy?

Posted: 23 Jul 2018, 16:20
by SkylorD