Jump to content

nivex

Creator
  • Posts

    5,991
  • Joined

  • Last visited

  • Days Won

    201

Everything posted by nivex

  1. nivex

    Raidable Bases

    @Oldbtchsgaming hi, WarMode is not my plugin so I don't know what that's about. you can set permissions in the profiles, but there are no permissions by default. this should be unrelated. "Permission Required To Enter": { "Buyable Events": "", "Maintained Events": "", "Scheduled Events": "" },
  2. nivex

    Raidable Bases

    @S0TR hi, somehow your entities are being destroyed in the same frame. not sure how that's possible in that specific hook but it doesn't really matter. easy fix. it's fixed in the next update, thanks to misticos. public static bool IsKilled(this BaseNetworkable a) => (object)a == null || a.IsDestroyed || !a.isSpawned; on line 23983 is being changed to public static bool IsKilled(this BaseNetworkable a) => a == null || a.IsDestroyed || !a.isSpawned;
  3. nivex

    Raidable Bases

    @Kk hi, that would be caused by something else. RB does not move items to the corpse, which is what the warning message shows. also, that message should never show anyway. rock.entity[108735382] is a WorldItem which should override SwitchParent. so you have a deeper issue going on.
  4. nivex

    Raidable Bases

    @Chloe_Glano hi, yes that is how it works. you cannot buy, loot or enter the event without permission.
  5. nivex

    Raidable Bases

    @Kobani yes, set Award Top X Players On Wipe to 0
  6. Changed Status from Pending to Closed
  7. you are welcome! enjoy
  8. hi, anything not in the config must be disabled in the language file. "OnPlayerEnteredEco": "<color=#FF0000>You have entered an eco only raidable PVP base!</color>", to disable set to: "OnPlayerEnteredEco": "",
  9. nivex

    Raidable Bases

    @0g.Ghost.7373 hi, not if Remove Admins From Raiders List is enabled and you cannot use noclip or vanish
  10. nivex

    set up non pick up

    Changed Status from Pending to Closed
  11. nivex

    set up non pick up

    no problem
  12. these are the lock settings: Bypass Lock Treasure To First Attacker For PVE Bases Bypass Lock Treasure To First Attacker For PVP Bases Lock Treasure To First Attacker Lock Raid To Buyer And Friends disable npcs in the profiles, oxide/data/RaidableBases/Profiles
  13. nivex

    Wall damage

    Changed Status from Pending to Closed
  14. nivex

    Ladder Command Error

    Changed Status from Pending to Closed
  15. lmao no problem. glad its working now
  16. nah, it doesn't say that. the config file goes into the config folder. the data files go into the data folder.
  17. ok, but you don't need to set that to true. it is already set to true in the tier package. so you didn't have the config installed from the tier package
  18. show me everything it says when the plugin loads and make sure you have CopyPaste 4.2.0
  19. .
  20. if Always Maintain Max Events is false then the config needs to be installed, too did you install CopyPaste 4.2.0 from uMod?
  21. it would be enabled if you installed the tier package. type this in console: rb.config list
  22. then there are no bases spawned on the map. did you enable Always Maintain Max Events?
  23. it draws everything on your screen. you have to pan the camera around to see it. it requires you to be an admin or have raidablebases.ddraw permission.
  24. no problem you can enable Use Vending Map Marker in the config or type /rb to see them all
  25. nivex

    set up non pick up

    hi, players cannot pick them up. admins can bypass most restrictions with noclip, vanish or raidablebases.canbypass permission. electric.generator.small is redundant.

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.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.4k
Total sales
Payments
3.5m
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.