Jump to content

imthenewguy

Curator
  • Posts

    4,275
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by imthenewguy

  1. That's a good idea. I will add a config option to make the scroll bar visible
  2. Yes, create a skill points per level perm in the config and assign it to the prestige oxide group.
  3. Its a scrollable element. It's not a bug. You can have as many skills per row now as you like.
  4. Yeah could be an undocumented change from this month
  5. Not sure how my plugin would stop vanilla behaviour like that. All I am doing is renaming the item.text field.
  6. Hey mate yeah that is the correct format. Depending on the shop plugin, you would replace target with the placeholder that represents their userid, such as {id} or %userid%. Also keep in mind the profile name is case sensitive.
  7. imthenewguy

    UI issues with Respec

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  8. Usage: givelegendary <target> <optional: profile name> So you would run: givelegendary winslow Sergant Helm
  9. You managed the drops through the legendary items plugin. You can create an item using the command "givelegendary". Drops are rolled when someone attempts to loot the container for the first time, and can also be grabbed from many other sources. I recommend watching the video
  10. That is not an issue with my plugin. That is an issue with an entity being create improperly or deleted improperly.
  11. imthenewguy

    Specific skinned items

    Item perks alone wasn't designed for static values/skins unless you had another plugin creating the item/setting the value/skin etc.
  12. imthenewguy

    Specific skinned items

    You would need to use ItemPerks:Legendary items if you wanted to setup static rolls/skins. Allows you to create named items. "Black Ops Kilt": { "Item shortname": "roadsign.kilt", "Item skin": 3037708026, "Restrict enhancement": true, "Announce in chat when this item drops for the player?": true, "Send a UINotify message to the player when this item drops?": false, "List of perks and modifiers that the item has [perk: modifier]": { "UncannyDodge": 0.15 }, "Description about the item that is shown when mousing over the ownership banner [blank/null = nothing]": null, "How many armor mod slots will the item spawn with? [won't exceed item definitions max cap]": 0 }, Which can then be added to drop sources: { "Loot source": "Woodcutting", "Prefab shortname, boss profile, event name [null if not required]": null, "A list of required skin IDs [null if not required]": [], "Identifiers to exclude from consideration [List - null if not required]": [], "Drop chance [%]": 0.0, "Should we consider loot chance modifiers that the player may have?": false, "Items that can drop from this source [profile name: drop weight]": { "The Woodcutter's Pride": 100, "Evergreen Blessing": 25, "Forester's Edge": 50 } }, { "Loot source": "Mining", "Prefab shortname, boss profile, event name [null if not required]": null, "A list of required skin IDs [null if not required]": [], "Identifiers to exclude from consideration [List - null if not required]": [], "Drop chance [%]": 0.0, "Should we consider loot chance modifiers that the player may have?": false, "Items that can drop from this source [profile name: drop weight]": { "Miner's Treasure": 100, "Krag's explosive pickaxe": 25 } },
  13. imthenewguy

    UI issues with Respec

    It was very helpful, thank you. Will fix it all in the next release.
  14. imthenewguy

    Wolf2 dont work

    Just pushed the update to make it with the changes to SkillTree.
  15. imthenewguy

    Specific skinned items

    The problem with that is that items can roll with multiple perks. How would the skin be handled then?
  16. That's a weird one. What skin id are you using?
  17. Ahh fair. Yeah you have a conflicting plugin I believe. Try unloading all other plugins except Skill Tree, create a brand new item and repair it with the skill. It should work fine. You will then need to reload plugins until you find the issue.
  18. ItemPerks.json sorry.
  19. It is most likely a conflict between another plugin. Was the item repaired inside of a Raidable Base?
  20. Here is the documentation for it: https://umod.org/documentation/api/localization Basically, what you would do is go to oxide/lang/en/ and download the SkillTree.json file. You would then update the descriptions for each value (to the right of the :). into Russian. You would then save the file, and add it to oxide/lang/ru/ For example "hookvalidation": "Hook Validation", would become "hookvalidation": "Проверка хука",
  21. imthenewguy

    Gun Game

    Ya look at the plugin description for the discord button and join my server.
  22. imthenewguy

    Blast Mine Perk

    Can you give me an example using amounts that he would receive in an ideal scenario versus what he is getting now
  23. You could set the drop chance to 0% in ItemPerks and then have the drop rate normal in LegendaryItems.
2m

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

140.2k

Files Sold

Total number of files sold.

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.