Jump to content

imthenewguy

Creator
  • Posts

    3,684
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. Your best bet is to blacklist the item so the player cannot enter with it in their inventory. I can add that the leave command to the next release.
  2. You can't change it into a med syringe as they interact very differently
  3. Seems like a good idea lol.
  4. Its working fine on my server. Sounds like you may have a conflict. Sorry I misread. It won't work on held items as its checked when a player equips clothing.
  5. Might look at adding that in the future. If someone did that to my server I'd ban them personally though. The issue with it is if they have withdrawn and used the token, then there is nothing to remove.
  6. Sorry have been on a 12 hour drive back home. Patching now.
  7. imthenewguy

    How are arenas chosen?

    I tested on my server with the map pack, and I have no issues with it selecting random maps.
  8. Changed Status from Pending to Closed
  9. imthenewguy

    VIP settings

    Changed Status from Pending to Closed
  10. imthenewguy

    Config no save

    Changed Status from Pending to Closed
  11. Unfortunately it is only the BerryBush entity itself. It does not separate them into different types.
  12. imthenewguy

    How are arenas chosen?

    If you type the /survivalarena command into chat, do all of the arenas appear?
  13. imthenewguy

    How are arenas chosen?

    It should be picking a random arena. string GetRandomArena() { List<string> arenas = Pool.GetList<string>(); arenas.AddRange(Arenas.Keys); var name = arenas.GetRandom(); Pool.FreeList(ref arenas); return name; } It uses .net's native GetRandom method to pick a random arena by name.
  14. imthenewguy

    Another bug for you

    I think I found the issue. Should be fixed in the next release.
  15. Add the permissions so they can. Check the front page under permissions to see a list of them.
  16. imthenewguy

    xp adjust for betterNPC

    Changed Status from Pending to Closed
  17. There isnt. You need to remove the "deployablenature.gather" perm from the player.
  18. Harmony is Rust's native modding environment. Oxide work. Acquire 0Harmony.dll and add it to your server in the RustDedicated_Data\Managed\ folder. Should be no reason that you delete it from your server since it works with oxide, and a lot of devs can use it to optimize plugins and access parts of the library that oxide hasn't added hooks to/made public.
  19. No it's not possible at the moment
  20. imthenewguy

    XP Pump Bar Configuration

    Changed Status from Pending to Closed
  21. imthenewguy

    XP Pump Bar Configuration

    No, you will need to play with the values in the config.
  22. I can't answer that as I don't use/have never used XPerience. SkillTree unsubs from hooks that aren't necessary at the time (ie a player hasnt unlocked a skill that would require SkillTree to monitor mounting a vehicle etc, so we don't watch the hook). That being said, There are over 100 unique skills and loads of xp methods so it's a heavy plugin. It's the kind of plugin you would base your server around.
  23. Try it with a steam ID instead of name.
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.7k

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.