keough Posted April 9, 2018 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 49 Reputation: 45 Joined: 07/01/12 Last Seen: Friday at 06:24 PM Share Posted April 9, 2018 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! Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted April 9, 2018 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted April 9, 2018 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; } 1 Quote Link to comment Share on other sites More sharing options...
0 keough Posted April 10, 2018 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 49 Reputation: 45 Joined: 07/01/12 Last Seen: Friday at 06:24 PM Author Share Posted April 10, 2018 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. Quote Link to comment Share on other sites More sharing options...
0 llchrisll Posted April 28, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted April 28, 2018 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 Quote Link to comment Share on other sites More sharing options...
Question
keough
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.