autostorage

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.
KylarXD
Noob
Noob
Posts: 16
Joined: 21 Jul 2010, 22:40
Noob?: No

autostorage

#1 Post by KylarXD »

Why is it that sometimes its not working?

Code: Select all

getAuto Meat {
	minAmount 0
	maxAmount 100
	passive
}

getAuto Meat {
	minAmount < 4
	maxAmount 100
	passive
}

getAuto Awakening Potion {
	minAmount 0
	maxAmount 23
	passive
}

getAuto Butterfly Wing {
	minAmount 0
	maxAmount 3
	passive
}
I created 2 getAuto for Meat because sometimes it does not trigger autostorage when reached the minAmount of the item. On somedays its working and later or the next day, its not working again. Its making my bot stay on the lockmap even he have 1 hp left.