Jump to content

nivex

Creator
  • Posts

    5,611
  • Joined

  • Last visited

  • Days Won

    194

Everything posted by nivex

  1. nivex

    Raidable Bases

    just fixed the issue with bases despawning for no reason, and fixed the issue where you'd get the message that no containers could be found this happens within 30 seconds of the plugin loading if a base pastes before that time is up both issues fixed (the first issue fixes the second as its directly related. despawn = no boxes ) also I can't remember who reported this to me RIP so I can't tag them to let them know
  2. nivex

    stack size in the loot table

    i can not reproduce this as of right now. i've decided to fix a different loot bug https://codefling.com/files/support/2823-contents-of-the-boxes-became-almost-identical/ in hopes that it also fixes this issue as i believe it to be related since it seems i broke a lot of functionality somehow
  3. nivex

    stack size in the loot table

    fps bug possibly fixed trying to fix the loot issues now
  4. Changed Status from Pending to Closed Changed Fixed In to Next Version
  5. no problem. it is in the next update
  6. nivex

    Raidable Bases

    @romanulrichno problem! I am going as fast with this fix as possible and I'm just waiting on confirmation that it's actually fixed my patreon is https://www.patreon.com/nivex
  7. nivex

    Raidable Bases

    FPS issue affecting Buyable Events has been found and fixed in next update Moving onto issue with stacksize not working properly now... then I will release the update as-is before any requests since these are important fixes
  8. no problem
  9. nivex

    Raidable Bases

    @CovfefeI still want the location shown, changed in next update to:
  10. which base is this happening at? type /rb to see
  11. private void SetupEntities() { float invokeTime = 0f; foreach (var e in entities) { if (e.IsKilled() || e.net == null) continue; Instance.AbandonedReferences[e.net.ID] = this; if (e is AutoTurret) Instance.timer.Once(invokeTime += 0.1f, () => SetupTurret(e as AutoTurret)); if (config.Abandoned.DespawnTime <= 0f) continue; if (config.RemoveOwnership) e.OwnerID = 0; } Instance.Subscribe(); } you can replace the existing method in the .cs with this one for the time being
  12. TruePVE is not blocking it so it must be the raid plugin. Plugins must use the EventTerritory API from this plugin to be compatible. TruePVE is told by this plugin what it can and cannot do, so it can't be TruePVE. Rules and flags are ignored it is intended that this option only removes ownership from boxes atm I will change this and add another separate option to only remove from boxes
  13. what is the message they're receiving?
  14. nivex

    stack size in the loot table

    thanks, I will check this out once I fix the FPS bug
  15. thanks, fixed in next update. you can safely ignore this
  16. heya. can you explain this in more detail please
  17. nivex

    Raidable Bases

    you can type /rb wipe did you have a weird wipe where the plugin didn't load to start with and was loaded after it was fixed? if not then it may be bugged npcs do not move inside of bases by design. i am not sure how to make them move or if its even possible yet but i know Rust mentioned it being a possibility at some point before. vision will likely require Rust AI to be improved but ill definitely check into improving it myself when able
  18. nivex

    stack size in the loot table

    heya. ill look into this thanks for reporting it with details!
  19. nivex

    Bundle

    Changed Status from Pending to Closed
  20. I have not heard from back Nikedemos yet
  21. Changed Status from Pending to Closed Changed Fixed In to Next Version
  22. nivex

    Raidable Bases

    @Sahyattsorry for the late response I must have looked over your edit to your message. Force All Bases To Spawn At Height Level set this back to -1.0 as you have it set to 0.0 currently
  23. nivex

    Raidable Bases

    there is nothing I can fix. I spawn npcs properly on the navmesh. Facepunch must fix NavAgent.isOnNavMesh to remove this bogus warning message
  24. nivex

    Raidable Bases

    well it is not going to show for many reasons. if you're flying, in vanish, not active, have it set to remove admins from list, have it set to award only the owner of the raid, or have it set to only award allies of the owner
  25. nivex

    Raidable Bases

    @406_GromitI have blocked train_track prefab in next update so hope that fixes the issue for you
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

142.7k

Files Sold

Total number of files sold.

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.