Jump to content

nivex

Creator
  • Posts

    4,772
  • Joined

  • Last visited

Everything posted by nivex

  1. Changed Status from Pending to Closed Changed Fixed In to Next Version
  2. awesome, marking this as solved in next update. will get this out asap
  3. Changed Status from Pending to Closed
  4. Changed Status from Pending to Closed
  5. Changed Status from Pending to Closed Changed Fixed In to Next Version
  6. tyty looks to be sorted. can you confirm @doublee313
  7. @BetterDeadThanZedthe plugin is bugged, though. your solution works because the plugin is telling TruePVE to use your ruleset when it is supposed to be telling TruePVE to outright allow it
  8. unfortunately protection radius is the only modifier for this and it would prevent the plugin from spawning bases if its too large. it should be large when spawn points are manually added on islands for example, or when dedicating regions of a map specifically for raid bases with no build zones in zone manager and that would require you add said zones to the config too glad to hear the performance issue is fixed! if it is still fixed please let me know and i will submit the update
  9. @ZEODEif you don't mind... change to: the lag might have to do with how many locations are on the grid, which would cause the search method to take longer to execute and potentially rubberbanding
  10. did you try this after a server restart btw?
  11. nivex

    Can't buy with scrap

    Yes, that's essentially what I said
  12. nivex

    npc

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  13. @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
  14. nivex

    npc

    it is in the next update
  15. nivex

    Abandoned Bases

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

    Abandoned Bases

    Ill add option to not bypass twig then
  17. 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)
  18. nivex

    Raidable Bases

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

    Raidable Bases

    @Swedish Chefvery well, I will note this for you and implement it after I fix the current issues
  22. it's not possible for the commands to not be recognized unless there's an error
  23. 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.
  24. @ZEODEperfect thank you guys so much for being so detailed. this will help me narrow down the issue
  25. nivex

    Raidable Bases

    @olajmuveksoon. I must fix the issue with server performance degradation before I release the update
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.6k

Files Sold

Total number of files sold.

2.4m

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.