Jump to content

nivex

Creator
  • Posts

    5,493
  • Joined

  • Last visited

  • Days Won

    191

Everything posted by nivex

  1. nivex

    Abandoned Bases

    @Pupsik@Covfefesorry for this issue! I will try to fix it asap
  2. nivex

    Only PVP or only PVE base spawns

    Hi, you can only set one of those options to true If you want it to be 50/50 then you can use the option "Chance To Randomly Spawn PVP Bases (0 = Ignore Setting)": 50.0, let me know if you have anymore questions
  3. nivex

    Raidable Bases

    i can confirm that the major bug causing arena walls and other such entities to spawn in the wrong location / away from the base is fixed in the next update ! this is huge as it's taken me almost all month to figure out. and the bug wasn't even in my plugin which is what everyone told me to start with, but I am happy to have it fixed in the culprits plugin, and a workaround in mine, finally either way! delete the entire line ResetToPool(foundations); and change public List<Vector3> foundations { get; set; } = Pool.GetList<Vector3>(); to public List<Vector3> foundations { get; set; } = new List<Vector3>(); and it'll be fixed without having to update the other plugins causing this bug since it won't pool this lists anymore
  4. nivex

    Raidable Bases

    @Covfefeit is possible that the current major bug in 2.4.2 is also causing this so please let me know if 2.4.3 does not fix it when I release it. ETA is a few days I'd imagine. just need to fix mini spamming players with enter/exit messages and a few other minor things before it's ready for release @ClockwurkStability can't be fixed by me. I'm just calling native methods from the game, and the game doesn't like that for whatever reason. but anyway, rather than reinvent the wheel I have just decided to semi-reverrt the changes that disabled the stability option in CopyPaste by allowing a configuration option to use stability option once again from CopyPaste instead, at your own risk
  5. nivex

    Bundle

    yes that's right. tier 3 + plugin = bundle, and has everything
  6. nivex

    Bundle

    hi, the bundle includes the plugin and a tier. you decide which tier you want to include in said bundle. each tier inherits the previous tier currently. they will be made unique soon. the difference is the amount of bases in each: tier 1 (10 bases, 2 per diff), tier 2 (25 bases, 5 per diff), and tier 3 (50 bases, 10 per diff)
  7. nivex

    Raidable Bases

    probably file permission issue. you would have to post the messages shown when trying to load the plugin.
  8. nivex

    update

    hi, updates for what?
  9. nivex

    Ladders are blocked

    @TheProfessorsorry for the delay but there are currently bugs that must be resolved before I can release the update. I am unable to reproduce one major bug so I do not have an ETA yet but I'd hope it to be within a week if at all possible
  10. nivex

    Raidable Bases

    @DiDreamer@roccoah yes, this reminds me, there is a Russian Kits plugin that does not work because their API for isKit is bugged. replace the API with this to fix it: [HookMethod("isKit")] public bool isKit(string kitName) { return kitsList.Exists(p => p.Name == kitName); }
  11. nivex

    Raidable Bases

    @chuck norrisCopyPaste is what pastes the bases so you will need to look for an error
  12. nivex

    buy raid

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

    buy raid

    Added `Buyable Events => Use Permission (raidablebases.buyraid)` (false)
  14. nivex

    buy raid

    hm well I could make it optional to use a permission, and disable it by default
  15. nivex

    FIX PLEASE

    I mean to uninstall everything except Raidable Bases and CopyPaste
  16. nivex

    Abandoned Bases

    As stated in Discord, I may add the option in the future
  17. nivex

    buy raid

    it has never required a permission, and adding a permission at this stage of the plugin would only serve to severely confuse those who have been using it without a permission
  18. nivex

    FIX PLEASE

    best bet is to use only raidable bases and copypaste to make sure its another plugin causing the issue, or your config
  19. nivex

    Raidable Bases

    @Covfefe post #1 - i'll look into it to make sure this is not happening Use Cumulative Probability - in laymen terms you want the total probability of all 5 to equal 100%, and each should be the specific amount from 100% that you want to allow. so for example you could put 40.0 for easy, 30.0 for medium, 15.0 for hard, 10.0 for expert and 5.0 for nightmare post #2 - this works. if it's not showing for you then it's because you're using a cheat (vanish, noclip, anything within past 30 seconds, god, or godmode plugin). i've changed it in 2.4.3 to allow cheating if you have permission raidablebases.canbypass post #3 - known issue - trying to fix this. it's what all of the position issues are from. disabling walls will not fix it as the center is still wrong
  20. oops sorry I forgot to respond to this. I will note this for later ty for the suggestion
  21. nivex

    Zone/base overlap

    heya thanks for reporting this. it is fixed in the next update
  22. nivex

    FIX PLEASE

    heya. well if the npcs are spawning naked then a plugin is stripping them
  23. Changed Status from Pending to Closed
  24. nice glad its sorted out!
  25. nivex

    Raidable Bases

    thanks, fixed in next update @bobbybaker82 @MNfreakTimthanks, disabling that option should fix it as suggested @Covfefesorry this is a known issue that I'm trying to fix. Scheduled Events spawns bases based on a schedule, whereas Maintained Events tries to make sure that the specified number of bases are always spawned
2m

Downloads

Total number of downloads.

9.5k

Customers

Total customers served.

138.5k

Files Sold

Total number of files sold.

2.9m

Payments Processed

Total payments processed.

×
×
  • 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.