Whats the difference between a Timed Supply Event (I assume these are the random airdrops)
and a Supply Signal Event (thinking these are supply signals dropped by players)
I Set the Timed Supply Event to
"Timed Supply Event": {
"Enable Event": true,
"Enable PVP Delay": true,
this is also set
"If the entity has an owner, don't create a PVP zone": true,
But if a player drop a supply signal once it lands it turns area to pvp. Not as I wanted on a pve server. Players can base camp another player drop a supply signal then kill them. Is there a way just to turn the random supply drops to PVP and not the ones called by players ?
Supply Signal Drop HelpSolved
"Supply Signal Event": {
"Enable Event": false, // Disable it
"Compare Radius (Used to determine if it is a SupplySignal)": 50.0,// Increase its I believe my config is correct but still changing to a pvp zone when a player drops a supply signal when it lands.
{
"Global Settings": {
"Enable Debug Mode": false,
"Log Debug To File": false,
"Compare Radius (Used to determine if it is a SupplySignal)": 60.0,
"If the entity has an owner, don't create a PVP zone": true,
"PVP Delay Flags": "ZonePlayersCanDamageDelayedPlayers, DelayedPlayersCanDamageZonePlayers, DelayedPlayersCanDamageDelayedPlayers"
},
"Chat Settings": {
"Command": "dynpvp",
"Chat Prefix": "[DynamicPVP]: ",
"Chat Prefix Color": "#00FFFF",
"Chat SteamID Icon": 0
},
"General Event Settings": {
"Bradley Event": {
"Enable Event": false,
"Enable PVP Delay": false,
"PVP Delay Time": 10.0,
"Enable Domes": false,
"Domes Darkness": 8,
"Delay In Starting Event": 0.0,
"TruePVE Mapping": "exclude",
"Use Blacklist Commands (If false, a whitelist is used)": true,
"Command List (If there is a '/' at the front, it is a chat command)": [],
"Dynamic PVP Zone Settings": {
"Zone Radius": 100.0,
"Zone Comfort": 0.0,
"Zone Radiation": 0.0,
"Zone Temperature": 0.0,
"Enter Message": "Entering a PVP area!",
"Leave Message": "Leaving a PVP area.",
"Eject Spawns": "",
"Permission Required To Enter Zone": "",
"Extra Zone Flags": []
},
"Enable Bots (Need BotSpawn Plugin)": false,
"BotSpawn Profile Name": "",
"Event Duration": 600.0
},
"Patrol Helicopter Event": {
"Enable Event": true,
"Enable PVP Delay": true,
"PVP Delay Time": 10.0,
"Enable Domes": false,
"Domes Darkness": 8,
"Delay In Starting Event": 0.0,
"TruePVE Mapping": "exclude",
"Use Blacklist Commands (If false, a whitelist is used)": true,
"Command List (If there is a '/' at the front, it is a chat command)": [],
"Dynamic PVP Zone Settings": {
"Zone Radius": 60.0,
"Zone Comfort": 0.0,
"Zone Radiation": 0.0,
"Zone Temperature": 0.0,
"Enter Message": "Entering a Patrol Helicopter <color=red>PVP area</color>!",
"Leave Message": "Leaving a Patrol Helicopter <color=green>PVP area</color>.",
"Eject Spawns": "",
"Permission Required To Enter Zone": "",
"Extra Zone Flags": []
},
"Enable Bots (Need BotSpawn Plugin)": false,
"BotSpawn Profile Name": "",
"Event Duration": 600.0
},
"Supply Signal Event": {
"Enable Event": false,
"Enable PVP Delay": false,
"PVP Delay Time": 10.0,
"Enable Domes": false,
"Domes Darkness": 8,
"Delay In Starting Event": 0.0,
"TruePVE Mapping": "exclude",
"Use Blacklist Commands (If false, a whitelist is used)": true,
"Command List (If there is a '/' at the front, it is a chat command)": [],
"Dynamic PVP Zone Settings": {
"Zone Radius": 60.0,
"Zone Comfort": 0.0,
"Zone Radiation": 0.0,
"Zone Temperature": 0.0,
"Enter Message": "Entering a Supply Drop PVP area!",
"Leave Message": "Leaving a Supply Drop PVP area.",
"Eject Spawns": "",
"Permission Required To Enter Zone": "",
"Extra Zone Flags": []
},
"Enable Bots (Need BotSpawn Plugin)": false,
"BotSpawn Profile Name": "",
"Event Duration": 600.0,
"Supply Drop Event Start When Spawned (If false, the event starts when landed)": false
},
"Timed Supply Event": {
"Enable Event": true,
"Enable PVP Delay": true,
"PVP Delay Time": 10.0,
"Enable Domes": false,
"Domes Darkness": 8,
"Delay In Starting Event": 0.0,
"TruePVE Mapping": "exclude",
"Use Blacklist Commands (If false, a whitelist is used)": true,
"Command List (If there is a '/' at the front, it is a chat command)": [],
"Dynamic PVP Zone Settings": {
"Zone Radius": 60.0,
"Zone Comfort": 0.0,
"Zone Radiation": 0.0,
"Zone Temperature": 0.0,
"Enter Message": "Entering a Supply Drop <color=red>PVP area</color>!",
"Leave Message": "Leaving a Supply Drop <color=green>PVP area</color>.",
"Eject Spawns": "",
"Permission Required To Enter Zone": "",
"Extra Zone Flags": []
},
"Enable Bots (Need BotSpawn Plugin)": false,
"BotSpawn Profile Name": "",
"Event Duration": 600.0,
"Supply Drop Event Start When Spawned (If false, the event starts when landed)": false
Enable debug mode and send the debug messages
Supply drop was called by myself with signal but its saying it isnt.. still using the above posted config
(13:03:31) | [Dynamic PVP] Trying to create the event when the supply drop is landed at (1496.2, 0.4, -1121.4).
(13:03:31) | [Dynamic PVP] Checking 0 active supply signals
(13:03:31) | [Dynamic PVP] No active signals, must be from a timed event cargo plane
(13:03:31) | [Dynamic PVP] Supply drop is from supply signal: False
(13:03:31) | [Dynamic PVP] Trying create zone: SupplyDrop(1303322552 | (1496.2, 0.5, -1121.4)) (Radius: 60m) (Duration: 600s).
(13:03:31) | [Dynamic PVP] Created zone(1303322552 | SupplyDrop) (Mapping).
At line 490 of the .cs file, change the "var value = timer.Once(600f, () => activeSupplySignals.Remove(position));" to "var value = timer.Once(1800f, () => activeSupplySignals.Remove(position));"
updated but still changing to pvp zone
(16:45:28) | [Dynamic PVP] Trying to create the event when the supply drop is landed at (1521.6, -0.1, -1116.1).
(16:45:28) | [Dynamic PVP] Checking 0 active supply signals
(16:45:28) | [Dynamic PVP] No active signals, must be from a timed event cargo plane
(16:45:28) | [Dynamic PVP] Supply drop is from supply signal: False
(16:45:28) | [Dynamic PVP] Trying create zone: SupplyDrop(1645304470 | (1521.6, 0.0, -1116.1)) (Radius: 60m) (Duration: 600s).
(16:45:28) | [Dynamic PVP] Created zone(1645304470 | SupplyDrop) (Mapping).
Whether there is a debug message 3.5 seconds after you throw the supply signal... like "A supply signal is thrown at ..."
No Sir not getting anything like that to appear.
I also have this issue in my server.... I have Timed Supply Event set to true and Supply Signal Event set to false, Yet when I or a player throws a Supply Signal that area turns to PVP. I Tried it with and without FancyDrop and still Have this issue.
It should be fixed, please use the latest version
No Sorry not working, I deleted old plugin added new one, reloaded and still turns PVP when a Supply Signal is used.
Please send the debug messages
(00:01:47) | [Dynamic PVP] Trying to create the event when the supply drop is spawned at (-1221.3, 551.4, -1442.5).
(00:01:47) | [Dynamic PVP] Checking 0 active supply signals
(00:01:47) | [Dynamic PVP] No active signals, must be from a timed event cargo plane
(00:01:47) | [Dynamic PVP] Supply drop is from supply signal: False
(00:01:47) | [Dynamic PVP] Trying create zone: SupplyDrop(2100303097 | (-1221.3, 48.8, -1442.5)) (Radius: 100m) (Duration: 600s).
(00:01:47) | [Dynamic PVP] Created zone(2100303097 | SupplyDrop) (Mapping).
(00:01:47) | [Dynamic PVP] wooper is the god pokemon has entered a pvp zone(2100303097 | SupplyDrop).
(00:01:47) | [Dynamic PVP] Removing wooper is the god pokemon from pvp delay.
(00:01:47) | [Dynamic PVP] BayouBob has entered a pvp zone(2100303097 | SupplyDrop).
(00:01:47) | [Dynamic PVP] Removing BayouBob from pvp delay.
(00:01:47) | [Dynamic PVP] Berttheword has entered a pvp zone(2100303097 | SupplyDrop).
(00:01:47) | [Dynamic PVP] Removing Berttheword from pvp delay.
(00:01:47) | [Dynamic PVP] tim.mckeever36 has entered a pvp zone(2100303097 | SupplyDrop).
(00:01:47) | [Dynamic PVP] Removing tim.mckeever36 from pvp delay.
(00:01:47) | [Dynamic PVP] janangel345 has entered a pvp zone(2100303097 | SupplyDrop).
(00:01:47) | [Dynamic PVP] Removing janangel345 from pvp delay.
(00:01:47) | [Dynamic PVP] CrazyCro has entered a pvp zone(2100303097 | SupplyDrop).
(00:01:47) | [Dynamic PVP] Removing CrazyCro from pvp delay.
(00:01:53) | [Dynamic PVP] Trying to create the event when the supply drop is spawned at (-603.7, 521.6, -337.3).
(00:01:53) | [Dynamic PVP] Checking 0 active supply signals
(00:01:53) | [Dynamic PVP] No active signals, must be from a timed event cargo plane
(00:01:53) | [Dynamic PVP] Supply drop is from supply signal: False
(00:01:53) | [Dynamic PVP] Trying create zone: SupplyDrop(2100361252 | (-603.7, 17.7, -337.3)) (Radius: 100m) (Duration: 600s).
(00:01:53) | [Dynamic PVP] Created zone(2100361252 | SupplyDrop) (Mapping).
(00:01:53) | [Dynamic PVP] Hojun_Yim has entered a pvp zone(2100361252 | SupplyDrop).
(00:01:53) | [Dynamic PVP] Removing Hojun_Yim from pvp delay.
(00:01:53) | [Dynamic PVP] [CIA] Colin has entered a pvp zone(2100361252 | SupplyDrop).
(00:01:53) | [Dynamic PVP] Removing [CIA] Colin from pvp delay.
Send your config...
- 1
- 2