the logic in most of this macro has a target aquired and Im not sure how to edit this mac to instead act when $spawn(id) is in combat range instead:Start
/call GetTarget
/if @HasTarget=="1" /call MoveToMob
/if @HasTarget=="1" /call CombatSub
/if @HasTarget=="1" /call MoveToMob
/if @HasTarget=="1" /call LootMob
/call ResetSub
/goto :Start
of the code I have reviewed so far the use of $spawn and $spawnsearch are over my current level of comprehension and the manual only shows syntax (which is great), I just havent figured it out yet.
im not asking for someone to write this code for me.. that wont help me learn.. but I am however asking if someone has some basic move to mob without targeting mob code already produced so I can elaborate on it.
perhaps I should just stop posting and experiment more.. but it never hurts to ask. Thanks


