Jump to content

nivex

Creator
  • Posts

    5,174
  • Joined

  • Last visited

Everything posted by nivex

  1. nivex

    Raidable Bases

    hi, turrets and traps shooting at players behind walls is caused by the WarMode plugin. I've informed the dev turrets not shooting at players is not related. that is fixed next update
  2. nivex

    War Mode PVP/PVE

    heya @Mr01sam there is an issue with the CanBeTargeted hook. it returns true when CanEntityBeTargeted returns true, instead of null. this causes the native AutoTurret.ObjectVisible method to return early. that bypasses the visible checks and results in turrets shooting at players behind walls. if your call to CanEntityBeTargeted returns true then you can return null from CanBeTargeted. then the game can continue with its visible checks in AutoTurret.ObjectVisible
  3. nivex

    Raidable Bases

    @queenognid i got it working. I sent a DM
  4. nivex

    Raidable Bases

    @queenognid heya, npcs walking through walls is fixed next update turrets, shotgun traps and flame turrets detecting through walls etc is not caused by RB. as I said before, I don't mind logging into your hosts web panel to sort out the issue.
  5. nivex

    duda

    hi, Purge Settings in the config. abandonedbases.basic is 3 days abandonedbases.veteran is 5 days abandonedbases.vip is 7 days you can change the days. then you grant the players the permission. oxide.grant group default abandonedbases.basic
  6. nivex

    Turrets

    @TheAdmin hi, any feedback?
  7. nivex

    Turrets not shooting anymore

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

    Turrets not shooting anymore

    this is fixed in the next update, thanks
  9. nivex

    noSpawn Bases

    Changed Status from Pending to Closed
  10. nivex

    Raidable Bases

    npcs walking through high walls will be fixed next update! working on turret fix while mounted now other issues are fixed in next update too
  11. nivex

    Raidable Bases

    ya that's very interesting. I'm not sure how it would know
  12. nivex

    ItemPerk.cs intergration

    that would be great you too
  13. nivex

    ItemPerk.cs intergration

    heya. glad you like my mod! sorry, but I've not had this question before unfortunately, I don't know much about that plugin but I have seen it working on some servers so I'm sure if you ask there then someone could help you
  14. nivex

    duda

    heya, yes. it works off of days, but you can use a fraction for hours if you really wanted to.
  15. nivex

    noSpawn Bases

    hi, yes, simply installing them to copypaste folder is not enough. they need to be in the profiles too. so add any new bases with the rb.config add command.
  16. nivex

    Raidable Bases

    @Hawkhill confirm it works, and I will add it for RB. .cs else if (e is FogMachine fm) { SetupFogMachine(fm); } change to else if (e is FogMachine fm) { SetupFogMachine(fm); } else if (e is Sprinkler sprinkler) { sprinkler.SetFuelType(WaterTypes.WaterItemDef, null); sprinkler.TurnOn(); }
  17. nivex

    Raidable Bases

    @Hawkhill hi, sorry, I don't really know. there's no special support for those. so if copypaste doesn't support them then I don't know that it'll work. you'll just have to try and find out
  18. Changed Status from Pending to Closed
  19. no problem, enjoy
  20. nivex

    Raidable Bases

    @Andariel hi you can disable Always Maintain Max Events and Scheduled Events in the config @Grumpy_old_man hi how are you trying to spawn them there? sky bases are the same as before, you use the height settings to spawn it in the sky
  21. hey, Sphere Colors is in the profiles. just set them back to 0
  22. Changed Status from Pending to Closed
  23. nivex

    Turrets not shooting anymore

    Block Damage To Players From Player Turrets Deployed Outside Of The Dome this looks bugged when set true, try setting it false I don't see any other issues unless it's conflicting with the Space plugin
  24. nivex

    Turrets not shooting anymore

    heya, I'm not able to reproduce this. they will ignore you in noclip, but walking up and ignoring you while you attack is not a config option. they will always attack. i'll take another look to see if I missed anything.
  25. nivex

    Bots running through walls

    Changed Status from Pending to Closed
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

128.1k

Files Sold

Total number of files sold.

2.7m

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.