Jump to content

16 Screenshots

  • 356.1k
  • 10.4k
  • 154.36 kB

Recommended Comments



Hey team,

I've been seeing the maintenance skill under combat not working for players - at 100% (5 levels) the items (mostly weapons) are still going down in durability - am I missing something?

Thanks!

Edit: This seems to work for players outside of raidable bases, but in the raidable bases zones durability ticks down. Any way to change this? Thanks @imthenewguy!

 

Edited by RickJamesBitch
Link to comment
Share on other sites

hello,
Bots from the NPCRaiders plugin are not taken into account.
How to correct this?

Edited by Dad Frog
Link to comment
Share on other sites

Is it possible to give sp not xp when eating food or useing item

 

sorry i finded the skill tree item plug-in......

 

Edited by J2
Link to comment
Share on other sites

I have a couple of questions regarding XP for bradley and patrol heli. In the plugin description it says that it's compatible with Loot Defender for shared XP. I'm currently running the latest 2.1.1 version of that plugin but I'm not seeing any settings for shared XP.  I only see a "Rust Rewards RP" option. Just curious on how this integrates with that plugin?

Second question is regarding heli XP. Is that something else that can be handled by Loot Defender as well because I don't even see patrol heli as an option under XP sources in the Skill Tree configuration, just the LootHeliCrate one?

Link to comment
Share on other sites

LootDefender is entirely a NIvex thing. He added the support to the SkillTree plugin for me. I haven't looked at the plugin myself.

Link to comment
Share on other sites

Its the xp debt system. IF a player dies and would lose more xp than they have available, it puts them into a deficit. 

Link to comment
Share on other sites

@imthenewguy 
I'm just starting using this plugin in my server and the players adore it! 👏

The skill "Primitive Expert" isn't having effect inside a Raidable Base (from the plugin Raidable Bases).
Outside the Raidable Base bubble the skill works perfectly.

Is it possible to add additional "Raid perk settings" in the config?
To add something like:

  "Settings for Primitive_Expert": {
    "Prefabs blacklist - will ignore the buff": [],
    "Allow this buff to work with raidable base?": true
  },

Maybe I'm overcomplicating things and this can be fixed elsewhere.
Thank you very much for your work. ❤️

Link to comment
Share on other sites

You need to check your config options for raidable bases interaction. I believe there is a setting in there that forces durability loss even when the player has buffs.

  • Love 1
Link to comment
Share on other sites

These are the primary permissions. If they aren't showing on your manager, check page 2.

skilltree.chat 	- required to use the chat commands to access the skill tree menu.
skilltree.xp 	- required to obtain xp from xp sources.
skilltree.tree 	- required to access and use the skill tree.
skilltree.admin - required to use the admin commands.
skilltree.all - allows user access to all trees.
skilltree.Mining - allows the user to access the mining tree.
skilltree.Woodcutting - allows the user to access the woodcutting tree.
skilltree.Skinning - allows the user to access the skinning tree.
skilltree.Harvesting - allows the user to access the harvesting tree.
skilltree.Combat - allows the user to access the combat tree.
skilltree.Medical - allows the user to access the medical tree.
skilltree.Build_Craft - allows the user to access the build craft tree.
skilltree.Scavenging - allows the user to access the scavenging tree.
skilltree.Vehicles - allows the user to access the vehicles tree.
skilltree.Cooking - allows the user to access the cooking tree.
skilltree.bag.keepondeath - prevents the ExtraPockets bag from dropping on death.
skilltree.notitles - Removes the level title from the player (Requires BetterChat)
skilltree.noxploss - Prevents xp loss.

 

Link to comment
Share on other sites

hey i saw this plugin on a server i was playing on and absolutely LOVED it but i am an idiot when it comes to setting up servers i just dont understand coding and after i installed this on my server when i type the command /st it tells me i dont have permision to use that comand please help

 

Link to comment
Share on other sites
43 minutes ago, DistrictofGaming said:

hey i saw this plugin on a server i was playing on and absolutely LOVED it but i am an idiot when it comes to setting up servers i just dont understand coding and after i installed this on my server when i type the command /st it tells me i dont have permision to use that comand please help

 

