Jump to content

imthenewguy

Curator
  • Posts

    4,085
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by imthenewguy

  1. Do you use any recycler plugins?
  2. Have you assigned the permissions for it? itemperks.recycle
  3. You could probably configure GUI shop or another shop plugin to handle it. EpicLoot has a command to generate items via command. genitem <target steamID> <shortname> <enhancement type> <tier> You could create an item in the config of a shop or crafting plugin that runs this command, targeting the player who is using the shop.
  4. It should all be in the lang files.
  5. The plugin only supports randomizing tiers at this point.
  6. Changed Status from Pending to Closed
  7. Hey you need to have the fishing rod held active in your hand when you attempt to look at buffs for held items.
  8. imthenewguy

    Commands as prize

    Unfortunately not
  9. Changed Status from Pending to Closed
  10. Any time
  11. Hey yeah they are, so long a they are in the list of commands to run when respeccing.
  12. Easiest way to get an understanding is to run the chat command /addtestpermsnode This will add a custom permission node to the Cooking tree (disabled by default), and show you how its done. My video also covers it as well. Key is the permission, value is the message. The value_per_buff isn't too relevant if using permissions solely. The cooking example will be good because it shows how you can use multiple permissions in the same skill node, accessible at different levels.
  13. Restore upon death probably isn't handling the item.text field of the item when restoring it. You may need to approach the dev and ask them to add it.
  14. imthenewguy

    level requirement?

    Not currently no.
  15. Hey the Radiation expert perk doesn't add additional rad resistance, it simply reduces the incoming damage from radiation. If your rad stack was to tick for 0.2 damage and you had the 50% reduction, it would only tick for 1. If you had it at 100%, then you would never accumulate radiation as it would be removed each damage tick. The maintenance skill is agnostic to any type of source as it runs in the OnLoseCondition hook. This hook is fired whenever it loses condition. If condition is being lost from a source, then it may be forcing the condition loss via another plugin that doesn't trigger this hook.
  16. imthenewguy

    level requirement?

    The one on the sales page.
  17. imthenewguy

    level requirement?

    Hey mate, so one way you could handle this is: Enable permission based trees, so players require permissions to see each tree. Assign permissions to the default oxide group for each default tree so the players can see them. Create a new tree in the config and call it whatever you want. Add a node in at level 1 that will provide the user with the permission. Do not give permission for players to see this tree. See my video if you need help with this. Go to the leveling rewards section of your config and add in the desired level, and add a command that fires off a permission to give the player access to the new tree you just created when they achieve that level. "List of rewards the player receives based on level": { "100": { "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": { "o.grant user {id} skilltree.mytreenamehere": "You have unlocked the <insert name here> skill tree and can now learn on shot kill." }, "List of commands that are fired off when the player data is reset": [ "o.revoke user {id} skilltree.mytreenamehere" ] } },
  18. imthenewguy

    buff problem

    That is really strange. I am actually in the middle of a full re-write of cooking. I will look into the bug and see what may be misbehaving though.
  19. Unfortunately not. The game play system is hard coded into the plugin as it's a battle royal style game mode.
  20. EpicLoot already has the permission system built in Update to enchanting should be easy enough.
  21. Nah you will need to look at data
  22. imthenewguy

    Scrap bug

    @DezLife Here is the support ticket.
  23. imthenewguy

    Scrap bug

    Changed Status from Pending to Closed
  24. imthenewguy

    Scrap bug

    Dez life is going to fix the issue. Closing this off for now.
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.9k

Files Sold

Total number of files sold.

2.8m

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.