Hi !
I've got same issue with PVP zones don't disappear. The console says this when a zone appear (here for a supply drop)
Here's my config file :Code:(01:38:34) | [DynamicPVP] Found matching SupplySignal. (01:38:34) | [DynamicPVP] Active supply signals remaining: 0 (01:38:34) | [DynamicPVP] EventID 01383439 AirDrop(152.0, 48.8, 229.3) 50m 600s (01:38:34) | [DynamicPVP] Created Zone 01383439 (Mapping, Bots) (01:48:34) | Failed to run a 600.00 timer in 'DynamicPVP v3.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.DynamicPVP.DeleteDynZone (System.String DynZoneID) [0x00000] in <filename unknown>:0 at Oxide.Plugins.DynamicPVP+<CreateDynZone>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0
Code:{ "Global": { "ConfigVersion": "Version 3.0.2", "PluginEnabled": true, "DebugEnabled": true, "ExtraZoneFlags": "", "MsgEnter": "Tu entres dans une zone PVP !", "MsgLeave": "Tu sors de la zone PVP.", "BlockTeleport": true, "BotsEnabled": true, "DomesEnabled": false }, "Events": { "BradleyAPC": { "BotProfile": "flyer", "Duration": 600.0, "Enabled": true, "Radius": 15.0 }, "PatrolHelicopter": { "BotProfile": null, "Duration": 600.0, "Enabled": true, "Radius": 20.0 }, "SupplySignal": { "BotProfile": null, "Duration": 600.0, "Enabled": false, "Radius": 100.0 }, "TimedCrate": { "BotProfile": "flyer", "Duration": 1200.0, "Enabled": true, "Radius": 0.0 }, "TimedDrop": { "BotProfile": "flyer", "Duration": 600.0, "Enabled": true, "Radius": 50.0 } } }

DynamicPVP
Create temporary PVP zones around SupplyDrops, LockedCrates, APC and/or Heli
Total Downloads: 1,398 - First Release: Dec 18, 2017 - Last Update: Jul 16, 2018
- 5/5, 13 likes
-
Ok I unloaded the plugin, delete json file, and reload it, modify json config, rereload it and zones disappear now.
I've got an other issue... Bots spawn at supply drop like at timeddrop.
My config json was posted previously, you can see I don't put any BotProfile, but "flyer" bots spawn like at TimedDrop.
Anyone have this issue or I'm damned ?
Thx
Edit : Nope, works fine, but when zones must disappear, same timer errorLast edited by a moderator: May 6, 2018 -
How do I make all major radtowns PVP zones?
-
@ElDubya It's in the explanation for the plugin, but you make zones with ZoneManager, then put the ID's in the mappings section of TruePVE.json in your config files.
-
Ahh cheers man. I must have skipped over that. Thanks again.
-
CatMeat updated DynamicPVP with a new update entry:
3.1.3
-
Is the delay time in seconds?
-
CatMeat updated DynamicPVP with a new update entry:
3.2.0
-
Hello, I have a PVE server. I created a monument, I assigned data with ZoneManager. And I would like to pass this zone in PVP for the pleasure of the players.
Here are my data from zonemanager / data. Could you help me ?
{
"ZoneDefinitions": [
{
"Name": null,
"Radius": 30.0,
"Radiation": 0.0,
"Comfort": 0.0,
"Temperature": 16.0,
"Location": "-1218.207 0.2455803 -135.9485",
"Size": "0 0 0",
"Rotation": "0 0 0",
"Id": "53391988",
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "NoDecay, NoStability, NoCup, NoStash"
}
]
} -
I assume you are using true PVE. If so you need to map that zone through true PVE mapping system set to exclude profile
-
CatMeat updated DynamicPVP with a new update entry:
3.2.1
-
[DOUBLEPOST=1531222069][/DOUBLEPOST]This is probably why its still erroring
[Info("DynamicPVP", "CatMeat", "3.2.0", ResourceId = 2728)] When clicking and saving the download from the download button link, It sends the wrong version ..Last edited by a moderator: Jul 10, 2018 -
CatMeat updated DynamicPVP with a new update entry:
3.2.2
-
-
It looks like this plugin modifies TruePVE's mapping system to include the active zone, and I see the zone in ZoneManager, everything enables and the notifications are there... except for damage to the player. I can't figure out what I'm doing wrong that causes the damage block?
#EDIT: Fixed it!Last edited by a moderator: Jul 11, 2018 -
PVP zone is still showing with the latest update even when turned to False for Personal Drops.
-
Same with me, personal drops are PVP when set to false
-
CatMeat updated DynamicPVP with a new update entry:
3.2.4