admagnus Posted November 21, 2019 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 33 Reputation: 2 Joined: 11/22/16 Last Seen: November 10, 2024 Share Posted November 21, 2019 Hello, i want an NPC REGISTER to divide the WHOLE SERVER into two groups that can figth each other (pvp), is it possible?. And if it is, can anyone give me an example on how to do it? 1 Quote Link to comment Share on other sites More sharing options...
1 Serken Posted November 22, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 45 Reputation: 3 Joined: 10/06/13 Last Seen: 4 hours ago Share Posted November 22, 2019 (edited) You can do it easy with a variable, you can put a npc in the start with menu like mes "Select a group please"; menu "Group 1",gr1,"Group 2",gr2; gr1: set group,1; mes "Allright, you are in Group 1 now."; close; gr2: set group,2; mes "Allright, you are in Group 2 now."; close; } Then u can send players to diferents maps with group variable, or anything u want divided in the groups Edited November 22, 2019 by Serken 1 Quote Link to comment Share on other sites More sharing options...
0 admagnus Posted November 23, 2019 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 33 Reputation: 2 Joined: 11/22/16 Last Seen: November 10, 2024 Author Share Posted November 23, 2019 (edited) 22 hours ago, Serken said: You can do it easy with a variable, you can put a npc in the start with menu like mes "Select a group please"; menu "Group 1",gr1,"Group 2",gr2; gr1: set group,1; mes "Allright, you are in Group 1 now."; close; gr2: set group,2; mes "Allright, you are in Group 2 now."; close; } Then u can send players to diferents maps with group variable, or anything u want divided in the groups Thank you very much, this is very useful, but, here is the thing, how do i active the pvp betwen this two groups permanently?. Edited November 23, 2019 by admagnus Quote Link to comment Share on other sites More sharing options...
0 Serken Posted November 23, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 45 Reputation: 3 Joined: 10/06/13 Last Seen: 4 hours ago Share Posted November 23, 2019 31 minutes ago, admagnus said: Thank you very much, this is very useful, but, here is the thing, how do i active the pvp betwen this two groups permanently?. For this i think u need to modify source but u can active PK mode and set a punishment if u kill someone of ur group (something like friendly fire) with OnPCKillEvent 1 Quote Link to comment Share on other sites More sharing options...
Question
admagnus
Hello, i want an NPC REGISTER to divide the WHOLE SERVER into two groups that can figth each other (pvp), is it possible?.
And if it is, can anyone give me an example on how to do it?
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.