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:
Question
zeusc137
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:
Thanks for your time! Have a good one!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.