Jump to content

nivex

Creator
  • Posts

    5,322
  • Joined

  • Last visited

  • Days Won

    185

Everything posted by nivex

  1. nivex

    Raidable Bases

    @Kobani thats with /buyraid?
  2. nivex

    Raidable Bases

    @Namsaknoi it's in the .cs it's not the plugin it's a workaround to suppress the error the issue is something on your server I have said this already @Kobani ok I will look
  3. nivex

    Raidable Bases

    Allow Teleport (false) option in RB config will eject you whenever you teleport into the event ya I will add it here in a later update this requires 2 steps to work 1. conversion of your RB installation files using the Convert EN to RU tool. instructions in the below zip archive. 2. changing this value to false in the .cs private const bool en = true; Convert EN to RU.zip
  4. Changed Status from Pending to Closed
  5. for anyone else curious it's in the profiles, oxide/data/RaidableBases/Profiles/ enjoy
  6. nivex

    Raidable Bases

    public static bool IsKilled(this BaseNetworkable a) => (object)a == null || a.IsDestroyed; you can change that to this in .cs public static bool IsKilled(this BaseNetworkable a) { try { return (object)a == null || a.IsDestroyed || a.transform == null; } catch { return true; } } this is a workaround, and you should find the cause on your server so it can be fixed.
  7. nivex

    Raidable Bases

    @Namsaknoi heya, that isn't the plugin. player and entity are null checked correctly. if transform throws an error when IsDestroyed is false then that's the server.
  8. nivex

    Raidable Bases

    annoying bug use 2.8.2 if your custom spawn points stopped working
  9. nivex

    Raidable Bases

    2.8.0 released
  10. @Bear Grills hi, seconds, and it is the time between each spawn after the first.
  11. nivex

    Raidable Bases

    ya, update is nearly ready:)
  12. ok, no ETA, but I will note it down
  13. I'm not aware of anything if you had a plugin that could issue that as a console command from the player then maybe but the primary issue with this is the players would just exploit it in one of two ways 1. cause the heli to deal free damage to the base, in which case you'd have to enable Block Helicopter Damage To Bases 2. hide securely in the base while fighting the heli, essentially getting a free kill on it. if the base is immune to damage from the above option then there is no risk to the player I'm not opposed to either idea but 1 and 2 really take the fun out of the idea. what do you think?
  14. nivex

    Raidable Bases

    @QingNing heya, use the commands rb.config list rbe debug
  15. nivex

    Raidable Bases

    @Dead Nasty so there's 2 potential issues here 1. if bases are spawning in cliff sides then the base wasn't copied from its center. you can easily fix this by using the center option within Fortify and resaving the base. I actually did this with all of my bases in my tier packages in 1.0.8 so make sure to update with those new copypaste files if you haven't already 2. and seperate issue is that rocks should not spawn on top of any rock unless it is less than 2 meters in height. it was reported by one other user that a base spawned on top of a 9 meter tall rock, but I was not able to observe or reproduce this. I assume thats what you're referring to since you did not specify a cliff, but both are worth mentioning.
  16. nivex

    Abandoned Bases

    @Dead NastyI worked with imthenewguy to come up with a solution for this
  17. nivex

    Abandoned Bases

    @Dead Nasty there is no safe way for me to do this given other bases can be in the bubble. I can remove any entities they deploy within the events base, but not outside of it because there's no elegant way to determine if another base built that or if a raider did. I can do it for those who are actively participating in the event, but then it will miss all entities deployed before they become an active participant. so that wont work either Deployable Nature can hook OnAbandonedBaseEnded to remove the entities safely when the event ends
  18. nivex

    Raidable Bases

    no problem you too
  19. nivex

    Raidable Bases

    @Hawkhill ok great I will remove the blacklist on the instruments then Player Building Restrictions is in the profiles to prevent them from upgrading their own buildings. if you have a plugin that bypasses the OnStructureUpgrade hook then it may not work
  20. hi, the convar server.pve true does this it cannot be bypassed. you would have to set server.pve false and use a plugin like TruePVE to control PVE elements of the server.
  21. @KlotzQc heya. the same answer applies to you or anyone else with this issue if it's not explicitly blocked in the config or profiles then it is caused by another plugin.
  22. nivex

    Raidable Bases

    @Hawkhill yup if (e.IsKilled() || setupBlockedPrefabs.Exists(e.ShortPrefabName.Contains))
  23. heya, it means you can't convert that base again. it must decay on its own if the TC no longer exists if the base doesn't decay then some other plugin (or decay / upkeep convar) is blocking it. TruePVE and Abandoned Bases don't handle decay:)
  24. nivex

    Raidable Bases

    instruments get deleted by the plugin because they were causing client crashes in the past. is this no longer an issue? you can delete this and see || e is StaticInstrument
  25. nivex

    Raidable Bases

    hahaha yea I don't check for those. I'll add it next update but it'll be over by then
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

132k

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.