Jump to content

Vergbergler

Creator
  • Posts

    302
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Vergbergler

  1. Sure. My server is currently running this map: https://codefling.com/clients/purchases/56436-chernobyl-exclusion-zone/ The train spawns on either island, but eventually gets stuck in a loop around Launch Site. It's not a huge deal, but my players wanted me to ask the question to see if it's possible to add a little randomization.
  2. I see no mention of supply drops or helicopters in either the config or the description for this plugin. How do you enable it?
  3. Is it possible to have the train randomize which track it will take while it's traveling around the map? With the current version any train that spawns anywhere on the map will eventually end up on a circle track around Launch Site. Is this a map issue, or something you can modify?
  4. Vergbergler

    Request

    I'm requesting that only specific recipes be available to VIP members. For example: Wood, Wood, Wood, Wood = 5 Charcoal. <- Non-VIP permissions Wood, Wood = 5 Charcoal. <- VIP only permissions A non-VIP player would not be able to see or use the second recipe in the mixing table.
  5. Vergbergler

    Permission Request

    It looks like English is not your first language. I will speak in C# instead. Add the following code to add "permissions" to use the plugin. private const string PERMISSION_USE = "extractionrareminerals.use"; void Init() { // Add permissions permission.RegisterPermission(PERMISSION_USE, this); } object OnPlayerAttack(BasePlayer attacker, HitInfo info) { if (permission.UserHasPermission(attacker.UserIDString, PERMISSION_USE) == false) { return; // Exit function and do not give player minerals, they do not have permission to use this plugin } // Your code down here... }
  6. Vergbergler

    Not Working

    Sweet. I can't wait for the update!
  7. Vergbergler

    Request

    Could we get VIP only recipes?
  8. Changed Status from Can't Reproduce to Not a Bug
  9. The only way that I think this could happen is if the player had a group role change. If a player has a role that allows AdminTCMarkers loses the role it will still show TC Markers for that player until the plugin is refreshed or reloaded. The map markers are local to the player only and do not replicate out to Rust+ even for players with permissions. Please keep me posted if you have steps to reproduce this issue. I will fix ASAP.
  10. Vergbergler

    Permission Request

    Request for permission to be able to extract rare minerals from nodes.
  11. Vergbergler

    Not Working

    Default configuration settings. Electric Furnace: (With and without conveyor attached) Runs for a few seconds, then the furnace turns off. Does not smelt. Changes the special stone name back to 'Sticks' after failed smelt. Once the 'Sticks' are created from the failed attempt, if they are placed in a Small or Large Furnace it fails to produce the correct product. Small Furnace: Works fine. Produces product as expected. Large Furnace: Works fine. Produces product as expected. --- Other Issues: Large Stones: If they are placed into a Small Furnace, they are deleted with no product.
  12. Changed Status from Work in Progress to Can't Reproduce
  13. @Solarix I'm unable to reproduce this on Rust+. I asked my players on my server if they could see TC Markers on the map. They all say no. Could you send me a screenshot of the TC Markers on Rust+? Could you tell me if you are using Raidable Bases plugin? How many players are authorized on the TCs that show on Rust+? Please confirm the version of Admin TC Markers you are using.
  14. Vergbergler

    2 Bugs

    Q: Is it only happening to the winners, people or die early in the game or people who die last? A: It seems to happen to losers that die and respawn before the game has ended for the remaining players. Even after the game finishes, the losers still cannot open backpacks. Q: Do you run any other plugins that use Eventhelper? A: No, I downloaded it for Survival Arena. Q: How many participants were part of the game when the error occurs etc A: 2-6 players. Doesn't seem to matter.
  15. Link Requested:
  16. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  17. Thank you. I will address this ASAP. I return to my PC in a few days.
  18. Vergbergler

    2 Bugs

    After a match players cannot access their backpacks. I need to do a "oxide.reload EventHelper" to fix the problem. After I reload EventHelper, the next Arena event will not allow players to join and I need to do "oxide.reload SurvivalArena" to fix it. The cycle continues when a player can't access their backpack after a match... Attached config file of my current settings. What am I doing wrong? SurvivalArena.json
  19. No worries. Love your work! Your bots are the best!
  20. Vergbergler

    Null Reference Exception

    Setting this line inside the CustomProfiles: "Dont_Fire_Beyond_Distance": 0 To anything non-zero causes a null reference exception to spam my server's console. See image attached: Error stops when value is changed from 100 to 0 and the plugin is reloaded.
  21. Vergbergler

    Kits

    Is there an option for starting with Kits instead of finding loot in the arena?
    This mod works great! Easy to setup, customize, and deploy to players on the server. Interface is easy to pickup and use!
  22. Vergbergler

    Accounement Request

    I would like an optional announcement to broadcast to everyone when someone starts raiding a Raidable Base. Should trigger as soon as someone destroys a wall, foundation, ceiling, etc. Sample Announcement: "Player [name] has started a raid at N7!" Thank you.
  23. How do I stop other plugins while the event is active? For instance: CustomLoot overrides the loot tables in the configuration file, I would like to unload CustomLoot while the event is active and reload when it is finished.
  24. Sincere apologies. Please close this support ticket. When testing this feature I assumed that the feature worked like Backpacks->blacklisting where players couldn't even swipe items into the backpack. I now understand that once the UI is closed, the items are returned with a message. Thank you.
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

131.7k

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.