Jump to content

nivex

Creator
  • Posts

    4,787
  • Joined

  • Last visited

Everything posted by nivex

  1. nivex

    Suggestion for Mapteleport

    player.State.pointsOfInterest?.Remove(note); note.Dispose(); player.DirtyPlayerState(); player.SendMarkersToClient(); if you don't want the marker deleted then you can remove this code from OnMapMarkerAdded private void OnMapMarkerAdded(BasePlayer player, ProtoBuf.MapNote note) { if (player.IsAlive() && player.HasPermission("raidablebases.mapteleport")) { float y = GetSpawnHeight(note.worldPosition); if (player.IsFlying) y = Mathf.Max(y, player.transform.position.y); player.Teleport(note.worldPosition.WithY(y)); } } it should look like this when done i cannot change your keybinds. that is client side. best i could do is require you press an additional key with right-click if i don't remove the map marker then youll cap out and not be able to place any until you remove them.
  2. nivex

    Raidable Bases

    ok guys 2.7.1 released, sorry for the rough update with 2.7.0!
  3. nivex

    Raidable Bases

    cooldown is intended to reset so that it is effectively applied when the raid despawns. this is not configurable, its to prevent exploiting the mechanic and is why it was added lockouts do not reset though
  4. awesome good to have a second confirmation!
  5. Changed Status from Pending to Closed
  6. no problem
  7. did it work
  8. ok please let me know.
  9. nivex

    Raidable Bases

    @Dr.D.Bug@aimacak use the /rb wipe command - do not delete files randomly. the file in question contains lifetime stats for rb ladder. just ask me i haven't changed anything regarding how the wipe works
  10. nivex

    Raidable Bases

    if you have issues with 2.7.0 performance then unload the plugin and delete your oxide/data/RaidableBasesUID.json file - this will fix the issue
  11. please see my previous comment. that will fix this issue
  12. nivex

    loot issue after update

    sounds like the difficulty setting in each profile was reset then, or you have json errors in the loot file installing the free version would have though, and you'd need to reconfigure all premium settings / reinstall the package if you have one of my packages also possible that the premium version got installed over the top of the free version afterwards make sure to blacklist raidablebases in any update plugins or rust server manager settings do not reset themselves unless i force them to be reset and i would mention that in the update notes so it was not the update.
  13. nivex

    UI issues during looting

    Changed Status from Pending to Closed
  14. ok, make sure the plugin is unloaded and delete this file: oxide/data/RaidableBasesUID.json make sure the file name is exactly as shown this should fix any issues.
  15. nivex

    Raidable Bases

    disable it in the config =p
  16. type version in console and post back with what steam update it responds with
  17. hi, the update is not going to change the difficulties of the profiles you would've had to installed the free version and then the premium version sometime afterwards make sure you have auto update turned off from any auto update plugins including rust server manager you will have to reinstall the package as this would've wiped any premium settings you can verify this by checking the profiles to see if all difficulties are set to 0 again oxide/data/RaidableBases/Profiles/
  18. nivex

    Raidable Bases

    Destroying The Cupboard Completes The Raid is a little buggy in 2.7.0 your players just need to loot or destroy a box after destroying the TC to get around this issue until its fixed I changed the check to end the raid to only check when something is looted or destroyed, rather than every second. this helps performance a tad bit. unfortunately i didn't account for the entity not being destroyed in the same frame so it does not work properly atm. it is fixed in next update I've looked into the reported performance issues and do not see any changes that would cause this. I have this running on quite a few servers with no issue aside from the above TC bug. I suggest updating your servers to revert the Facepunch pool changes and see if that resolves the issue for you. if you're having performance issues when the base is pasting via CopyPaste but not afterwards then you need to reduce the paste batch limit in CopyPaste config from its default of 15 to 3-5. this is not a plugin issue if it continues to happen after making this config change. though this issue may have been fixed by the forced update.
  19. NextTick(PurgeTemporaryRespawns); remove this code from the .cs, and update your server with the latest steam and oxide updates there's nothing else that I can see that would cause this. i believe it to be the facepunch update to pooling that they reverted afterwards.
  20. nivex

    update

    Changed Status from Pending to Closed
  21. nivex

    update

    yep np
  22. ok i will check it out now
  23. nivex

    update

    its the site, you can clear your cache to fix it
  24. nivex

    plugin errors

    Changed Status from Pending to Closed
  25. nivex

    Raidable Bases

    2.7.0 released you do not have to wait to update enjoy!
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.8k

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.