automacro triggers with no condition met

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
JohnnyO5
Noob
Noob
Posts: 3
Joined: 23 May 2011, 18:53
Noob?: Yes

automacro triggers with no condition met

#1 Post by JohnnyO5 »

Hi there, thanks for this great place.

why does this automacro:

Code: Select all

automacro iC {
cart "Red Potion" < 5
inventory "Scell" > 0
location not geffen
timeout 3600 # just made that, because of "no condition triggering"
call mL
}

macro mL {
do move geffen
pause 2
do move 
}
i tried a lot of different things, but it allways triggers even with 1000 Reds in Cart.

Could you explain me what i do wrong or if what i want is possible at all?

u need more details? tell me

JohnnyO5

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

Re: automacro triggers with no condition met

#2 Post by EternalHarvest »

FAQ in macro manual.

Also, some versions of official servers fill the cart item by item, so usual workaround may fail.

JohnnyO5
Noob
Noob
Posts: 3
Joined: 23 May 2011, 18:53
Noob?: Yes

Re: automacro triggers with no condition met

#3 Post by JohnnyO5 »

Thanks for the fast reply EternalHarvest

Yeah, i did read the macro faq, because of that i tried the "Workaround" with the Inventory Item.

I just wondered because it triggered even without mapchange(infenitely) and i didn't understand why. I thought i made somekind of a Mistake.

I can live with the "timeout workaround" even though i would like to see that macro work as i intend. :D

Locked