Hey mate, if you head to the permissions page, you will see a list of permissions you need to assign.

 

In order to grant a permission, you want to assign it to the default oxide group. Do this from the server console by tying:

o.grant group default <permission here>
Example: o.grant group default skilltree.tree

 

It is recommended to look up some basic server owner tutorials if you aren't familiar with oxides permission system.

  • Love 1
Link to comment
Share on other sites

Is there anyway to add something so that if someone has say VIP on my server Their yield modifiers from using jackhammer, chainsaw, and power tools for skinning to be 1.00 instead of 0.25 Line of code from config Below, maybe a new permission within the skilltree to accommodate for this?

 

     "Yield modifier when using a jackhammer to mine": 0.25,
      "Yield modifier when using a chainsaw to chop wood": 0.25,
      "Yield modifier when using a power tool to skin": 0.25,

      (if permission Skilltreeyield.vip)

      "Yield modifier when using a jackhammer to mine": 1.00,
      "Yield modifier when using a chainsaw to chop wood": 1.00,
      "Yield modifier when using a power tool to skin": 1.00,

Link to comment
Share on other sites

Is there a way I can move the XP bar somewhere else I try messing around with this but nothing happened is there any other way?

It would be nice if it can be just like the picture on example 2

"Require players to have specific tree permissions to open them": false,
    "Show the quick navigation buttons to the player": true,
    "Drop bag on death": true,
    "XP pump bar settings": {
      "Default xp bar offset - this is for any new player connecting to the server": {
        "min_x": -365.713,
        "min_y": 20.0,
        "max_x": -233.287,
        "max_y": 42.0

Screenshot 2023-05-30 114935.png

Example 2What I would like to have.png

Link to comment
Share on other sites
8 hours ago, G_SAPLING said:

Is there a way I can move the XP bar somewhere else I try messing around with this but nothing happened is there any other way?

It would be nice if it can be just like the picture on example 2

"Require players to have specific tree permissions to open them": false,
    "Show the quick navigation buttons to the player": true,
    "Drop bag on death": true,
    "XP pump bar settings": {
      "Default xp bar offset - this is for any new player connecting to the server": {
        "min_x": -365.713,
        "min_y": 20.0,
        "max_x": -233.287,
        "max_y": 42.0

Screenshot 2023-05-30 114935.png

Example 2What I would like to have.png

Adjust the values in your config to the desired location, save it, reload the plugin, then run the chat command /resetxpbars

  • Love 1
Link to comment
Share on other sites

All these seem to do is change the size of the button. I have spent over an hour trying dirfferent numbers and nothing moves it. I was finally able to get the size I wanted, but it does not move. I tried adding "Anchor points" to the config, but when I reload the program those setting are erased and nothing changes. 

Can you please post a working json example that creates the button to be the same size as the other buttons (i think it is 100x100) and appears on the left side? 

On 3/10/2023 at 8:40 PM, Stark said:

I have backpacks and the extra pockets bag are occupying the same space. 

What I want to do is move the extra bag space up to be overtop of the backpack. 

Which one of these lines do I increase to move it up? I want to keep it right where it is, I just want it to be on top of the backpack. 

       "x_min": "185.4",
      "y_min": "25.4",
      "x_max": "227.4",
      "y_max": "67.4"

20230309124440_1.jpeg

 

Link to comment
Share on other sites

If you want to move it along the x axis, adjust both x_min and x_max by the same value to move them. The same goes for the y axis.

Example:

The default values are:

                public string x_min = "185.4";
                public string y_min = "25.4";
                public string x_max = "227.4";
                public string y_max = "67.4";

If I wanted to move the icon to the left by 50, I would do the following.

                public string x_min = "135.4";
                public string y_min = "25.4";
                public string x_max = "177.4";
                public string y_max = "67.4";

 

  • Like 1
Link to comment
Share on other sites

How would I go about adding, say Patrol Heli and Auto turrets into the items that give XP?  I've tried searching for I haven't found anything

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 14
  • Love 18

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

95.9k

Files Sold

Total number of files sold.

1.9m

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.