donkeyg Posted July 22, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted July 22, 2012 requesting to announce when someone killed a mvp "<name> had just killed [Phreeoni]" Quote Link to comment Share on other sites More sharing options...
Eroces Posted July 22, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 135 Reputation: 5 Joined: 06/25/12 Last Seen: September 22, 2012 Share Posted July 22, 2012 (edited) - script MVPDeathAnnounce -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,MOB_MVPEXP)) { announce getmonsterinfo(killedrid,MOB_NAME)+" has been killed by "+strcharinfo(0)+".", bc_blue|bc_all; } end; } Edited July 22, 2012 by Eroces Quote Link to comment Share on other sites More sharing options...
donkeyg Posted July 23, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted July 23, 2012 - script MVPDeathAnnounce -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,MOB_MVPEXP)) { announce getmonsterinfo(killedrid,MOB_NAME)+" has been killed by "+strcharinfo(0)+".", bc_blue|bc_all; } end; } how about the tomb_stone?? not working? how to enable it? Quote Link to comment Share on other sites More sharing options...
Eroces Posted July 23, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 135 Reputation: 5 Joined: 06/25/12 Last Seen: September 22, 2012 Share Posted July 23, 2012 (edited) That feature is enabled by default. You can set it in your conf\battle\monster.conf. // Whether or not to spawn the mvp tomb. // See http://irowiki.org/wiki/MVP#Gravestone mvp_tomb_enabled: yes Edited July 23, 2012 by Eroces Quote Link to comment Share on other sites More sharing options...
donkeyg Posted July 23, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted July 23, 2012 That feature is enabled by default. You can set it in your conf\battle\monster.conf. // Whether or not to spawn the mvp tomb. // See http://irowiki.org/wiki/MVP#Gravestone mvp_tomb_enabled: yes so, after i enabled it to yes, it wil shwon when someone killed the mvp? Quote Link to comment Share on other sites More sharing options...
Eroces Posted July 23, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 135 Reputation: 5 Joined: 06/25/12 Last Seen: September 22, 2012 Share Posted July 23, 2012 Yes. Quote Link to comment Share on other sites More sharing options...
Question
donkeyg
requesting to announce when someone killed a mvp
"<name> had just killed [Phreeoni]"
Link to comment
Share on other sites
5 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.