Jump to content

imthenewguy

Curator
  • Posts

    4,620
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by imthenewguy

  1. The plugin has no API call unfortunately. My loot is handled 0.1 second after that plugins though, so not sure why it isn't working properly. It depends on the plugin. You can blacklist certain commands etc, but unless there is integration, other plugins will work as intended.
  2. Hey mate, is there any API calls for this plugin? Looking for something when the boss dies or loot is spawned as I have a request for EpicLoot integration.
  3. It is triggered when players loot the crate, not when loot is populated on crate spawn. "Containers and their chance for an enhanced item to spawn" is % chance when looted that it will spawn, rolled only once (the first time a player loots the crate).
  4. This version requires rustedit. Survival arena does not
  5. _command is the depreciated way of doing it. _commands allows for multiple commands to be run upon consumption. If you are only doing one command, you are fine to use _command. "_command": "my_command",
  6. Tested it on my server and it works fine. Button removes when respeccing, turns off when disabling it via the hud, appears when enabling it.
  7. Found the issue and have patched it for next release.
  8. Maybe check if you have another plugin conflicting with it. That is odd.
  9. Its dependency (EventHelper) does. See the comments further up.
  10. Added to the next release.
  11. Ahh I understand what you are saying. Sounds like it's not behaving as intended. I'll do se testing on my server and see what I can find.
  12. Yeah, like I said, crafting xp is based on time spent, not the type of item you are crafting.
  13. Yeah idea behind it is that you don't use skills to get boosted xp rates by leveling them up (with the exclusion of barrel smasher - not much you can do there). If players levelled up to instant craft, but still got the same xp as their original craft length, most would just level that up, obtain a metric ton of cloth and craft bandages, recycle, repeat for xp gains.
  14. Disregard my last message, that resets all players skills LOL. I will add a command to reset the target players skills.
  15. I can look at adding an economics/SRP reward option. EventHelper (the plugin that handles entering/exiting the arena) is compatible with RestoreUponDeath.
  16. Have you downloaded the latest version of EventHelper, and CopyPaste?
  17. Oh its already in there lol. I will add add a few failsafes so it doesnt bugger up in the release today.
  18. You have the "survivalarena" command for that.
  19. Ill make a command to reset all icon positions to use config value.
  20. Yeah it involves adding the files to the server and shipping them with the plugin. You could realistically do it now, but it involves downloading the 100+ images, and adding them to the config. Might be something to look at in the future.
  21. Yeah you can add prizes to the config. Default below: "Prize settings": { "How many prizes should the player receive per claim?": 1, "Prizes": [ { "shortname": "scrap", "min_quantity": 300, "max_quantity": 600, "skin": 0, "displayName": null, "dropWeight": 100 } ] }, Can add as many as you want, and set their chances for dropping by adjust the dropweight.
  22. Will add support next EventHelper release. Have added support for next release.
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

152.7k

Files Sold

Total number of files sold.

3.3m

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.