wut751 Posted August 29, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 2 Joined: 07/17/17 Last Seen: March 9, 2023 Share Posted August 29, 2017 Hi Friend could you please suggest how to disable count MVP point in some map. in my server I have event MVP room and no need to count MVP point if player kill MVP boos in this room sorry for my bad english Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted August 29, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: 4 hours ago Share Posted August 29, 2017 Just add this below OnNPCKillEvent if(strcharinfo(3) == "guild_vs2-1")end; Should be like this OnNPCKillEvent: if(strcharinfo(3) == "guild_vs2-1")end; switch(killedrid) { case 1086: callfunc ("AddPointChar","MVP"); break; /*Golden Bug */ case 1112: callfunc ("AddPointChar","MVP"); break; /*Drake */ case 1115: callfunc ("AddPointChar","MVP"); break; /*Eddga */ case 1150: callfunc ("AddPointChar","MVP"); break; /*Moonlight */ 1 Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted August 29, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: 4 hours ago Share Posted August 29, 2017 Please post your event MVP room script so we could help you. Quote Link to comment Share on other sites More sharing options...
0 wut751 Posted August 29, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 2 Joined: 07/17/17 Last Seen: March 9, 2023 Author Share Posted August 29, 2017 @Technoken this is script Event_Mvptower.txt Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted August 29, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: 4 hours ago Share Posted August 29, 2017 1 hour ago, wut751 said: @Technoken this is script Event_Mvptower.txt It's not in here. Can you also post your script which counts the mvps killed? is it something like mvp ranking or mvp ladder script? Quote Link to comment Share on other sites More sharing options...
0 wut751 Posted August 29, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 2 Joined: 07/17/17 Last Seen: March 9, 2023 Author Share Posted August 29, 2017 1 hour ago, Technoken said: It's not in here. Can you also post your script which counts the mvps killed? is it something like mvp ranking or mvp ladder script? @Technokenyes same, MVP point will count from all MVP boss in the list. Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted August 29, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: 4 hours ago Share Posted August 29, 2017 I mean post the other script too. The script that counts the killed MVPs. Quote Link to comment Share on other sites More sharing options...
0 wut751 Posted August 29, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 2 Joined: 07/17/17 Last Seen: March 9, 2023 Author Share Posted August 29, 2017 5 hours ago, Technoken said: I mean post the other script too. The script that counts the killed MVPs. @Technoken Function_Ranking.txt Quote Link to comment Share on other sites More sharing options...
0 wut751 Posted August 30, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 2 Joined: 07/17/17 Last Seen: March 9, 2023 Author Share Posted August 30, 2017 17 hours ago, Technoken said: Just add this below OnNPCKillEvent if(strcharinfo(3) == "guild_vs2-1")end; Should be like this OnNPCKillEvent: if(strcharinfo(3) == "guild_vs2-1")end; switch(killedrid) { case 1086: callfunc ("AddPointChar","MVP"); break; /*Golden Bug */ case 1112: callfunc ("AddPointChar","MVP"); break; /*Drake */ case 1115: callfunc ("AddPointChar","MVP"); break; /*Eddga */ case 1150: callfunc ("AddPointChar","MVP"); break; /*Moonlight */ thank you, it work ^ ^ Quote Link to comment Share on other sites More sharing options...
Question
wut751
Hi Friend
could you please suggest how to disable count MVP point in some map. in my server I have event MVP room and no need to count MVP point if player kill MVP boos in this room
sorry for my bad english
Link to comment
Share on other sites
8 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.