Rizta Posted October 1, 2018 Posted October 1, 2018 Hi everyone! I would request a script that announce when MVP X is killed by Y(player) in the Z(party). Quote
0 Balfear Posted October 1, 2018 Posted October 1, 2018 (edited) - script MVP_Announce#Balfear -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,MOB_MVPEXP) != 0) if (getcharid(1)) announce "MVP ("+ getmonsterinfo(killedrid,MOB_NAME)+") killed by '"+ strcharinfo(0) +"' from party '"+ strcharinfo(1) +"'.",bc_yellow|bc_all; else announce "MVP ("+ getmonsterinfo(killedrid,MOB_NAME)+") killed by '"+ strcharinfo(0) +"'.",bc_yellow|bc_all; end; } Edited October 1, 2018 by Balfear 1 Quote
0 Appleberry Posted October 8, 2024 Posted October 8, 2024 On 10/1/2018 at 2:10 PM, Balfear said: - script MVP_Announce#Balfear -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,MOB_MVPEXP) != 0) if (getcharid(1)) announce "MVP ("+ getmonsterinfo(killedrid,MOB_NAME)+") killed by '"+ strcharinfo(0) +"' from party '"+ strcharinfo(1) +"'.",bc_yellow|bc_all; else announce "MVP ("+ getmonsterinfo(killedrid,MOB_NAME)+") killed by '"+ strcharinfo(0) +"'.",bc_yellow|bc_all; end; } how add mvp like naght sieger got announce when player kill in instance ? Quote
Question
Rizta
Hi everyone!
I would request a script that announce when MVP X is killed by Y(player) in the Z(party).
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.