Howdy guys, I have been working on mycmd and in it I use XTarget. I am getting some random issues popping up. I have been using
The issues that I am seeing during my testing is I will have two mobs in my extended targets.
When I kill off a mob and only 1 mob is in XTarget it will correctly return 0 as the ID for XTarget slot 2.
Anyone have any ideas as to what I am doing wrong?
EDIT * I forgot to add that these XTarget slots are set to Auto and are two different mobs.
${Spawn[${Me.XTarget[1]}].ID} to get the mob id in the first XTarget slot.The issues that I am seeing during my testing is I will have two mobs in my extended targets.
${Spawn[${Me.XTarget[1]}].ID} to get the first slot mob id - ID 4358 - Mob Name in XTarget Window - a temple patroller${Spawn[${Me.XTarget[2]}].ID} - ID 4358 - Mob Name in XTarget Window - a temple patrollerWhen I kill off a mob and only 1 mob is in XTarget it will correctly return 0 as the ID for XTarget slot 2.
Anyone have any ideas as to what I am doing wrong?
EDIT * I forgot to add that these XTarget slots are set to Auto and are two different mobs.
Last edited:

