Toupz Member Jul 23, 2019 #1 On my server, Sorry i have like 1/100 experience with running a server i'm still learning, so there must be a script i can modify to disable pvp and make my server pve?
On my server, Sorry i have like 1/100 experience with running a server i'm still learning, so there must be a script i can modify to disable pvp and make my server pve?
Anon the Felon Member Jul 23, 2019 #2 Yes, don't allow your players to access the Fel shard. Players may only fight each other on that map.
Yes, don't allow your players to access the Fel shard. Players may only fight each other on that map.
Castiel Member Jul 23, 2019 #3 alternatively, in mapdefinitions.cs you can change felucca from felucca rules to trammel rules. example: C#: RegisterMap(0, 0, 0, 7168, 4096, 1, "Felucca", MapRules.FeluccaRules); the 'ruleset' is what affects pvp. so change FeluccaRules there to TrammelRules.
alternatively, in mapdefinitions.cs you can change felucca from felucca rules to trammel rules. example: C#: RegisterMap(0, 0, 0, 7168, 4096, 1, "Felucca", MapRules.FeluccaRules); the 'ruleset' is what affects pvp. so change FeluccaRules there to TrammelRules.