Jump to content
  • 0

Not count MVP point


Question

Posted

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

  • 0
Posted

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	*/

 

  • Upvote 1
  • 0
Posted
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.

  • 0
Posted
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

^ ^

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...