Jump to content

nivex

Creator
  • Posts

    5,990
  • Joined

  • Last visited

  • Days Won

    201

Everything posted by nivex

  1. nivex

    Raidable Bases

    @Magnetos again it looks like an issue with your language file
  2. nivex

    Raidable Bases

    @Magnetos hi, looks like the language file was changed for "RP"
  3. nivex

    Raidable Bases

    @ChardaZAR hi, that doesn't increase the amount of items to spawn. it increases the loot amounts. so if you have explosive.timed 10/10 and use a 1.4 multiplier then it will spawn 14/14 instead.
  4. nivex

    Convoy

    hi, you need to update to 2.7.0 or reupload it again.
  5. nivex

    Raidable Bases

    @Wile E. hi, that has nothing to do with hours or time. 15 is the default. that's the max buyable events that can be active at any given time.
  6. nivex

    Raidable Bases

    @Diesel heya, thanks for answering. player lockouts is for public events that spawn by Maintained or Scheduled Events buyable cooldowns is whats used for raids purchased with /buyraid
  7. nivex

    Raidable Bases

    @Wile E. hi there I can't recommend any one-way, because it's all down to personal opinion, but I can try to expand on the details for you there are multiple ways to go about this using buyable cooldowns in the config "Easy": { "VIP Permission: raidablebases.vipcooldown": 1800.0, "Admin Permission: raidablebases.allow": 0.0, "Server Admins": 0.0, "Normal Users": 1800.0 }, VIP Permission - grant this permission to your vip group. then. anyone in this group would receive this cooldown for Easy raids Admin Permission - the raidablebases.allow permission is what you'd grant to your admins, moderators or staff only Server Admins - this is anyone with an admin flag which is generally auth level 1 or higher Normal Users - this is anyone that does not fall under the above, aka the default group the lowest cooldown time will be chosen based on the above four options. users who remain in vanish or noclip will not be given a cooldown the cooldown is applied when the event is purchased, and does not start to expire until the event despawns
  8. nivex

    Abandoned Bases

    @Fanatik that's not an error. it's debug, and is normal. post your config
  9. nivex

    Abandoned Bases

    @Fanatik perhaps I should remove the requirement for a TC during purge? edit .cs and change on line 4267 if (!hasPrivilege) to if (!hasPrivilege && !IsPurgeEnabled) and you must change this too on line 4217 a = entity.transform.position; to a = entity.transform.position; position = a;
  10. nivex

    Abandoned Bases

    @Fanatik hi, TC is required, that is why you see: No privilege found. this is intended yes, this is normal. it is required to restart the purge each time
  11. nivex

    Abandoned Bases

    @Fanatik hi, I'm not aware of any known issues. use the commands sar purge to enable purge. you must enable this for purge. if you restart or reload the plugin then it must be enabled again ab.debug to enable debug sab to run a scan for conversions none of these bases can be within a zone manager zone, either, or it will be blocked unless configured properly post the results in a new ticket
  12. nivex

    Raidable Bases

    @Kk hi, you will have to disable Eject Corpses From Enemy Raids if plugins are conflicting with it
  13. nivex

    Abandoned Bases

    @Dead Nasty nah, that means the plugin doesn't know who the player is. the player is dead and offline, and has no persistence entry in the games database either. I could look in the oxide/carbon database, but that's costly so I don't except for in the ab.report command. I couldn't tell you why he's not in the AB database. everyone is added to that when they connect, when they go to sleep, and when they die while connected, and every 60 seconds it updates again and saves to disk. he would be in it if he played. the only way this won't work is if another plugin causes it, or a server crash prevents his entry from being saved. but again, it's not my server so I couldn't tell you exactly why.
  14. nivex

    Raidable Bases

    @S0TR heya, bases shouldn't persist. they're not saved in the map's sav file which means they will be deleted on a restart or crash i may this in a future update but will be a while
  15. nivex

    Raidable Bases

    @007_Anomaly hi, all copypaste files go into the oxide/data/copypaste/ folder this folder must be all lowercase then you add the filename for each file into the profiles using the example commands I gave you
  16. nivex

    Raidable Bases

    @007_Anomaly heya. this in the documentation near the top with step by step instructions
  17. nivex

    Raidable Bases

    happy holidays. stay safe out there.
  18. nivex

    Raidable Bases

    that should be inserted on a new line above line 11850 if (colName.Contains("rock_") || colName.Contains("formation_", CompareOptions.OrdinalIgnoreCase)) @HunterZ that will fix the spawn point from being created. those formations in your screenshot are part of the cliff itself, which is why checking "rock_" or "formation_" does not work for them.
  19. nivex

    Raidable Bases

    .
  20. nivex

    Raidable Bases

    @jinryangcheol yes, the packages work out of the box. just install and reload. you can edit anything to your servers specific needs at any other point
  21. nivex

    Raidable Bases

    @jinryangcheol hi, it's nivex on discord too. please, ask your questions here instead. then others can read the answers. no question is dumb, so don't be shy.
  22. nivex

    Raidable Bases

    @laodu hi, that is a game bug. you can use rb ignore_restart to bypass. the game properly cancels the restart when you type -1, but it starts the coroutine again anyway with the negative value (-1), which causes ServerMgr.Instance.Restarting to return true when it shouldn't.
  23. nivex

    Raidable Bases

    @Senso-GR Allow Players To Use Ladders is false if you see this. Require Cupboard Access To Place Ladders is true if you see this
  24. @oldmenrust hi, no. there's something wrong with your copypaste plugin. try reloading version 4.2.0 otherwise you'd see errors in the server console and those would be caused by something else.
  25. nivex

    Raidable Bases

    @Senso-GR what does it say when you try to place ladder? ladders are always allowed when Require Cupboard Access To Place Ladders is false, and Allow Players To Use Ladders is true.

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
159.8k
Total sales
Payments
3.4m
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.