Yaziid91 Posted December 25, 2024 Posted December 25, 2024 Hello, someone could tell me why this script does not work, I have no error in my console but the message is not displayed - script MonsterKill -1,{ OnNPCKillEvent: if( getmonsterinfo(killedrid, MOB_MVPEXP) ){ set #MVPPoint,#MVPPoint+1; dispbottom "Gained 1 MVP Points. Total : "+ #MVPPoint +" MVP Points."; } } Quote
0 Miraakol Posted January 3 Posted January 3 - script MonsterKill -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid, MOB_MVPEXP)) { // Check if the killed monster is an MVP set #MVPPoint, #MVPPoint + 1; // Increment MVP points dispbottom "You gained 1 MVP Point! Total: " + #MVPPoint + " MVP Points."; } end; } try this? Quote
Question
Yaziid91
Hello, someone could tell me why this script does not work, I have no error in my console but the message is not displayed
1 answer 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.