Hello everyone!
I would like to kill all the slaves from a MVP, like when Baphomet summons its Baphomet Jrs, in this case I would like to kill the slaves and leave my Baphomet alive.
getunitdata(getnpcid(0), 'd);
// Invoca o MVP configurado = 2100 Baphomet in this example:
monster 'map$,'d[UNPC_X],'d[UNPC_Y],"MVP Test",2100,1,instance_npcname("MVP Invoker#1")+"::OnMyMobDead";
Can I use "getunitdata" to retrieve the slaves from this MVP and kill only those?
I also have the MVP ID so it would work if I could kill like this:
killallexcept <MOB_ID_TO_AVOID>;
Thanks for your time! Have a good one!