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



ShadoW6

Posted

hi imthenewguy

I look for change the font size for this scrolled lust and i find max size should be at list 12 not 8, but there is a problem when I change to 12 not all buff are showed on this scrolled UI so I will be grate full for assist in this case.
 

imthenewguy

Posted

  On 2/18/2025 at 6:46 AM, ShadoW6 said:

hi imthenewguy

I look for change the font size for this scrolled lust and i find max size should be at list 12 not 8, but there is a problem when I change to 12 not all buff are showed on this scrolled UI so I will be grate full for assist in this case.
 

Expand  

Plugin calculates the spacing for scrolling based on a value of 8. Wasn't designed with size change in mind.

Deicide

Posted

  On 2/7/2025 at 4:15 AM, steampunkvalley said:

Heya - looks like the prefab for the new horses changed, so anything affecting horses aren't working. I remember this happening with the new wolf behavior a few months ago.

The new prefab name is:

assets/content/vehicles/horse/ridablehorse2.prefab

 

Expand  

is this going to be something that can be fixed or should i disable this as well?

 

steampunkvalley

Posted

  On 2/20/2025 at 5:08 AM, Deicide said:

is this going to be something that can be fixed or should i disable this as well?

 

Expand  

imthenewguy said "Unfortunately its not a simple fix. The whole class structure has changed." in response to that message.

I've disabled the talents for now.

Grumpy_old_man

Posted

you have to know whats the name of the base with horse. Then go in to copy paste. open that file. (CTRL+F) and search for horse, once you found it add a 2 at the end, save.  thats it. 

 

ridablehorse2.prefab

imthenewguy

Posted

  On 2/20/2025 at 1:35 PM, Grumpy_old_man said:

you have to know whats the name of the base with horse. Then go in to copy paste. open that file. (CTRL+F) and search for horse, once you found it add a 2 at the end, save.  thats it. 

 

ridablehorse2.prefab

Expand  

If that works, let me know. The whole horse class structure has changed, so from my observation it won't.

  • Like 1
Thunderchile

Posted

Would it be possible that Sixth Sense when checking bags, corpse, etc, could have different colours other than yellow?

dustyhansen

Posted

Is this the correct way to use this feature? I am entering a zone ID but skills are still working in the zone...

      "List of zone ids that will prevent player skills from functioning": [
        "58828914"
      ]

 

imthenewguy

Posted

  On 2/27/2025 at 3:21 AM, dustyhansen said:

Is this the correct way to use this feature? I am entering a zone ID but skills are still working in the zone...

      "List of zone ids that will prevent player skills from functioning": [
        "58828914"
      ]

 

Expand  

No idea, I don't use ZoneManager. I just know that it sends a string, so whatever the string value (which I assume is the name) is.

SLATE

Posted

  On 2/27/2025 at 3:21 AM, dustyhansen said:

Is this the correct way to use this feature? I am entering a zone ID but skills are still working in the zone...

      "List of zone ids that will prevent player skills from functioning": [
        "58828914"
      ]

 

Expand  

Do a /zone_list and see if the ID matches.  Here's an example from mine:

 

image.png.00cc5cab0aae38f82e5786f1c0ba1bdd.png

Deivis

Posted

2 preguntas:

1 se puede poner en español la info del arbol de habilidades y la 2 como hago para ponerle exp a mi gusto a cada cosa que se haga como minar, matar mobs, destruir barriles etc

dustyhansen

Posted

  On 2/27/2025 at 7:23 AM, SLATE said:

Do a /zone_list and see if the ID matches.  Here's an example from mine:

 

image.png.00cc5cab0aae38f82e5786f1c0ba1bdd.png

Expand  

Lol, it matches. Do you think I just typed random numbers?

SLATE

Posted

 

  On 2/28/2025 at 12:54 AM, dustyhansen said:

Lol, it matches. Do you think I just typed random numbers?

Expand  

just trying to help

  • Like 1
SLATE

Posted

  On 2/27/2025 at 11:08 PM, Deivis said:

2 preguntas:

1 se puede poner en español la info del arbol de habilidades y la 2 como hago para ponerle exp a mi gusto a cada cosa que se haga como minar, matar mobs, destruir barriles etc

Expand  

 

1. Pasé el archivo de idioma por chatgpt y lo traduje al español. Lo revisé para ver si tenía errores y luego lo puse en "carbon/lang/es/" o "oxide/lang/es/"

2. Puedes establecer la XP para cada actividad en la sección denominada:  "Experience sources - Set xp value to 0 to disable for that type":

 

Descargo de responsabilidad: no hablo español y esto fue traducido por Google.

SkillTree.jsonFetching info...

  • Love 1
dustyhansen

Posted

  On 2/20/2025 at 1:35 PM, Grumpy_old_man said:

you have to know whats the name of the base with horse. Then go in to copy paste. open that file. (CTRL+F) and search for horse, once you found it add a 2 at the end, save.  thats it. 

 

ridablehorse2.prefab

Expand  

so did this work?

Deicide

Posted

Im having an issue since force with collectibles getting XP upon pickup, any ideas on what this may be? i reviewed json and dont see any issues that would be causing this.

 

imthenewguy

Posted

  On 3/7/2025 at 4:55 AM, Deicide said:

Im having an issue since force with collectibles getting XP upon pickup, any ideas on what this may be? i reviewed json and dont see any issues that would be causing this.

 

Expand  

If you unload all other plugins except for SKill Tree, does the issue persist?

Deicide

Posted

  On 3/7/2025 at 2:17 PM, imthenewguy said:

If you unload all other plugins except for SKill Tree, does the issue persist?

Expand  

okay, i unloaded everything and it works so i loaded each plugin at a time and it appears it conflicting with loottable.

  • Like 1
tacman1981

Posted

  On 3/7/2025 at 5:07 PM, Deicide said:

okay, i unloaded everything and it works so i loaded each plugin at a time and it appears it conflicting with loottable.

Expand  

this is known for a long time. its how loottable handles the multipliers. i stopped using it for gathering multipliers and use gather manager instead, this solved the hard locked values that skill tree was unable to override, or even have any effect on

Deicide

Posted

  On 3/7/2025 at 7:03 PM, tacman1981 said:

this is known for a long time. its how loottable handles the multipliers. i stopped using it for gathering multipliers and use gather manager instead, this solved the hard locked values that skill tree was unable to override, or even have any effect on

Expand  

thank you so much, this fixed my issue

  • Like 1
MaxIKoza

Posted

i did set currency type to respec "economics" but it taking nothing when i try to respec.

image.png.c2adfbf0b4bfe2b8ba17d9c471ff6db6.png

imthenewguy

Posted

  On 3/9/2025 at 9:51 AM, MaxIKoza said:

i did set currency type to respec "economics" but it taking nothing when i try to respec.

image.png.c2adfbf0b4bfe2b8ba17d9c471ff6db6.png

Expand  

Do you have the respec.bypass perm assigned to you or a group you are in?

MaxIKoza

Posted

my bad 🙂  it was assigned on another group. solved ty<3

pinoysaboteur

Posted

Don't know if this was discussed, if you max out you Thrifty Thinkerer and Expert Thinkere UNDER BUILD CRAFT SKILL, you stop getting XP from CRAFTING. PLS. ADVICE. THANKS!

 

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.