storageAuto not working

International

Moderator: Moderators

quixotic
Noob
Noob
Posts: 1
Joined: 10 Jul 2012, 15:18
Noob?: Yes

storageAuto not working

#1 Post by quixotic »

First time botting, so go easy on me :(

config.txt

Code: Select all

storageAuto 1
storageAuto_npc payon 181 104
storageAuto_distance 7
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0
minStorageZeny 500
}

getAuto Meat {
	minAmount 1
	maxAmount 75
	passive 0
}

getAuto Butterfly Wing {
	minAmount 0
	maxAmount 2
	passive 0
}

And my items control.txt..

Code: Select all

Meat 75 0 0
Concentration Potion 5 0 0
Butterfly Wing 2 0 0
All 0 1 0
It goes through the prompts in the console, but doesn't perform any actions. See this: http://www.mediafire.com/i/?ui32s86cu83gd13
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: storageAuto not working

#2 Post by EternalHarvest »

It chooses answer 1, "Save", as it should with your configuration. Wiki has all the information on how to change that.
sheim
Noob
Noob
Posts: 17
Joined: 11 Jul 2012, 14:10
Noob?: Yes

Re: storageAuto not working

#3 Post by sheim »

If this is on Classic - Save and Use Storage are switched compared to Renewal.
Use Storage would be 0, Save would be 1 - on classic iRO


Here's what I did, changed type from 1 to 3 - so its custom. type 1 does c r1 n - which on classic is wrong, so type 3 with steps c r0 n - opens it fine, does autostorage according to my autoget and items_control. (:

Code: Select all

storageAuto1
storageAuto_npc aldebaran 143 119
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r0 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0
minStorageZeny 100
Vintage
Noob
Noob
Posts: 7
Joined: 03 Jul 2012, 15:37
Noob?: No

Re: storageAuto not working

#4 Post by Vintage »

EternalHarvest wrote:It chooses answer 1, "Save", as it should with your configuration. Wiki has all the information on how to change that.
I tried changing the steps to " c r0 n " but it still doesn't work, it is still choosing option 1.
sheim
Noob
Noob
Posts: 17
Joined: 11 Jul 2012, 14:10
Noob?: Yes

Re: storageAuto not working

#5 Post by sheim »

edited my post above, make sure to use Type 3, not Type 1, so that it uses custom Steps.