Jump to content

imthenewguy

Creator
  • Posts

    3,450
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. Changed Status from Pending to Closed
  2. Any time
  3. Hey yeah they are, so long a they are in the list of commands to run when respeccing.
  4. Changed Status from Pending to Closed
  5. 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.
  6. The only thing you can do is either disable the no durability plugin or remove xp for swipe cards. Check under xp sources.
  7. 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.
  8. imthenewguy

    level requirement?

    Not currently no.
  9. 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.
  10. imthenewguy

    level requirement?

    The one on the sales page.
  11. 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" ] } },
  12. 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.
  13. Unfortunately not. The game play system is hard coded into the plugin as it's a battle royal style game mode.
  14. imthenewguy

    EpicLoot

    EpicLoot already has the permission system built in Update to enchanting should be easy enough.
  15. Nah you will need to look at data
  16. imthenewguy

    Scrap bug

    @DezLife Here is the support ticket.
  17. imthenewguy

    Scrap bug

    Changed Status from Pending to Closed
  18. imthenewguy

    Scrap bug

    Dez life is going to fix the issue. Closing this off for now.
  19. imthenewguy

    Scrap bug

    I queried this with another customer and he sent me some snippets of XDStatistics that is causing the issue. I have sent them to DezLife to fix. Is all in his hands now.
  20. imthenewguy

    Scrap bug

    Really strange. If you don't have the loot magnet perk and smash a barrel/pick up the loot; does the scrap still have the same problem, or is it only with the loot magnet perk active?
  21. The colour is a floating version of RGB. RGB values max out at 255 for each colour, indicating the full value of the colour, where as floating values max out at 1.0. An example of red in RGB is: 255 0 0 An example of red in float is 1.0 0 0 The 4th value indicates the alpha/transparency. 1.0 means it is solid and not see-through at all, where as 0.0 means it is invisible.
  22. Those heli's look hilarious! Love it!
  23. imthenewguy

    EpicLoot

    I think the plugin you are referring to has a button to activate this feature doesn't it? The server doesnt know when a player opens their inventory until an item is moved/used etc, since the action is client side. The only thing I could potentially do is add a button to show a list of all epic loot items in the player inventory when pressed.
  24. imthenewguy

    Scrap bug

    The issue is that I have never had access to a server that has the big. Would you mind trying to unload all plugins except for skill tree and it's dependencies and see if the issue persists? Would be a good starting point.
  25. Changed Status from Pending to Closed
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.9k

Files Sold

Total number of files sold.

2.4m

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.