autoStorage in Comodo

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.
kamabunta
Noob
Noob
Posts: 8
Joined: 31 Jan 2010, 00:46
Noob?: Yes

autoStorage in Comodo

#1 Post by kamabunta »

autoStorage in comodo sometime work many time dont..
bat khit tama nmn syntax ndi ngana minsan.. thats the funny thing

Code: Select all

storageAuto 1
storageAuto_npc comodo 195 150
storageAuto_distance 5
storageAuto_npc_type 2
storageAuto_npc_steps c r1 c
storageAuto_password 
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0
minStorageZeny 50

npcTimeResponse

getAuto Orange Potion {
	minAmount <= 11
	maxAmount 120
	passive
}

getAuto Berserk Potion {
	maxAmount 8
	passive
}
KoreGhost
Developers
Developers
Posts: 124
Joined: 28 Mar 2011, 12:48
Noob?: No
Location: Brazil

Re: autoStorage in Comodo

#2 Post by KoreGhost »

storageAuto_npc_steps c c r1 c
kamabunta
Noob
Noob
Posts: 8
Joined: 31 Jan 2010, 00:46
Noob?: Yes

Re: autoStorage in Comodo

#3 Post by kamabunta »

storageAuto_npc_steps c c r1 c
where in to that but.. the autostorage due to insuficient things..
example if you have insuficient red pots... it go back to kafra to get..
thats the problem.. sometimes the bot go back to the kafra to replenish things
but many times.. even the orange pots is 0 it wont go back always calculating random routh in lock map..
not autostoraging due to insuficience. so i need to manually command 'autostorage'.
KoreGhost
Developers
Developers
Posts: 124
Joined: 28 Mar 2011, 12:48
Noob?: No
Location: Brazil

Re: autoStorage in Comodo

#4 Post by KoreGhost »

passive 0
kamabunta
Noob
Noob
Posts: 8
Joined: 31 Jan 2010, 00:46
Noob?: Yes

Re: autoStorage in Comodo

#5 Post by kamabunta »

KoreGhost wrote:passive 0
I think 'passive 0' is also equivalent to 'passive' with no any flag.? ;)
ok thanks I will just try it anyway..lets wait for result... thanks.


finished trying it.. but no luck.. its all the same.. not always initiating autostorage due to insuficience... :(
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: autoStorage in Comodo

#6 Post by EternalHarvest »

Manual doesn't say minAmount is a range. It's a number.
kamabunta
Noob
Noob
Posts: 8
Joined: 31 Jan 2010, 00:46
Noob?: Yes

Re: autoStorage in Comodo

#7 Post by kamabunta »

EternalHarvest wrote:Manual doesn't say minAmount is a range. It's a number.
so should I change minAmount <= 11 to minAmount = 11??
umm does it affect the autostorage? then why is it triggered sometimes? thanks.. I will try it. :)
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: autoStorage in Comodo

#8 Post by EternalHarvest »

Code: Select all

$ perl -e 'printf "%d", "<= 11"'
0
$ perl -e 'printf "%d", "= 11"'
0
Numbers usually made mostly of digits, without completely random symbols in them.