Rizta Posted October 1, 2018 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 109 Reputation: 5 Joined: 08/12/17 Last Seen: March 30, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Balfear Posted October 1, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 256 Reputation: 245 Joined: 07/24/13 Last Seen: March 24 Share 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 Link to comment Share on other sites More sharing options...
0 Appleberry Posted October 8, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 04/13/14 Last Seen: November 23, 2024 Share 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 Link to comment Share on other sites More sharing options...
Question
Rizta
Hi everyone!
I would request a script that announce when MVP X is killed by Y(player) in the Z(party).
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.