How to run autostorage and autosell before run autobuy?

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
choidk
Noob
Noob
Posts: 2
Joined: 27 Jun 2010, 22:51
Noob?: Yes

How to run autostorage and autosell before run autobuy?

#1 Post 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!

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

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

#2 Post by fadreus »

Can use automacro for that with command autostorage.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

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

#3 Post by SkylorD »

Learn rules

Post Reply