Jump to content

nivex

Creator
  • Posts

    4,850
  • Joined

  • Last visited

Everything posted by nivex

  1. nivex

    Error since wipe

    Changed Status from Pending to Closed
  2. nivex

    Error since wipe

    hi. glad its sorted!
  3. nivex

    Raidable Bases

    you can't install RU over the top of EN or it would wipe everything from the config and profiles
  4. nivex

    Decemeber Update

    Changed Status from Pending to Closed
  5. nivex

    Decemeber Update

    yes. it requires the Rust update for December which hasn't been released yet. it will compile when Facepunch releases that update, and Oxide releases its update to work with the new Rust update
  6. nivex

    Decemeber Update

    hi, the Rust update has not been released for December yet
  7. nivex

    Decemeber Update

    hi, see the update notes. it requires the Rust update
  8. nivex

    Abandoned Bases

    2.1.9 has been released and requires the Rust update to compile. Enjoy
  9. nivex

    Abandoned Bases

    should be fixed in next update @PhatBlinkie
  10. nivex

    Raidable Bases

    @Grumpy_old_man hi, it's under Event Command in the config you only need to revoke their permission to use the command though oxide.revoke group default raidablebases.allow that permission for admin/staff/moderators but not regular players
  11. nivex

    Abandoned Bases

    @PhatBlinkie heya 1. yes if a player is inside of the event then they can be killed in PVP. there's no mechanic that can prevent this without being exploitable. so lets say that I don't allow PVP until the player takes some specified action against the event - then they can just walk in, do nothing, and stalk their target until they are ready to attack. it's just unavoidable, and players should not build so closely together. you can reduce the event radius as well. 2. I would need to see a screenshot of this as being on a rock should not matter
  12. nivex

    Raidable Bases

    2.9.9 has been released and requires the Rust update to compile. Enjoy
  13. hi, any base that spawns in the ground like this was not copied properly you can modify the individual height for bases in the profiles, but the base needs to be recopied properly. that is, from the center of the base only, and at the correct height so that /paste shows it spawning with half of the foundation exposed
  14. nivex

    Abandoned Bases

    @Soller RU and EN version are identical it seems that IQEconomic is not fully implemented it will be fixed in the next update which is released tomorrow
  15. nivex

    Abandoned Bases

    @Soller it's most likely that the base does not meet the minimum requirements that you've configured. some messages are hidden and it will be fixed next update. you should be able to see them if you temporarily enable /ab.debug before typing /sar then type /ab.debug again to turn it off.
  16. Changed Status from Pending to Closed
  17. heya ok, glad you got it working. enjoy
  18. nivex

    Raidable Bases

    @oldmenrust heya, if players cannot repair items then disable Block Plugins Which Prevent Item Durability Loss by setting it to false in each profile under oxide/data/RaidableBases/Profiles/ helicopters do get bounced into the stratosphere. it will be fixed in next update. you can set Eject Mounts -> Minicopter to false (as well as AttackHelicopter and ScrapTransportHelicopter) but it will still happen if the player tries to circumvent some other setting when mounted to one of those mounts if you want to fix it now you can edit the RaidableBases.cs plugin file and change on line 10072: float forceMultiplier = vehicle is GroundVehicle || vehicle is BasicCar ? 1f : vehicle is BaseSubmarine ? 1.25f : 15f; to float forceMultiplier = vehicle switch { BaseHelicopter => 2.5f, GroundVehicle or BasicCar => 1f, BaseSubmarine => 1.25f, RidableHorse => 3f, Tugboat or BaseBoat or _ => 15f };
  19. nivex

    Raidable Bases

    @Grumpy_old_man hi, you can try setting the stacksize to 5. I don't know how the game handles weapons because I've rarely allowed them to stack.
  20. nivex

    Raidable Bases

    @Oldbtchsgaming you can use the height setting per base in the profiles, but really the base should be recopied from the proper height and use /paste to verify. half of the foundation should be exposed above ground. you could simply edit the copypaste file itself and change the height there. height setting in profile, this should be used as a last resort. height setting in a copypaste file: this should only be used if you cannot get it to /copy properly
  21. nivex

    Raidable Bases

    @Oldbtchsgaming there's some unrecognized file in the oxide/data/RaidableBases/Profiles/ folder named LootTables.json
  22. nivex

    Raidable Bases

    @Dead Nasty hi, return false; should be changed to return true; all relevant code is within the curly brackets of that method { }
  23. nivex

    Raidable Bases

    @Dead Nasty hi, PreventLooting.cs has a third hook for CanLootEntity that returns false at the end of its function. it should return true. private object CanLootEntity(BasePlayer player, StorageContainer container)
  24. heya. they can use one of these commands /rb resetui status|buyable|delay|lockout|cooldown so if they put the status ui on top then type: /rb resetui status if they type /rb resetui by itself then it will reset all of their ui
  25. nivex

    turrest not firing

    no problem. glad you sorted. ya, RB handles it all independently of everything except CopyPaste
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.6k

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.