Jump to content

16 Screenshots

  • 405.6k
  • 15.2k
  • 1.11 MB
This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



ChardaZAR

Posted

Thanks @ShadoW6
It was a permissions thing

All is working now!

  • Like 1
ChardaZAR

Posted

Another question:
Is there a way to set bonus XP% for VIPs?

I want to give VIP players a 15% XP bonus during the wipe

I've looked through the config but see where that can be set

ShadoW6

Posted

I be honest i have no idea as I do not use any VIP ranks on my server for any one (server is F2P)

  • Like 1
ChardaZAR

Posted

  On 12/28/2024 at 2:05 PM, ShadoW6 said:

I be honest i have no idea as I do not use any VIP ranks on my server for any one (server is F2P)

Expand  

I had a player randomly donate to the server and it's kind of inspired me to grant them some VIP features
Would love to give them a small XP boost as a thank you

mcsigu

Posted

is there a way to run a command when a player prestiges? (eg.: to give a special item or access to group)

mcsigu

Posted

I believe so.

 

 "Permissions to adjust xp gain modifiers (skilltree.<perm>) [1.0 is default modifier]": {

      "vip": 1.1,

This would account for a 10% increase

mcsigu

Posted

  On 12/28/2024 at 1:59 PM, ChardaZAR said:

Another question:
Is there a way to set bonus XP% for VIPs?

I want to give VIP players a 15% XP bonus during the wipe

I've looked through the config but see where that can be set

Expand  

I believe so.

 

 "Permissions to adjust xp gain modifiers (skilltree.<perm>) [1.0 is default modifier]": {

      "vip": 1.1,

This would account for a 10% increase

ChardaZAR

Posted

  On 12/28/2024 at 5:43 PM, mcsigu said:

 "Permissions to adjust xp gain modifiers (skilltree.<perm>) [1.0 is default modifier]": {

 

Expand  

I was looking at that earlier, but I'm not too sure which permission to grant

 

 

  On 12/28/2024 at 5:43 PM, mcsigu said:

(skilltree.<perm>)

Expand  

Using Permissions Manager in-game, I don't see a skilltree.vip permission that I can assign to players
So not too sure what to do here

 

ChardaZAR

Posted

  On 12/28/2024 at 5:38 PM, mcsigu said:

is there a way to run a command when a player prestiges? (eg.: to give a special item or access to group)

Expand  

The dev did make a video about this
Here's the link with the timecode of the section (more or less)

 

mcsigu

Posted

  On 12/28/2024 at 5:47 PM, ChardaZAR said:

I was looking at that earlier, but I'm not too sure which permission to grant

 

 

Using Permissions Manager in-game, I don't see a skilltree.vip permission that I can assign to players
So not too sure what to do here

 

Expand  

just write it in the config as I pasted it, save it, reload the plugin - you should have the permission created

mcsigu

Posted

  On 12/28/2024 at 5:50 PM, ChardaZAR said:

The dev did make a video about this
Here's the link with the timecode of the section (more or less)

 

Expand  

yes this looks fine but there's nothing in there about running specific commands or giving items only permissions, unless I'm missing something?
I'd ideally like to give a special item and run a specific command when somebody prestiges

imthenewguy

Posted

There are no command or item fields when ranking up prestige. Only perm groups.

steampunkvalley

Posted

  On 12/28/2024 at 6:09 PM, mcsigu said:

yes this looks fine but there's nothing in there about running specific commands or giving items only permissions, unless I'm missing something?
I'd ideally like to give a special item and run a specific command when somebody prestiges

Expand  

We wanted to do this too, but like imthenewguy said, there's no option to run a command. As a workaround, we created a kit with the item(s) that requires permission to use, then grant that permission in the prestige section. Kinda clunky, but it works.

  • Like 1
CoreSnap

Posted

Hello...Amazing plugin and I think this is my first time inquiring about something. But for the new Awareness/Sixth Sense skill (really cool addition btw), is there a way to lessen the refresh delay for the nametag? I tried a couple times modifying it from the 5sec to 1sec and SkillTree just kept crashing and I'd have to reload a fresh version. 

Just thought I'd ask. If not, no big deal. Thanks! 

imthenewguy

Posted

  On 12/31/2024 at 9:36 PM, CoreSnap said:

Hello...Amazing plugin and I think this is my first time inquiring about something. But for the new Awareness/Sixth Sense skill (really cool addition btw), is there a way to lessen the refresh delay for the nametag? I tried a couple times modifying it from the 5sec to 1sec and SkillTree just kept crashing and I'd have to reload a fresh version. 

Just thought I'd ask. If not, no big deal. Thanks! 

Expand  

Did you get any errors when it crashed?

 

CoreSnap

Posted

  On 1/1/2025 at 3:12 AM, imthenewguy said:

Did you get any errors when it crashed?

 

Expand  

So I've tried a couple more times and can't even get it to crash, so...lol 

As for my initial inquiry, I've changed the following:

[JsonProperty("How often should awareness update?")]
                    public float updateRate = 5;

changed this to be 1, 2, 3, 10, 20...none of those work. It stays at 5 no matter what. I've saved the cs live and it auto-reloaded, I've unloaded the plugin, made the change and reloaded it, I've shut my server down, made the change and rebooted....nothing made a difference

This is the only setting I found in the plugin that makes sense regarding the refresh time for the nametag. Correct me if I'm wrong, and/or if there IS a setting to modify this.

Thanks!

imthenewguy

Posted

You aren't updating it in the plugin (.cs file) are you?

You need to update the value in the config (.json file).

CoreSnap

Posted

  On 1/1/2025 at 5:49 AM, imthenewguy said:

You aren't updating it in the plugin (.cs file) are you?

You need to update the value in the config (.json file).

Expand  

.....jesus. I must have needed sleep. I could've sworn I checked the cfg like 3 times and didn't see the option for that. SOO disregard and just accept my compliment as to the brilliance of the plugin! 😄 

Happy New Year, and thanks for the continued support! 

ShadoW6

Posted (edited)

i never had any issue with this plugin. maybe because i do not mess with config files to much.

any way imthenewguy i have a question how i can increase the size of the font for Buff Information?  is there some settings in the config that i can do this?

Edited by ShadoW6
imthenewguy

Posted

  On 1/1/2025 at 6:14 PM, ShadoW6 said:

i never had any issue with this plugin. maybe because i do not mess with config files to much.

any way imthenewguy i have a question how i can increase the size of the font for Buff Information?  is there some settings in the config that i can do this?

Expand  

Nah there isn't. The issue is the size of the scroll bar is calculated based on text size, so adjusting the size would throw out the scroll bar calculation entirely.

  • Like 1
ShadoW6

Posted

ok i will look on that maybe I will find a way 

Matnat

Posted (edited)

.

Edited by Matnat
Stark

Posted (edited)

.....

Edited by Stark
oplataru

Posted

Hello. What is the rank system in skilltree responsible for and how to increase it?

OneCubixMeterofAltosd

Posted

  On 1/24/2025 at 10:25 PM, oplataru said:

Hello. What is the rank system in skilltree responsible for and how to increase it?

Expand  

Its fully customizable to whatever you want - there is an example in the config under prestige.

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 15
  • Haha 1
  • Love 18

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

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.