Jump to content
  • 0

MVP BOSS Monsters / PVP on and PVP off


keough

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   31
  • Joined:  07/01/12
  • Last Seen:  

Hello!

I would like to request a simple script i guess?

It's like when the MVP spawn the map will be PVP ON!

when MVP has been killed then the boss map will be PVP OFF.

 

Thank you in advance!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

You can do something like
 

-	script	asf12asd	FAKE_NPC,{
OnInit:
	.map$ = "prontera";
	end;

OnMinute00:
	monster .map$,0,0,"--ja--",1312,1,strnpcinfo(0)"::OnKilled";
	pvpon .map$;
	end;

OnKilled:
	pvpoff .map$;
	end;
}

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   31
  • Joined:  07/01/12
  • Last Seen:  

17 hours ago, Technoken said:

You can do something like
 


-	script	asf12asd	FAKE_NPC,{
OnInit:
	.map$ = "prontera";
	end;

OnMinute00:
	monster .map$,0,0,"--ja--",1312,1,strnpcinfo(0)"::OnKilled";
	pvpon .map$;
	end;

OnKilled:
	pvpoff .map$;
	end;
}

 

Sorry what i meant is the official MVP Spawn, when MVP spawn on the official mvp spawn map, that map will be PVP mode on and when the MVP killed on that map, and then the map will be automatically PVP OFF.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

The only can think of is to use the OnPCDieEvent and use the MVP Tomb somehow to check if the MVP was an official spawn, after that make changes to PvP. But not sure how to enable PvP in the first place, so checking when the mvp spawns.

Regards, 

Chris

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