Jump to content

RustyB

Member
  • Posts

    72
  • Joined

  • Last visited

Everything posted by RustyB

  1. RustyB

    Doesn't protect tugboats

    It doesn't seem to protect the doors on a tugboat, is there a way to solve that please?
  2. RustyB

    Npc Horses

    When will we be able to purchase this plugin again? Is it because of a bug with the plugin? edit: no worries, found it
  3. Is there still support for this plugin??
  4. RustyB

    Weather

    Can you set it to switch to a random preset to another random one? Or does it always go to the next preset in the order it's been set?
  5. Thanks for the suggestion but that's not really what I'm looking for indeed. Building over there needs to stay a bit of a challenge.
  6. Hey thank you for that! I'll test it this weekend
  7. With the latest update, it's no longer possible to place foundations at the bottom of the sea outside of squares with coordinates I mean in that yellow area here: Would it be possible to get a plugin that allows it again?
  8. Current twitch drops are not included in the feed. Only the rust store feed works
  9. Hello! Has it been added? I'm not sure I could find something that suspends ORP when a raid has already started. That would be much better than having ORP start on a timer
  10. RustyB

    Rust GPT

    That's a cool update for the plugin today. Sadly still can't use it because of that issue: https://codefling.com/files/support/18973-issue/ Anyone can ask the AI to give false information about the server simply by triggering it via team chat
  11. Hello! I'd be very interested in getting that new TC softcore behaviour as a plugin and be able to have this feature on a non-softcore server. The way it works is when the TC is broken, it leaves a corpse and the raiders can't place a new TC for a set amount of time. That would be a great tool for server who don't allow griefing. Or alternatively, the TC privileges perduring for X hours after the TC destruction for the associated building.
  12. Thank you!
  13. RustyB

    Raid Limits

    The status doesn't countdown when AdvanceStatus is installed (as well as simplestatus) The Status appear correctly but if you have "Daily raids 3/3" it will stay at 3/3 always and not decrease. Basically, the status doesn't refresh.
  14. The status doesn't countdown when AdvanceStatus is installed (as well as simplestatus) The Status appear correctly but if you have "Daily raids 3/3" it will stay at 3/3 always and not decrease. Basically, the status doesn't refresh.
  15. reloading advancedstatus before simplestatus fixed the issue.
  16. I have advancedstatus and simplestatus, and when displaying the raid limit mod (with simple status) all advancedstatus element overlap with the daily raid count.
  17. RustyB

    Doesn't seem to work

    Fixed it by adding this: void OnEntitySpawned(BaseEntity entity) { SleepingBag bag = entity as SleepingBag; if (bag == null) { string spn = entity.ShortPrefabName; if (spn.Equals("bed_deployed", StringComparison.OrdinalIgnoreCase) || spn.Equals("beachtowel_deployed", StringComparison.OrdinalIgnoreCase)) bag = entity.GetComponent<SleepingBag>(); } if (bag == null) return; NextTick(() => { BasePlayer player = BasePlayer.FindByID(bag.deployerUserID); if (player != null) HandlePlayerRespawn(player); }); }
  18. RustyB

    Doesn't seem to work

    Actually it works when I respawn in a bag/bed but not when I place a new one.
  19. If advanced status and simple status are both present, the icon image doesn't display for bed timer status 😕
  20. RustyB

    Doesn't seem to work

    Nothing appears... Fuel display works correctly but not bed status. Config file has been left by default. And I can't find any permission to give... Does it need updating maybe?
  21. Is it able to display staging versions of the map? And can you limit voting to a specific role?
  22. RustyB

    Raid Limits

    (my mistake, no bug it seems)
  23. RustyB

    Simple Status

    (my mistake, no bug it seems)
  24. RustyB

    issue

1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.4k

Files Sold

Total number of files sold.

2.5m

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.