Page 1 of 1

Autosell issues

Posted: 05 Oct 2008, 06:59
by Reanimation
Hi, I've recently started using OpenKore and everythign is fine but the autosell.

I'm using the selected settings for it

Code: Select all

buyAuto Fly Wing {
	npc morocc 147 102
	standpoint
	distance 5
	minAmount 100
	maxAmount 150
}

sellAuto 1
sellAuto_npc morocc 147 102
sellAuto_standpoint
sellAuto_distance 5

storageAuto 0
storageAuto_npc
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 50

npcTimeResponse

getAuto {
	minAmount
	maxAmount
	passive
}
And yes it is set to 1 but all it does is going out of nowhere even if its not overweight 48% and bugs at my npc saying..

Calculation to for auto-sell Morocc Town(morocc w/e blah blah (coul ss it if you need)

Re: Autosell issues

Posted: 07 Oct 2008, 16:53
by montblanc
post your item_control

Re: Autosell issues

Posted: 08 Oct 2008, 04:33
by Bibian
if it keeps looping, set a standpoint where the bot can see the NPC

Re: Autosell issues

Posted: 09 Oct 2008, 21:19
by mr nads
What he said.

Might want to consider reducing the distance from 5 to something like 2 or 3.

Not sure which npc that is.

Re: Autosell issues

Posted: 12 Oct 2008, 10:28
by oni222
Hi I am also having similar autosell auto buy problems. When the bot reaches the npc it just spams the same msg over and over indefinately without buying anything. The npc's name is Tool dealer I am not sure if I have to add it to the config but here is my setup:

######## Autostorage/autosell ########

buyAuto Butterfly Wing {
npc morocc 147 102
standpoint
distance 2
minAmount 2
maxAmount 150
}

sellAuto 1
sellAuto_npc morocc 147 102
sellAuto_standpoint
sellAuto_distance 2

storageAuto 0
storageAuto_npc
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 50

npcTimeResponse

getAuto {
minAmount
maxAmount
passive
}

Now the co-ordinates I have for the npc is the exact standing point where the npc stands I am not sure if thats what I am supposed to put here or just a general position arround the npc. I also have attached a picture of my kore program and the messages it gives me.


Thanks in advance ^_^

Re: Autosell issues

Posted: 13 Oct 2008, 22:07
by oni222
bump

Re: Autosell issues

Posted: 29 Apr 2011, 21:19
by somadis
Guys,

I am not sure what I'm doing wrong here, but my autosell and autoStorage configuration are not working. My goal is to get openkore to automatically sell and storage items whenever I reach weight limit below 30%. Would you guys be able to point me in the right direction?

This is my configuration so far. Please let me know if I'm doing anything wrong.
######## Autostorage/autosell ########

doCommand autosell {
whenStatusActive Owg 30%
timeout 100
}

sellAuto 1
sellAuto_npc payon 159 96
sellAuto_npc_steps c r1 n
sellAuto_standpoint
sellAuto_distance 5
relogAfterStorage 1

doCommand autostorage {
whenStatusActive Owg 30%
timeout 100
}

storageAuto 1
storageAuto_npc payon 181 104
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
relogAfterStorage 1

npcTimeResponse


.... I am sure other people experiencing this problem will greatly appreciate your response. Thanks in advance.