Dude, you are fucken CLUE-LESSnecroman wrote:i dont see in my ini where
${Target.Animation}!=32 && ${Target.Animation}!=110
is.
Moderator: MacroQuest Developers
I only hope you mean the assholes other then me who actually looked through the macro and posted my suggestion of what to change. (Note: using his words, not mine. No need to get all bent out of shape.)necroman wrote:anyone besides the assholes see something wrong with my ini to prevent it from attacking without a manual /attack command while kiting?
Thanks,
Necroman
It's not.necroman wrote:i dont see in my ini where
${Target.Animation}!=32 && ${Target.Animation}!=110
is.

Code: Select all
/if (${firstassist.Equal[Main]} || (${Math.Distance[${Target.Y},${Target.X}:${Spawn[pc ${firstassist}].Y},${Spawn[pc ${firstassist}].X}]}<${Target.MaxRangeTo}))
Code: Select all
/declare MTClass outer
/target ${firstassist}
/varset MTClass ${target.ClassName}
Code: Select all
/if (${firstassist.Equal[Main]} || ${MTClass.Equal[BARD]} || (${Math.Distance[${Target.Y},${Target.X}:${Spawn[pc ${firstassist}].Y},${Spawn[pc ${firstassist}].X}]}<${Target.MaxRangeTo}))
Code: Select all
|- Are we so hurt we should pop mend and elixir potion
/if (${Me.PctHPs}<=25) {
[color=red]/doability "mend"[/color]
[color=red]/potionbelt activate 1[/color]
/if (${verbosity}>=1) /${channel} Poping Mend and Healing potion!
}
Code: Select all
|- Finally, do it if we should
/if (${doIclick}) [color=red]/target <rzmonk76>[/color] /docommand /iclick ${ialias} Code: Select all
${Target.Type.Equal[NPC]} [color=red]|| ${Target.Type.Equal[PET]}[/color]Code: Select all
|- If we're not hiding or moving, check clicky maintained spells
/if (${Me.Invis} || ${Me.Moving} || ${clicktimer}[color=red]|| (${isTanking})[/color] || ${Me.State.Equal[BIND]}) /goto :DoneItemChecks 

