storageauto not working

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
proview1986
Noob
Noob
Posts: 9
Joined: 24 Oct 2010, 06:21
Noob?: No

storageauto not working

#1 Post by proview1986 »

its for a ranger character. here is the storageauto settings

Code: Select all

storageAuto 1
storageAuto_npc rachel 109 138
storageAuto_distance 2
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
storageAuto_password 7643
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny

npcTimeResponse

getAuto Arrow {
	minAmount 200
	maxAmount 2500
        passive
}
getAuto Orange Potion {
	minAmount 5
	maxAmount 65
        passive
}

getAuto Awakening Potion {
	minAmount 1
	maxAmount 5
        passive
}
}
under item control

Code: Select all

Orange Potion 65 1 0
Awakening Potion 5 1 0
Arrow 2500 1 0
my version is 2.0.7. and i had this working just fine with my assassin character. itll do fine as long as you type autostorage. the problem is i think it cant detect when its supplies reached the minimum limit. ive tried reinstalling and redownload the whole application but it just wont be fixed. hope you can help. thanks!
andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: storageauto not working

#2 Post by andy12345 »

Tut- Read the manual.
Heres the solution to your problem http://www.openkore.com/index.php/GetAuto
set passive 0.
proview1986
Noob
Noob
Posts: 9
Joined: 24 Oct 2010, 06:21
Noob?: No

Re: storageauto not working

#3 Post by proview1986 »

of course i did read. i have tried that before creating a topic.

0, 1, and no value for passive is not working.
andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: storageauto not working

#4 Post by andy12345 »

proview1986 wrote:of course i did read. i have tried that before creating a topic.

0, 1, and no value for passive is not working.
Oh, well then you should have mentioned it, and you forgot to take off your storage pass while posting the code.
I also noticed one more thing, there is one more closing brace "}" at the end of the config, is it supposed to be there?
KylarXD
Noob
Noob
Posts: 16
Joined: 21 Jul 2010, 22:40
Noob?: No

Re: storageauto not working

#5 Post by KylarXD »

This happens to me too. On one time, it works perfectly fine, then sometimes, even if the the item run out in my inventory, it wont get activate the autostorage. Although if I type "autostorage" the bot will get the items written on the getauto.
proview1986
Noob
Noob
Posts: 9
Joined: 24 Oct 2010, 06:21
Noob?: No

Re: storageauto not working

#6 Post by proview1986 »

^
what did you do to make it work.?

@andy
the extra closing bracket is not on my config. had only one in there all this time. still not detecting when its supplies run out.
th3_gam3r
Plain Yogurt
Plain Yogurt
Posts: 94
Joined: 15 Nov 2010, 05:41
Noob?: Yes

Re: storageauto not working

#7 Post by th3_gam3r »

joenahott20 wrote:complete renewal bot
stop spamming a keylogger/virus.
barcode0961
Human
Human
Posts: 46
Joined: 10 Dec 2009, 02:10
Noob?: Yes

Re: storageauto not working

#8 Post by barcode0961 »

proview1986 wrote:its for a ranger character. here is the storageauto settings

Code: Select all

storageAuto 1
storageAuto_npc rachel 109 138
storageAuto_distance 2
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
storageAuto_password 7643
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny

npcTimeResponse

getAuto Arrow {
	minAmount 200
	maxAmount 2500
        passive
}
getAuto Orange Potion {
	minAmount 5
	maxAmount 65
        passive
}

getAuto Awakening Potion {
	minAmount 1
	maxAmount 5
        passive
}
}
under item control

Code: Select all

Orange Potion 65 1 0
Awakening Potion 5 1 0
Arrow 2500 1 0
my version is 2.0.7. and i had this working just fine with my assassin character. itll do fine as long as you type autostorage. the problem is i think it cant detect when its supplies reached the minimum limit. ive tried reinstalling and redownload the whole application but it just wont be fixed. hope you can help. thanks!
try this

Code: Select all

storageAuto_npc_type 2
storageAuto_npc_steps c c r1 n
and remove this is your itemcontrol
Orange Potion 65 1 0
Awakening Potion 5 1 0
Arrow 2500 1 0
tip: instead of using arrow why not use arrow quivers

Code: Select all

}

useSelf_item Wind Arrow Quiver {
	inInventory Arrow of Wind < 50

}
works on special alloy trap box too just play with it how yuou may want to use ur item and it can also be a trigger to autostorage if you use bwing if a specific item is out of stock in your inventory
Learn to read its helps a lot and use the darn search button!!!