Jump to content

nivex

Creator
  • Posts

    6,167
  • Joined

  • Last visited

  • Days Won

    205

Everything posted by nivex

  1. nivex

    Compatibility

    hi, not sure. I support TruePVE and its hooks only any PVE plugin that correctly implements the same typical PVE hook calls (CanEntityTakeDamage, CanEntityBeTargeted, etc) that has been used in every plugin for the past 5 years will work.
  2. nivex

    Raidable Bases

    @Hakkai hi, yes, the game has changed vending machines, and Empty All Containers Before Spawning Loot will not work with vending machines again until the next RB update. RB cannot remove loot from your copypaste files without that option. you can remove the loot from your copypaste files, or use my fix by adding to line 7838 in RaidableBases.cs file: TryEmptyContainer(vm); it will look like this when you add that: private void SetupVendingMachine(VendingMachine vm) { vms.Add(vm); TryEmptyContainer(vm); vm.dropsLoot = false; vm.SetFlag(BaseEntity.Flags.Reserved4, config.Settings.Management.AllowBroadcasting, false, true); vm.FullUpdate(); }
  3. nivex

    Total Loot Remaining

    hi, it is intended that only boxes and TC are counted by default. others can be added to this option: "Additional Containers To Include As Boxes": [ "locker", "furnace" ],
  4. nivex

    Nudist bots after update

    Changed Status from Pending to Closed Changed Fixed In to 3.0.5
  5. hi, yes, you have the bases spawning as PVP by default, PVP does not lock, "Bypass Lock Treasure To First Attacker For PVP Bases": true, so either set that false, or enable converting to PVE instead which is what I recommend.
  6. @ROCKETBOT SERVERS by enabling them Require Custom Costs to true and Enabled to true for each custom scrap item.
  7. @ROCKETBOT SERVERS i did help you i gave you instructions and instructions are also in the zip archive follow them and it will work
  8. @ROCKETBOT SERVERS hi, the package is not installed. you only have the default loot table. if it were installed you would see every loot table. you did good changing the config, but you still need to install the package and THEN set the buyable costs unzip the archive copy the files to your server in the same respective folders edit the config for Buyable Event Costs reload the plugin
  9. @ROCKETBOT SERVERS heya, if you don't see loot tables being loaded with the plugin then the package is not fully installed if maintained events are not automatically spawning with at least 1 player connected then the package is not fully installed Buyable Event Costs need to be configured by you based on your servers economy. in short, install the package, then configure Buyable Event Costs in the config. if done correctly then bases will automatically spawn, and you will be able to buy them too.
  10. nivex

    Chat Info

    Changed Status from Pending to Closed
  11. nivex

    Toolcupboard

    Changed Status from Pending to Closed
  12. Changed Status from Pending to Closed Changed Fixed In to 3.0.5
  13. nivex

    Perms

    Changed Status from Pending to Closed
  14. nivex

    Perms

    no problem, enjoy!
  15. nivex

    compile error

    Changed Status from Pending to Closed
  16. nivex

    compile error

    hi, you're welcome. enjoy
  17. nivex

    compile error

    hi, there's something wrong with your language file, not the plugin ModeNightmare
  18. nivex

    Raidable Bases

    3.0.5 has been released to fix npcs not spawning with items. npcs will not show their icon in the players death screen. no idea why, and I don't care rn as this will not break anything
  19. hi, it wouldn't be TruePVE it won't lock while using vanish or noclip though.
  20. nivex

    Error, after new version

    Changed Status from Pending to Closed
  21. nivex

    Error, after new version

    hi, see the update notes, it requires the Rust update to compile
  22. nivex

    Raidable Bases

    3.0.4 has been released, enjoy Make sure to read the update notes very carefully This requires the Rust update to compile
  23. nivex

    Raidable Bases

    @Neon68 heya, your host needs to install the libgdiplus library on that system. (09:12:39) | Exception while calling NextTick callback (DllNotFoundException: libgdiplus.so.0 assembly
  24. nivex

    Perms

    heya Tater. if it says you have the perm then the perm exists. perms: raidablebases.banned raidablebases.buyraid.banned you should not give yourself every permission btw, that is not a good idea at all. you should revoke EVERY permission from raidablebases and only grant yourself the ones you need with Permissions Manager plugin. players do not need any permission. they should not be given raidablebases.allowed either. that is for admin/mod/staff this will revoke ONLY the raidablebases.banned permission: /rb revoke otherwise you must revoke it yourself oxide.revoke group default raidablebases.buyraid.banned oxide.revoke group default raidablebases.banned oxide.revoke group admin raidablebases.banned oxide.revoke group admin raidablebases.buyraid.banned oxide.revoke user tater raidablebases.buyraid.banned oxide.revoke user tater raidablebases.banned etc
  25. hi, regarding the loot, this is shown within the status ui - if you can see the status ui then you will always be able to see the loot unless you've disabled that option. if the status ui doesn't show (which includes the loot) then that is a known issue and is fixed in the next update. they need to re-enter the event two separate times after dying. so leave event, enter event, leave event, enter event. two times, not one time. regarding the in-game map - this will not vary from person to person - if one player can see the event then every other player will see the same exact event with the same exact text. if an event doesn't show for any player on the map then it is a CopyPaste issue. make sure you are using the below CopyPaste plugin fix which contains many fixes for the current problems with that plugin. https://codefling.com/plugins/raidable-bases?page=143&tab=comments#findComment-64368

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.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
169.1k
Total sales
Payments
3.7m
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.