RE: GetAuto - WoE Potion

International

Moderator: Moderators

Message
Author
Reek
Noob
Noob
Posts: 4
Joined: 20 Jul 2017, 16:07
Noob?: Yes

RE: GetAuto - WoE Potion

#1 Post by Reek »

Quick question, WoE Potions come in stack of 50 Whites and 20 Blues.
The problem I'm facing is that when I set as :

Code: Select all

getAuto WoE White Potion {
	minAmount 1
	maxAmount 50
	passive
}
Everything is fine it gets the stack of 50 White potion from storage, but when i set it as

Code: Select all

getAuto WoE White Potion {
	minAmount 1
	maxAmount 100
	passive
}
An error appears cause it cant take the two stacks of 50 to make a 100. Any work around for this?

pizzatopping
Human
Human
Posts: 35
Joined: 30 Jul 2017, 02:34
Noob?: Yes

Re: RE: GetAuto - WoE Potion

#2 Post by pizzatopping »

Use the cat in mid pront to stack them

Post Reply