Issues / discussion for autoharvest.iss found at http://www.isxgames.com/forums/showthread.php?t=1432
function Gathering(string Line)
{
if ${Target.Type.Equal[resource]} && !${Me.InCombat}
{
EQ2Execute /useability 3853042386
}
}
after help on IRC from Ama and Pygar this code works for sarnak gatheringThank youCode:function Gathering(string Line) { if ${Target.Type.Equal[resource]} && !${Me.InCombat} { EQ2Execute /useability 3853042386 } }