Won't open storage at all !!!!!!!

International

Moderator: Moderators

sumphoto
Noob
Noob
Posts: 1
Joined: 06 Mar 2010, 16:06
Noob?: Yes

Won't open storage at all !!!!!!!

#1 Post by sumphoto »

Can anyone help ? my bot won't take out from storage even when the requirements are met and it just keeps going back to the lockmap and DIE !!!!!
PLease help me , i fixed hours

Code: Select all

saveMap alberta
saveMap_warpToBuyOrSell 1
saveMap_warpChatCommand

storageAuto 1
storageAuto_npc alberta 113 60
storageAuto_distance 3
storageAuto_npc_type 3
storageAuto_npc_steps c r1 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0


npcTimeResponse 2

getAuto White Potion {
	minAmount 0
	maxAmount 30
	passive
}
getAuto Fire Arrow {
	minAmount 0
	maxAmount 2000
	passive
}


getAuto butterfly wing {
	minAmount 1
	maxAmount 3
	passive
}
[code/]
dcscu
Noob
Noob
Posts: 2
Joined: 01 Apr 2010, 08:14
Noob?: Yes

Re: Won't open storage at all !!!!!!!

#2 Post by dcscu »

try this:

storageAuto 1
storageAuto_npc alberta 113 60
storageAuto_distance 3
storageAuto_npc_type 2
storageAuto_npc_steps c r1 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1

npcTimeResponse 0

getAuto White Potion {
minAmount 0
maxAmount 30
passive 0
}
getAuto Fire Arrow {
minAmount 0
maxAmount 2000
passive 0
}
getAuto butterfly wing {
minAmount 1
maxAmount 3
passive 1
}

see if it works