I'm not sure when they were seeing it.. but I want to say that it was happening randomingly..
I want to just leave it on, but cant because I don't know that its going to enable and disable at the right times.
TruePVE
Better PVE/PVP implementation
Total Downloads: 4,637 - First Release: Mar 25, 2016 - Last Update: Mar 7, 2018
- 5/5, 26 likes
-
Attached Files:
-
-
-
It enabled, and disabled over and over again. not sure what the time between them was.
But either way, it enabled on the wrong day. -
Hello - I have the following problem since version 0.7.8. I uninstalled v 0.7.8 completely, before I install v 0.7.12 and have also the last Oxide version. It does not happen when the server is started, but while it is working. The half day nothing happens and then 2x the following in the same time, in red font and in 'Log.Error.txt':
[03/29/2017 21:34:54] Failed to call hook 'OnEntityTakeDamage' on plugin 'TruePVE v0.7.12' (NullReferenceException: Object reference not set to an instance of an object). I don't know, what it means and what can I do. Please help. Greetings from Germany.Last edited by a moderator: Mar 29, 2017 -
-
Before the error-message comes, heli is starting. Here is my config:
[DOUBLEPOST=1490823895][/DOUBLEPOST]Here is it in another view
Sorry - I forgotten: In error-time, there are no players online and on the server are not arenas, zones or another. For heli, only the PlugIn 'Coptor Tracker' is working. Maybe it is not compatible?Attached Files:
Last edited by a moderator: Mar 30, 2017 -
-
-
OK. Thanks for the information! I will try to switch to HeliControl and then report. The curiosity is that this error message came yesterday only this one time, although the heli comes every 90 minutes.
-
So, when used in conjunction with Zone Manager, would this plugin allow me to create an entire map that is PvE, but add zones within that map that are PVP?
-
-
-
I'm sorry but I can't for the life of me figure out how to turn off lootable sleepers and corpses. They are on by default and the only options I see are to turn them on with flags and not off. Please help.
-
-
-
-
Also just tried it with a friends account that owns rust. Still able to loot sleepers with no auth levelsLast edited by a moderator: Mar 30, 2017 -
I know you said you reloaded the default config, but could you verify TruePVE is set up to handle looting? In the config:
Code:"Configuration Options": { "handleDamage": true, "handleLooting": true, // should be true "useZones": true },
Last edited by a moderator: Mar 30, 2017 -
OK, so I'm trying to setup PVP zones...I've got the code for ZoneManager installed and everything seems to be set, except when I try to set the PVP zone exclusions as specified in the FAQ, I'm not understanding exactly what they're asking for. The example says to enter the following in the Mappings section of the config:
"Mappings":{
"default":"default",
"zoneId":"exclude"
}
I put that code in place and the plugin reloads properly, but I'm still not taking damage in the zones. it seemed likely to me that it was actually asking for a zoneID there rather than just the word "zoneId", so I changed that to actual zone number, but that failed to load the config file. so I'm confused on exactly how to use the mappings section to exclude zones from being managed by TruePVE, any any tips would be most appreciated. Thanks! -
@Mr. Jingles 2.0 - That bit of config is saying to exclude the zone with the specified ID from any TruePVE damage checks (as opposed to pointing the zone to a different set of damage handling rules).
Make sure you're using the zone ID and not the zone name. You can verify the ID by looking at your ZoneManager.json file in /oxide/data (not to be confused with the ZoneManager.json in /oxide/config). -