Good day.
I was wondering if it's possible to announce certain mvp mob's death and making an NPC that tells you if certain MVP mob is dead or alive. I was thinking of NPCkillevent but I didn't know how to go on with it. So, I must be little off manner and ask, would you please give me a sample? just one mvp mob will do. I can work with the rest of them and I should, I cannot ask more than that. I was thinking of something like this:
1. Announcing part
if(getmonsterid(1038)) in map "moc_pryd04" announce "" + strcharinfo(0) + " has killed "+getmonsterid(1038)+",0;
2. NPC that gives MVP info
map,x,y script mvp brifing npc#,{
mes ""mvp name","map name","show X if dead / show O if alive"";
mes "Osiris,pyramid 4th floor,O";
close;
}
I really don't know how to do this. If you can give me a sample I can add all the other mvps by myself, so please. Thank you.