wut751 Posted August 29, 2017 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
0 Technoken Posted August 29, 2017 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
0 Technoken Posted August 29, 2017 Posted August 29, 2017 Please post your event MVP room script so we could help you. Quote
0 wut751 Posted August 29, 2017 Author Posted August 29, 2017 @Technoken this is script Event_Mvptower.txt Quote
0 Technoken Posted August 29, 2017 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
0 wut751 Posted August 29, 2017 Author 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
0 Technoken Posted August 29, 2017 Posted August 29, 2017 I mean post the other script too. The script that counts the killed MVPs. Quote
0 wut751 Posted August 29, 2017 Author 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
0 wut751 Posted August 30, 2017 Author 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
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
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.