polong Posted November 16, 2020 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 32 Reputation: 0 Joined: 03/14/19 Last Seen: March 2 Share Posted November 16, 2020 I wanna use AnnieRuru Weekly MVP script but i want it with different MVP poin like crazyarashi script Quote - script mvp_point -1,{ end; OnNPCKillEvent: if(!getmonsterinfo(killedrid,MOB_MVPEXP) || inarray(.mvp_point, killedrid) == -1) end; .@index = inarray(.mvp_point, killedrid) + 1; if(!getcharid(1)){ #MVP_POINT += .mvp_point[.@index]; dispbottom "You got " + .mvp_point[.@index] + " MVP Points for killing " + getmonsterinfo(killedrid,MOB_NAME) +"."; } else { getmapxy(.@map$,.@x,.@y,BL_PC); getpartymember getcharid(1),1; getpartymember getcharid(1),2; for(.@i = 0; .@i < $@partymembercount; .@i++){ if(attachrid($@partymemberaid[.@i])){ if(strcharinfo(3) == .@map$ && isloggedin($@partymemberaid[.@i], $@partymembercid[.@i])){ .@member_id[getarraysize(.@member_id)] = $@partymembercid[.@i]; } detachrid; } } .@size = getarraysize(.@member_id); Can someone help me with this? thank you in advance weeklyMVP.txt Quote Link to comment Share on other sites More sharing options...
0 AnnieRuru Posted November 16, 2020 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted November 16, 2020 (edited) 2 hours ago, polong said: I wanna use AnnieRuru Weekly MVP script but i want it with different MVP poin like crazyarashi script and where is crazyarashi script ? Edited November 16, 2020 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
0 polong Posted November 17, 2020 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 32 Reputation: 0 Joined: 03/14/19 Last Seen: March 2 Author Share Posted November 17, 2020 (edited) my bad, i don't copy the whole thing this is the complete script Quote - script mvp_point -1,{ end; OnNPCKillEvent: if(!getmonsterinfo(killedrid,MOB_MVPEXP) || inarray(.mvp_point, killedrid) == -1) end; .@index = inarray(.mvp_point, killedrid) + 1; if(!getcharid(1)){ #MVP_POINT += .mvp_point[.@index]; dispbottom "You got " + .mvp_point[.@index] + " MVP Points for killing " + getmonsterinfo(killedrid,MOB_NAME) +"."; } else { getmapxy(.@map$,.@x,.@y,BL_PC); getpartymember getcharid(1),1; getpartymember getcharid(1),2; for(.@i = 0; .@i < $@partymembercount; .@i++){ if(attachrid($@partymemberaid[.@i])){ if(strcharinfo(3) == .@map$ && isloggedin($@partymemberaid[.@i], $@partymembercid[.@i])){ .@member_id[getarraysize(.@member_id)] = $@partymembercid[.@i]; } detachrid; } } .@size = getarraysize(.@member_id); if(.@size == 1){ #MVP_POINT += .mvp_point[.@index]; dispbottom "You got " + .mvp_point[.@index] + " MVP Points for killing " + getmonsterinfo(killedrid,MOB_NAME) +"."; end; } if(.@size > .mvp_point[.@index] || .@size == .mvp_point[.@index]){ .@point = 1; } else { .@point = (.mvp_point[.@index]/.@size); } for(.@i = 0; .@i < .@size; .@i++){ setd "#MVP_POINT",getd("#MVP_POINT") + .@point,.@member_id[.@i]; dispbottom "You got " + .mvp_point[.@index] + " MVP Points for killing " + getmonsterinfo(killedrid,MOB_NAME) +".",0x00FF00,.@member_id[.@i]; } } end; OnInit: setarray .mvp_point, //= MVP ID, Points 1039,10, 1046,20, 1112,30; end; } Edited November 17, 2020 by polong Quote Link to comment Share on other sites More sharing options...
0 polong Posted November 22, 2020 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 32 Reputation: 0 Joined: 03/14/19 Last Seen: March 2 Author Share Posted November 22, 2020 no one wanna help me? Quote Link to comment Share on other sites More sharing options...
Question
polong
I wanna use AnnieRuru Weekly MVP script
but i want it with different MVP poin like crazyarashi script
Can someone help me with this?
thank you in advance
weeklyMVP.txt
Link to comment
Share on other sites
3 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.