Jump to content

Issues with zombie hordes.

No Response 1.0.40

Bran

Posted

Quote

namespace Oxide.Plugins
{
    [Info("NextGen PVE", "RFC1920", "1.0.40")]
    [Description("Prevent damage to players and objects in a PVE environment")]
    public class NextGenPVE : CovalencePlugin
    {
        #region vars
        private Dictionary<string, NextGenPVERule> custom_rules = new Dictionary<string, NextGenPVERule>();

        // Ruleset to multiple zones
        private Dictionary<string, NextGenPVEZoneMap> ngpvezonemaps = new Dictionary<string, NextGenPVEZoneMap>();
        private Dictionary<string, string> ngpveschedule = new Dictionary<string, string>();

        private const string permNextGenPVEUse = "nextgenpve.use";
        private const string permNextGenPVEAdmin = "nextgenpve.admin";
        private const string permNextGenPVEGod = "nextgenpve.god";
        private ConfigData configData;
        private SQLiteConnection sqlConnection;
        private string connStr;

        [PluginReference]
        private readonly Plugin ZoneManager, HumanNPC, Friends, Clans, RustIO, ZombieHorde;

Replace original with this, that might help.

  • Like 1
Maverick

Posted

DUDE YES. Thank you! That got rid of the errors I was having. At one point tonight there were probably over like 500 messages in a single second and it nearly crashed my server. I had to delete the plugin to prevent server crash. Thanks again man, much appreciated!!

  • Like 1
RFC1920

Posted

Bran, afaict all you have done was to add ZombieHorde to the plugin references.  Hey, as long as it works.

Maverick

Posted

The plugin ended up crashing my server but yeah it stops the error messages in console. Would be nice if there weren't error messages to begin with but nonetheless, seemed like it would be a good plugin.

RFC1920

Posted

If you have any of those errors I might be able to do something about it.

Bran

Posted

1 minute ago, RFC1920 said:

If you have any of those errors I might be able to do something about it.

He posted a pastebin to the errors that were spammed in console.

RFC1920

Posted

Were these all related to ZombieHorde or for any damage?

Maverick

Posted

With that amount that quick, my assumption would be a combination of both.

RFC1920

Posted

The coincident server log (not oxide) might offer more info as well.  For what it's worth, I am running this on 3 different servers including the home test machine and do not see this behavior.

RFC1920

Posted

Must be some entity for which GetType() does not work.  Worst case I might have to wrap that.

Maverick

Posted

I'm honestly not that great with scripting so I would be limited in my ability to help with that. I would be more than happy to test any revisions you make and let you know what happens, though.

Maverick

Posted

9 minutes ago, RFC1920 said:

The coincident server log (not oxide) might offer more info as well.  For what it's worth, I am running this on 3 different servers including the home test machine and do not see this behavior.

Just as a follow up on that, when NextGenPVE was on the server with ZombieHorde, Any zombie from ZombieHorde would generate those error messages, This does not happen when NextGenPVE is unloaded.

RFC1920

Posted

I guess I will have to spring for a copy.

RFC1920

Posted (edited)

I did.  As expected, my initial testing on the home server showed no such errors.  I am working with the most recent release 1.0.41 and ZH 0.2.7, but that didn't change anything as far as detection or where I thought the errors might be so far.  I will keep looking when I can.

Curious to see your ZH config, which you might hopefully be able to attach here.

Edited by RFC1920
RFC1920

Posted (edited)

Loaded here - of course I do not have RandomSpawns.  No errors so far.

Edited by RFC1920
Maverick

Posted

That's really odd that we have the exact same plugins and configs and you get no errors while I do. I'm just not going to use the plugin, it's causing far too many issues for me. Thanks for troubleshooting I guess lol

RFC1920

Posted

Well, not exact overall.  If it isn't these two conflicting it could certainly be another plugin.  This hook is one of the more common ones and a lot of plugins use it.  Working from the case of only these two and adding others one by one might be the only way to be sure where the problem starts.

Maverick

Posted

I placed only this plugin and the zombies plugin on an isolated testing server and I was still getting the errors. There were no other plugins to conflict with them.

RFC1920

Posted

Then it cannot possibly ever be explained... I guess.

Guest

Posted

Changed Status from Pending to No Response

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.