Autosell issues

International

Moderator: Moderators

Message
Author
Reanimation
Noob
Noob
Posts: 1
Joined: 05 Oct 2008, 06:49
Noob?: Yes

Autosell issues

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

montblanc
Noob
Noob
Posts: 17
Joined: 30 Sep 2008, 19:33
Noob?: No

Re: Autosell issues

#2 Post by montblanc »

post your item_control

Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Re: Autosell issues

#3 Post by Bibian »

if it keeps looping, set a standpoint where the bot can see the NPC

mr nads
Human
Human
Posts: 45
Joined: 01 Oct 2008, 20:39
Noob?: No

Re: Autosell issues

#4 Post 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.

oni222
Noob
Noob
Posts: 15
Joined: 09 Oct 2008, 15:45
Noob?: Yes

Re: Autosell issues

#5 Post 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 ^_^
Attachments
Picture of my kore program msg.
Picture of my kore program msg.

oni222
Noob
Noob
Posts: 15
Joined: 09 Oct 2008, 15:45
Noob?: Yes

Re: Autosell issues

#6 Post by oni222 »

bump

somadis
Noob
Noob
Posts: 1
Joined: 29 Apr 2011, 21:11
Noob?: Yes

Re: Autosell issues

#7 Post 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.

Post Reply