Jump to content

nivex

Creator
  • Posts

    6,075
  • Joined

  • Last visited

  • Days Won

    202

Everything posted by nivex

  1. 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
  2. nivex

    mass bradleys and jets?

    Changed Status from Pending to Closed
  3. nivex

    mass bradleys and jets?

    you're welcome, have fun!
  4. 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
  5. @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.
  6. 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
  7. 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.
  8. Changed Status from Pending to Closed
  9. ah, you're welcome. enjoy!
  10. 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.
  11. Changed Status from Pending to Closed
  12. heya you're welcome, enjoy !
  13. the fix is easy enough change this on line 11646 from NavMesh.SamplePosition to Rust.Ai.Gen2.RustNavMesh.SamplePosition
  14. hi, it's not supported without the below fix
  15. hi, no sir. I do not use any npc plugins and I have no plans to do so as raidablebases uses its own npcs.
  16. Changed Status from Pending to Closed
  17. you're welcome, enjoy!
  18. 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)
  19. hey, haha, i can note that down.
  20. nivex

    Raidable Bases

    @CraZyL22 hi, harmless on line 14809 change: if (config.BlockPaidContent && config.DestroyLootedContainer && to: if (config.BlockPaidContent && config.DestroyLootedContainer && !container.IsKilled() &&
  21. 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.
  22. anything that can help you remove permissions will work
  23. nivex

    Need help!!

    hi, it says to update copypaste plugin.
  24. nivex

    cooldown Massage not work.

    nah, that vip functionality does not exist in any version including 3.1.3. I wish I could say what you might be confusing it with but I don't know. unless you were using it from some other plugin, then raidablebases has only worked with the raidablebases.vipcooldown for vips. in the next update you'll be able to specify anything you like. `Apply Cooldown When Base Despawns` has been added in the next update, too.
  25. nivex

    About buyable events

    hi, yes, you were allowed to sell the base at no cost, but it is required to specify free in the command now. neither plugin will be able to refund you if the purchase fails and the shop handled the payment. this is why raidablebases should handle the payment instead, and the shop sell at no cost. if you wish to continue using it as before, then specify free in the command buyraid 0 steamid free

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.5k
Customers served
Files Sold
165k
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.