GetAuto/storageauto not working

International

Moderator: Moderators

reaper4312
Noob
Noob
Posts: 1
Joined: 14 Dec 2009, 04:21
Noob?: Yes

GetAuto/storageauto not working

#1 Post by reaper4312 »

I have made an archer to leech another char it goes fine but will run out of fire arrows.and wont even attempt to get them. :oops: when i type storageauto in manually it gets the arrows no problem please help

Code: Select all

 
storageAuto 1
storageAuto_npc einbech 181 132
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1

getAuto Fire Arrow {
	minAmount 200
	maxAmount 5000
	passive 

}
if you need any more of my config let me know
Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: GetAuto/storageauto not working

#2 Post by Mortimal »

had the same problem with my hunt....

Try to use this:

Code: Select all

doCommand autostorage {
	inInventory Fire Arrow < 200
}
Please use pin function for uploading your file contents!