Jump to content

nivex

Creator
  • Posts

    5,320
  • Joined

  • Last visited

  • Days Won

    185

Everything posted by nivex

  1. nivex

    npc

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  2. @ZEODE can you replace this in the code (RaidableBases.cs): public Coroutine StartCoroutineEx(IEnumerator enumerator, string methodName) { Action<Exception> action = new Action<Exception>(ex => { if (ex == null) { return; } Interface.Oxide.LogInfo("[{0}] {1} : {2}", "Raidable Bases", methodName, ex); }); return ServerMgr.Instance.StartCoroutine(Choke(enumerator, action)); } with this: public Coroutine StartCoroutineEx(IEnumerator enumerator, string methodName) { return ServerMgr.Instance.StartCoroutine(enumerator); } and tell me if it fixes the issue? you literally just search for StartCoroutineEx, select all of the relevant code shown in the first snippet, and replace it with the code shown in the second snippet
  3. nivex

    npc

    it is in the next update
  4. nivex

    Abandoned Bases

    @Wolfsorry I missed your comment. did you figure it out?
  5. nivex

    Abandoned Bases

    Ill add option to not bypass twig then
  6. nivex

    Abandoned Bases

    heya @thepiercedweirdo it is intentional that twig is ignored and controlled by decay instead the min requirements are at your discretion. i believe a min of 1 would prevent that issue, but create others where abandoned bases pop up that have no profit at all (such as a few cloth or a pickaxe, etc)
  7. nivex

    Raidable Bases

    run out off the wall? @Ateszahun
  8. 2.1.6 has no issue with rubberbanding. the issue started in 2.1.7
  9. hi, try this option Use Stack Size Limit For Spawning Items
  10. nivex

    Raidable Bases

    @Swedish Chefvery well, I will note this for you and implement it after I fix the current issues
  11. it's not possible for the commands to not be recognized unless there's an error
  12. nivex

    npc

    no problem, but as I stated it isn't possible to use zones because I do not use zone manager. the support i added will use profiles you configure from botspawn and spawn those at the abandoned bases so for example, you add a few profiles to the abandoned configuration and it will then choose one of them randomly and spawn all of the bots from that randomly chosen profile. you can also specify just 1 profile if you like.
  13. @ZEODEperfect thank you guys so much for being so detailed. this will help me narrow down the issue
  14. nivex

    Raidable Bases

    @olajmuveksoon. I must fix the issue with server performance degradation before I release the update
  15. nivex

    Abandoned Bases

    @KingSizeKevin yes, there are 3 permissions in the configuration file and the default group must be assigned one of them. you can then assign your VIP players a longer permission, etc in order for this to work automatically then you would need to enable it to do so in the configuration file: "Run Once On Server Startup": false, "Run Every X Seconds": 0.0, I suggest running it on server startup on to conserve server resources. if you insist on running in on a timer then it should be no less than 3600 seconds. you can manually start this yourself using the command sab
  16. hey sorry about this guys. I broke it somehow in the update. will get it fixed asap
  17. heya try putting locker in this list: "Additional Containers To Include As Boxes": [], like so: "Additional Containers To Include As Boxes": ["locker.deployed"],
  18. hi, this was extensively tested and it does work post your config make sure you have the permissions if there is an error then post the error
  19. Hi post your config
  20. nivex

    npc

    not possible as i do not use zone manager. i am not familiar with botspawn either, but I added support for it in the next update
  21. nivex

    Abandoned Bases

    @saintmichel13 this should prevent that issue. let me know if you disagree and still want a cooldown, or think a cooldown is still useful and if so please answer the above 5 questions
  22. nivex

    npc

    yes, it was paid can you explain more about the turrets? were the victims inside or outside of the bubble? was it a pve or pvp base? is your server pve or pvp?
  23. can you set this to 0.25 and tell me if it solves the issue for you?
  24. nivex

    Upgrade Tier 3

    heya Engola. yes, an update is in the works for the config file. it keeps getting delayed due to other issues with the plugin itself. i'll set it as a higher priority. no plans to add new bases, but i may replace some bases that some people do not like
  25. nivex

    Raidable Bases

    @Swedish Chefwhat would be better, a blacklist or an allowed list? also what items are you referring to that you don't want in it?
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

131.7k

Files Sold

Total number of files sold.

2.7m

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.