Jump to content

nivex

Creator
  • Posts

    4,798
  • Joined

  • Last visited

Everything posted by nivex

  1. well make sure it works with just CopyPaste and RaidableBases first
  2. ya, not sure. I don't see anything that stands out but I don't know what CratesEvent or PookEvent is if you can take damage elsewhere on the map then you don't have godmode enabled. otherwise use god false in the f1 game console and /god to turn both of those off if that doesn't work then unload everything except CopyPaste and RaidableBases. start with ZoneManager, CratesEvent and PookEvent and if that's not it then just unload everything.
  3. nivex

    Bases not spawning

    Changed Status from Pending to Closed
  4. nivex

    Bases not spawning

    no problem
  5. NTeleportation doesn't modify your health. something else would be doing that too. type plugins and post that info here
  6. nivex

    Disable default groups?

    Changed Status from Pending to Closed
  7. nivex

    Disable default groups?

    no problem!
  8. nivex

    Bases not spawning

    hi, you can type rb.config list if the files exist then type rbe debug
  9. nivex

    Disable default groups?

    yes, set Award Top X Players On Wipe to 0 in the config file
  10. heya. by a trap or turret? there's no setting for it to block damage. only settings to prevent it from attacking to start with. if it attacks and does no damage then it's another plugin or godmode blocking it by a player? if the zone is not PVP then the damage will be blocked, even if its on a PVP server the plugin is compatible with regular servers, and nextgenpve or truepve servers. the imperium plugin does not have the necessary hooks for traps and samsites for it to work properly with those.
  11. nivex

    Bases are raidable.

    Changed Status from Pending to Closed
  12. nivex

    Bases are raidable.

    truepve was missing, solved
  13. nivex

    Raidable Bases not load

    zip everything oxide/data/RaidableBases/ oxide/config/RaidableBases.json directly from the server with the issue and attach here
  14. nivex

    Raidable Bases not load

    everything works fine with the files that you have provided
  15. nivex

    Only one base spawning

    Changed Status from Pending to Closed
  16. nivex

    Only one base spawning

    no problem
  17. nivex

    Only one base spawning

    heya check the profiles, oxide/data/RaidableBases/Profiles make sure the difficulty setting at the top of each file is set correctly. if they are all 0 then you need to set them accordingly. 0 easy 1 medium 2 hard 3 expert 4 nightmare
  18. nivex

    strange bug

    Changed Status from Pending to Closed
  19. nivex

    Bases are raidable.

    hi, it's most likely not from this plugin then
  20. nivex

    Raidable Bases not load

    heya, [RaidableBases] Grid initialization completed in 89 seconds and 180 milliseconds on a 6000 size map with 31468 potential points. it works for me with your map and config send me oxide/data/ZoneManager/zone_data.json
  21. nivex

    Raidable Bases

    @V.O.I.D I keep trying to reproduce this and managed to reproduce it not showing the UI but was still able to deal damage. I fixed the UI bug and that might fix the other issue too. replace lines 12023 through 12067 in RaidableBases.cs plugin with this: private void OnPlayerSleepEnded(BasePlayer player) { player.Invoke(() => { if (player.IsDestroyed || !player.IsHuman()) { return; } if (PvpDelay.Remove(player.userID, out var ds) && ds.Timer != null && !ds.Timer.Destroyed) { ds.Timer.Callback.Invoke(); ds.Timer.Destroy(); } if (config.UI.Lockout.Enabled) { UI.UpdateUi(player, UiType.Lockout); } if (RaidableBase.Get(player.transform.position, 5f) is not RaidableBase raid) { return; } if (InRange2D(player.transform.position, raid.Location, raid.ProtectionRadius)) { raid.intruders.Remove(player.userID); raid.OnEnterRaid(player); } else if (!config.Settings.Management.AllowTeleport) { RaidableBase.RemovePlayer(player, raid.Location, raid.ProtectionRadius, raid.Type); } }, 0.015f); }
  22. nivex

    Raidable Bases not load

    [RaidableBases] Grid initialization completed in 167 seconds and 572 milliseconds on a 6000 size map with 0 potential points. you have 0 points on the map so there's something on your map that is blocking them all i need the map =p
  23. nivex

    Raidable Bases

    nice!
  24. nivex

    Raidable Bases

    I kicked myself for flyhacking while on a ladder and I returned and everything continued to work properly so idk unless I can reproduce it
  25. nivex

    Raidable Bases not load

    np, which map and seed is this? I have no issues loading your config
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

116.1k

Files Sold

Total number of files sold.

2.4m

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.