Jump to content

nivex

Creator
  • Posts

    5,154
  • Joined

  • Last visited

Everything posted by nivex

  1. nivex

    buyraid

    sure np 2. config option: "Lock Raid To Buyer And Friends": true, proflie option: "Eject Enemies From Purchased PVE Raids": true, profile option: "Eject Enemies From Purchased PVP Raids": false, 3. this should be set true: "Allow Players To Buy PVP Raids": true, you can specify PVE to PVP: "Convert PVE To PVP": false, or PVP to PVE: "Convert PVP To PVE": true,
  2. hi, post ALL messages shown when the plugin loads and wait for the grid to load as well
  3. nivex

    buyraid

    1. there is no option for this other than Spawn X Distance From Buyer this shouldn't be set below 1000. it will try 1000 first then try again with the 5000 until it finally finds a position. it will eventually be rewritten to work better but this is no easy task or i wouldve done it long ago 2. this is controlled under Buyable Events to lock to the buyer in the config, and eject settings for purchased bases are in the profiles 3. this is not optional. you need to configure it under Buyable Events in the config
  4. hi, no, as doing this would require a UI update and I don't know enough to do it just yet
  5. that was very entertaining. well done
  6. nivex

    Raidable Bases

    @McCoy84@Swedish Chef boxes have always despawned after being fully looted and i have no plans to change this. this shouldn't be confused with Drop Container Loot X Seconds After It Is Looted either @Emigoenable it in the config under ui settings
  7. nivex

    Raidable Bases

    @dIMjIMzone manager would need to bypass any flags by using the EventTerritory API to allow exceptions for raidable bases
  8. nivex

    Abandoned Bases

    @KingSizeKevinthat would be a bug. i will check it when i can. very busy irl atm
  9. nivex

    Raidable Bases

    @bobbybaker82 if (position == Vector3.zero) { return null; } Vector3.zero is 0,0,0 and this plugin does not spawn npcs there. thats where the server sends entities to be destroyed. so you have another plugin interfering. as for code locks, those will be destroyed in next update during server shutdown
  10. nivex

    Abandoned Bases

    alright thanks @Pupsik@Neighigh I'll have to determine how I want to handle this as it's not intended lol
  11. nivex

    Bases dome gone, base remained.

    heya. are you running linux? if so, sounds like you need to install libgdiplus on the machine. otherwise i would need the errors from the server log
  12. nivex

    Ettienne

    hi, you can find these settings in the profiles. just like anything else, if it's not in the config then it's in the profiles. this allows everything to be configured per difficulty. oxide/data/RaidableBases/Profiles/
  13. nivex

    Raidable Bases

    we'll see. I'm going to try reimplementing it differently first
  14. nivex

    Raidable Bases

    @Swedish ChefI will likely remove it since I see no reason why it should be an issue in the first place. if I can't fix it then it should be removed
  15. nivex

    Raidable Bases

    @Emigodepends how you have rb configured for the zones in Allowed Zone Manager Zones other than that idk how that is possible that it just randomly breaks.
  16. nivex

    german lang

    hey. you will need to translate it yourself. if you want to share the file afterwards then i can include it in the zip file
  17. nivex

    to many code locks

    no, copypaste should not be handling this. that's just wrong.
  18. nivex

    Raidable Bases

    @Deadpoolfixed in next update ty @Carvenoroh, you need to install libgdiplus. this will fix your issues. the install command is: sudo apt-get install -y libgdiplus
  19. nivex

    Raidable Bases

    can you post the error you had?
  20. nivex

    to many code locks

    that's unfortunate. anything else needs to be destroyed??
  21. nivex

    to many code locks

    ah good find. i will go ahead and have the codelocks destroyed, too
  22. nivex

    Bases Despawning Too Soon

    another note, this can happen if another plugin is destroying the GameObject used by Raidable Bases. unlikely, but possible
  23. nivex

    Bases Despawning Too Soon

    now that I think about it, it probably is a game bug. there is absolutely an issue where entities return null when they're not. i believe I have a workaround for that, so hopefully that addresses this, too and it's simple really, use (object)entity == null instead of entity == null for the null checks.
  24. nivex

    Bases Despawning Too Soon

    "Minutes Until Despawn After Inactive (0 = disabled)": 20, this is how long the base remains on the map "Minutes Until Despawn After Inactive Resets When Damaged": true, this option can reset the timer for the above option "Minutes Until Despawn After Looting (min: 1)": 45, this option overrides both above options and is uninterruptable, and cannot be reset, once the base is looted or the TC is destroyed (if configured to end when TC is destroyed) otherwise, no, i have no idea how your base is despawning before these times run out. the plugin cannot despawn the base when these conditions are not met, unless something is influencing this behavior and this cannot be fixed unless that influence is identified. i have seen it happen myself a couple days ago, and now I recall a few instances of it supposedly happening before. my best guess is the server throws up a big F YOU sign and says no loot is left when there is. impossible? yes, but it's Rust, so...
  25. nivex

    Raidable Bases

    sorry, but I have no plans to add anymore difficulties. there's no point for me to keep adding more difficulties, as it will continuously be requested, and some people don't use more than 3. so the only solution is to make it where the user can specify their own difficulties, however few or however many they want. but that would require a huge portion of the code be rewritten which i simply don't have the time for atm
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.3k

Files Sold

Total number of files sold.

2.6m

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.