MQ2MElee and Forage

HardOne

Rawk On!
Joined
Sep 27, 2008
Messages
344
Reaction score
1
Points
0
When AutoForage was not working I started using MQ2Melee to forage for me in conjunction with MQ2Cursor.

I have noticed that it will not stand you up to forage if you are sitting, it just continuously spams the forage button. Is this normal, or should it stand, forage, then sit back down.
 
My experience with MQ2Melee and automating skills is it will not create a working set of criteria. If you don't meet all the conditions it will just attempt to do the action and fail. Unlike a plugin or macro that can give additional instructions, Melee jusr responds to the one instruction, with whatever parameters you tell it.

In other words, if you're sitting, moving, or anything else that will stop you from foraging it will not correct the state (stand, stop, etc) It will just attempt and fail and continue to do so each time the ability refreshes.
 
Last edited:
Exactly what I needed.

Code:
forageif=${If[${Me.State.Equal[Stand]},1,0]}

Thanks htw!