getAuto for more than 1 item

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Amiths
Noob
Noob
Posts: 2
Joined: 13 Nov 2010, 21:35
Noob?: No

getAuto for more than 1 item

#1 Post by Amiths »

Hello,

Im having a lot of strange problems with the getAuto. Apparently getAuto works great with one item but if you put more than one he simple ignores it and continue to lock map.

For example:

If you put

getAuto Strawberrys { }
getAuto Fire Arrow Quiver {}

He dont go to kafra, but if you put only getAuto Strawberrys {} or getAuto Fire Arrow Quiver {} he go when the item raws out.

I really dont know why this happen, but if someone could give me some light i would appreciate, because im lost.

My Storage Settings:
storageAuto 1
storageAuto_npc einbroch 59 203
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 50

npcTimeResponse

getAuto Strawberry {
minAmount 0
maxAmount 500
passive 0
}

getAuto Fire Arrow Quiver {
minAmount 0
maxAmount 15
passive 0
}

And my item_control:

Fire Arrow Quiver 15 0 0
Strawberry 500 0 0
All 0 1 0
Please someone help me! :cry:

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: getAuto for more than 1 item

#2 Post by EternalHarvest »

Can't reproduce problem for multiple items (in case autostorage sequence is happening at all).
However, there can be problems with triggering getAuto regardless of block amount: http://forums.openkore.com/viewtopic.php?p=47900#p47900

Locked