Jump to content
  • 0
wut751

Not count MVP point

Question

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

  • 0

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

^ ^

Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.