Jump to content

nivex

Creator
  • Posts

    4,802
  • Joined

  • Last visited

Everything posted by nivex

  1. nivex

    Minigun in most all npc kits

    hi, there's no option to do that when using kits. perhaps it is the game randomly giving them the weapon, but I've not seen that happen
  2. nivex

    Raidable Bases

    @Dead Nasty ok, try the rb queue_clear command when it happens again then. I don't think that plugin is causing it. you would need to search plugins for the StopAllCoroutines text. notepad++ is great for this. @tamwilson1979 hi, ok, I will let the developer know
  3. nivex

    Raidable Bases

    @Dead Nasty it might be that you have a plugin calling StopAllCoroutines, which could stop everything from working in RB (including the queue) if the queue was still running but failed to find positions then there would be debug messages, but there isn't. everyone would've been kicked from queue after it failed too. so it must not be running then I bet. other possibility is an admin paused it with rb.toggle try rb queue_clear next time and tell me if they are able to re-queue and spawn then. it will refund them.
  4. nivex

    Raidable Bases

    @Dead Nasty what is supposed to be enabled? because nothing in the screenshot is
  5. nivex

    Not Spawning

    ok, odd, but glad it works. I have seen various plugins get bogus compile errors lately. I still don't understand why. just remember those commands if you have future issues. good luck.
  6. nivex

    Not Spawning

    yep np did you sort the spawning
  7. nivex

    Raidable Bases

    @Porky np. you would use the economics settings
  8. nivex

    Raidable Bases

    @Porky hi, set Always Maintain Max Events to false in the config
  9. nivex

    Not Spawning

    this is bogus though. there is no such error so if you see that again then oxide/carbon needs to know about it. it might be responsible, but the above commands need to be used. they're very helpful. you also have double console output which is unrelated, but might be caused by a plugin or because -logfile parameter is not set by the host
  10. nivex

    Not Spawning

    @Senator heya. same advice, though 2.8.9 is current now you need to update to 2.8.9 use rb.config list rbe debug (this is a toggle. type it again to turn it off) - is showing your server was stuck in a save loop. it will not spawn anything when the server is trying to save. if you continue to see the saving message then you can type the rb savefix command to try and have the plugin fix it. the plugin did not cause the issue. save the server with server.save afterwards
  11. nivex

    Raidable Bases

    @Dead Nasty I forgot to mention `rbe active` which prints output for events, as well as `rbe debug` that gives the debug from it. very helpful too
  12. nivex

    Raidable Bases

    ok, released 2.8.9 with a few changes. please see the notes. enjoy namely a fix to the ranked ladder resetting on server restarts
  13. nivex

    Raidable Bases

    @Dead Nasty really not sure then. I'd look for a corrupted copypaste file. it could be a profile in that directory, a file with text that ends with null, a file with text that starts with null, or a file where a key is null can be hard to find when you have no error. I don't have issue with this on my servers so that's why I think it is a corrupted file but its hard to know with so many options changing its behavior. edit: you should use rbe debug when this happens and toggle it back off. you can DM me the text
  14. nivex

    Raidable Bases

    @Dead Nasty just to clear up any potential confusion. it would be normal for a player to see a message indicating they were added to the queue when there are no other events spawned. players will always be put into queue, even when there are no events spawned. the plugin must find a suitable location each time a base is to be spawned. if the queue stalls and requires a plugin reload then it could be a corrupt copypaste file. this can happen even if you have made no changes. there should be an error in the logs for this. I do try to prevent stalls but there are so many ways in which an error can occur. otherwise, check if there are any errors in the logs, and send me a screenshot.
  15. nivex

    Raidable Bases

    @Dead Nasty you can't. use the below options player lockouts is for public raids buyable cooldowns are for private purchased raids
  16. nivex

    Raidable Bases

    @Dead Nasty can you show a screenshot
  17. nivex

    Raidable Bases

    @KingSizeKevin yep use stack size limit is an option in the config.
  18. nivex

    Raidable Bases

    Wipe triggers when Rust protocol changes in the config is not working properly, and can cause your ranked ladder to reset the current wipe data, lifetime ladder is not affected. I will release an update to fix this later today. you can disable it for the time being.
  19. nivex

    SUGGESTION

    hi. sure, I can add that
  20. nivex

    Raidable Bases

    @muhendisbeyhi, you need to update. @KingSizeKevinyes, you can set the stacksize in the loot table itself. { "shortname": "explosive.timed", "name": null, "blueprint": false, "skin": 0, "amount": 18, "amountMin": 18, "probability": 1.0, "stacksize": 6 },
  21. nivex

    Some bases not despawning

    hi, are you using linux? libgdiplus needs to be installed by the host
  22. nivex

    Raidable Bases

    @HunterZ the pvp delay will not expire until its duration has elapsed. that option has no bearing on it. it is there so that if the base despawns then the fight can continue until pvp delay expires. though as I mentioned it will not work if there are no events remaining after that despawn occurs I will go ahead and make it expire the pvp delay on despawn when that option is false even though its not what the option was initially for, but it is ideal that the pvp delay expire when the base despawns since it would have no functional use when that option is false
  23. nivex

    Raidable Bases

    ok, the new hooks look good then @HunterZ?
  24. nivex

    Raidable Bases

    @HunterZ ok, ya, you could use the exited hook, but I will add a hook when it resets the delay time. I just realized there is no hook when PVP delay starts, except from OnPlayerExitedRaidableBase like you suggested but it should have its own dedicated hook so ill add that too. lol no, it expired for me private void OnPlayerPvpDelayExpired(BasePlayer player, int mode, Vector3 v, bool pvp, string id, float a, float b, float c, ulong ownerid, string basename, DateTime spawn, DateTime despawn) { Puts(player.displayName + " delay expired"); } @Rustalia heya thanks for the compliment. it adds points: 1. when the event is completed which is when it is looted (and the amount of loot required is shown on the status UI inside of the event), or 2. if you change it to use Destroying The Cupboard Completes The Raid then it will add points at that time too, or 3. if you use Required Loot Percentage For Rewards and use Destroying The Cupboard Completes The Raid then it will add points once the required loot is met. winners are anyone that actively participated in the raid. Each Player Must Destroy An Entity For Reward Eligibility can further enforce this requirement. participants is anyone that uses explosives, fire, melee weapons, explosive ammo, anyone that loots a box, anyone that destroys an entity, and anyone that kills an npc.
  25. nivex

    Raidable Bases

    @HunterZ PVP delay was changed to prevent an exploit. players will get PVP delay when engaging in PVP, and when leaving the event now. I can implement something if you have a suggestion. OnPlayerPvpDelayEntry is called on entry as intended, but it's not checking AllowPVP is true which is not intended. I don't know why this hook exists as it's useless. it's only purpose is to inform you that PVP delay is enabled in the config which is odd at best. it's the same exact hook as OnPlayerEnteredRaidableBase otherwise. I am going to remove it unless you have a use for it. OnPlayerPvpDelayExpired won't get called until it expires. if you want it to expire immediately on despawn then that can be implemented. PVP Delay Between Zone Hopping Persists After Despawn allows anyone still with the pvp delay to continue fighting until it expires. it will not work if all events are despawned though, because the hooks are unsubscribed when there are no events. I am seeing an issue with the UI not displaying the PVP delay some times though, which I will fix
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

116.2k

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.