Jump to content

nivex

Creator
  • Posts

    6,079
  • Joined

  • Last visited

  • Days Won

    202

Everything posted by nivex

  1. nivex

    Regarding the buyraid command,

    heya, I wouldn't know without a message to indicate why.
  2. nivex

    Execution Error

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  3. nivex

    Execution Error

    hi, you need to update to 3.1.5 that error will be fixed in 3.1.6 it's harmless, but here's the fix. on line 14809 change config.DestroyLootedContainer to config.DestroyLootedContainer && !container.IsKilled()
  4. nivex

    Raidable Bases

    @Ian hi, no? can you be more specific
  5. nivex

    Raidable Bases

    @eov-dev heya, setowner requires the player to be at the base already so that won't work. rbevent is suited to manually spawn public events, whether a user input the command or not. buyraid command is intended for this purpose, and spawn closer if Spawn At Closest Position From Player is enabled. the player would not be required to type the command for your intended purpose. you can run it as a console command from another plugin or script. buyraid 0 <steamid> free where 0 is the difficulty level, steamid is whatever your script or plugin requires, and free so it does not charge the player. if you want to spawn a specific base then you can specify that instead of the difficulty level. buyraid raideasy1 <steamid> free
  6. nivex

    mass bradleys and jets?

    Changed Status from Pending to Closed
  7. nivex

    mass bradleys and jets?

    you're welcome, have fun!
  8. nivex

    mass bradleys and jets?

    heya, that isnt from this plugin. i dont spawn jets or bradley either hehe. does sound like facepunch wipe event though. https://rust.facepunch.com/news/r-u-s-t
  9. @DarkWaterKnight heya, I don't know of anything in RB that could cause that, as rotations shouldn't equal zero in my code at least. I don't really know what it might be, other than LookRotation or anything changing the look rotation with a vector that is zero. either, I'd just ignore it.
  10. heya, "Height Adjustment Applied To This Paste": 0.0, set this to 1 in the profiles, oxide/data/RaidableBases/Profiles/ if this does not help then you can recopy the base
  11. heya, the base needs to be recopied from its center foundation. you can check it with /paste afterwards. such large bases do belong on custom spawn points though.
  12. Changed Status from Pending to Closed
  13. ah, you're welcome. enjoy!
  14. heya, quest? do you mean event completion? Announce Thief Message in the config file is true by default. admins are not be included while in vanish or noclip or when Remove Admins From Raiders List is true players will see it when eligible. Required Loot Percentage To See Loot Left is set to 85 and disabled by default in the profiles. this has not changed.
  15. Changed Status from Pending to Closed
  16. heya you're welcome, enjoy !
  17. the fix is easy enough change this on line 11646 from NavMesh.SamplePosition to Rust.Ai.Gen2.RustNavMesh.SamplePosition
  18. hi, it's not supported without the below fix
  19. hi, no sir. I do not use any npc plugins and I have no plans to do so as raidablebases uses its own npcs.
  20. Changed Status from Pending to Closed
  21. you're welcome, enjoy!
  22. heya minime, the hook has been updated to remove a couple unused arguments. OnRaidableBasePurchased(string owner, Vector3 eventPos, string gridLabel, int mode, bool allowPVP, string BaseName, DateTime spawnDateTime, DateTime despawnDateTime)
  23. hey, haha, i can note that down.
  24. nivex

    Raidable Bases

    @CraZyL22 hi, harmless on line 14809 change: if (config.BlockPaidContent && config.DestroyLootedContainer && to: if (config.BlockPaidContent && config.DestroyLootedContainer && !container.IsKilled() &&
  25. hi, if you are seeing the banned permission when you enter events then you still need to revoke the permission. there really is no other possibility. use the command I gave you. It works. I wrote that command for people that accidentally grant themself that permission. /rb unban I granted the banned permission to 2 different groups and the command revoked both of them on carbon. I granted the permission to myself and it revoked that too so it's working fine.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.7m
Total downloads
Customers
11.6k
Customers served
Files Sold
165.1k
Total sales
Payments
3.6m
Processed total
×
×
  • 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.