Jump to content

nivex

Creator
  • Posts

    5,397
  • Joined

  • Last visited

  • Days Won

    187

Everything posted by nivex

  1. hi, change MountObject to SetMounted
  2. nivex

    Abandoned Bases

    @PhatBlinkie ya, it was always intended for it to spawn on the land i've adjusted it to pick the highest land mass now, which includes rocks/cliffs/formations
  3. nivex

    Raidable Bases

    hi, you need to update
  4. nivex

    Error since wipe

    Changed Status from Pending to Closed
  5. nivex

    Error since wipe

    hi. glad its sorted!
  6. nivex

    Raidable Bases

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

    Decemeber Update

    Changed Status from Pending to Closed
  8. 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
  9. nivex

    Decemeber Update

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

    Decemeber Update

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

    Abandoned Bases

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

    Abandoned Bases

    should be fixed in next update @PhatBlinkie
  13. 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
  14. 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
  15. nivex

    Raidable Bases

    2.9.9 has been released and requires the Rust update to compile. Enjoy
  16. 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
  17. 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
  18. 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.
  19. Changed Status from Pending to Closed
  20. heya ok, glad you got it working. enjoy
  21. 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 };
  22. 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.
  23. 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
  24. nivex

    Raidable Bases

    @Oldbtchsgaming there's some unrecognized file in the oxide/data/RaidableBases/Profiles/ folder named LootTables.json
  25. 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 { }
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.7k

Files Sold

Total number of files sold.

2.8m

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.