What is the /target etiquette? I've made a handful of things and while its so easy to /target "name", I think that is frowned upon due targeting un-targetable mobs, no LOS, etc. So just curious what I should do in most situations.
Something like?
or something like?
or if I know I'm in LOS and the target is right in front of me, would just a /target "name" suffice? (TOV Seeking the Sorcerer mission 1st mob for example)
Something like?
/nav locyx ${NearestSpawn[npc radius 100].Y} ${NearestSpawn[npc radius 100].X}
/target ${NearestSpawn[npc radius 20]}
/if (${Target.LineOfSight}) {
....
}
or something like?
/if (${Me.XTarget[1].ID} && ${Me.XTarget[1].LineOfSight}) {
/nav spawn npc ${Spawn[${Me.XTarget[1].ID}]}
/xtarget target 1
......
}
or if I know I'm in LOS and the target is right in front of me, would just a /target "name" suffice? (TOV Seeking the Sorcerer mission 1st mob for example)

