[STANDALONE/ESX/QB] Skill Tree

Basic Information:

Features and Functionalities:

  • Agility Skills: Increase your stamina regeneration, running speed, swimming speed, and more. Includes skills like reduced cycling stamina loss.
  • Strength Skills: Boost your maximum health, health regeneration, and melee damage. Gain taser resistance and enhanced damage reduction.
  • Shooting Skills: Reduce weapon recoil, speed up reload times, and improve aim movement speed.
  • Custom Sounds: Includes custom sounds for UI buttons, notifications, and level-ups to enhance the player experience.
  • Skill XP System: Integrate XP gain into your existing scripts with ease.
  • Skill Generator - EXCLUSIVE VERSION: Generate custom skills tailored to your scripts.
  • Full Script Compatibility: Automatically adds new skills for any future DEVHUB scripts, configurable through the script’s config file.

Customization Features:

  • Custom Skills: Create unique skills that fit perfectly with your server’s gameplay, available only in the exclusive version.
  • Advanced Configuration: Extensive options to configure skill behavior and integration with other scripts.



Code is accessible Configs
Subscription-based No
Lines (approximately) Lua: ~1k UI: ~2k
Requirements dh_lib
Support Yes

other_work

imageimage (8)
image (9)328cdc44e68872c19b1f05bc1eff6bf6f16445eb

3 Likes

Changelog: dh_skillTree v1.0.2

Removed Skills: Due to a bug and the lack of significant impact on player behavior, the following skills have been removed from the skill tree:

[aimSpeedMultiplier_1] Aim Movement Speed I
[aimSpeedMultiplier_2] Aim Movement Speed II
[aimSpeedMultiplier_3] Aim Movement Speed III
[aimSpeedMultiplier_4] Aim Movement Speed IV
Note: If these skills are kept in any existing builds, they will no longer have any effect.

New Skills Added: To replace the removed skills, the following new skills have been introduced:

[lowHpWeaponDamageMultiplier_1] Last Stand I
[lowHpWeaponDamageMultiplier_2] Last Stand II
[lowHpWeaponDamageMultiplier_3] Last Stand III
[lowHpWeaponDamageMultiplier_4] Last Stand IV
Last Stand Effect: When your HP drops below 15%, your weapon damage increases by 5% per tier.
Important: These new skills are not direct replacements for the removed ones, meaning players will need to unlock them separately in the skill tree.

Fix: The scaling issue with the [betterAccuracy] skill has been fixed.

Exclusive Version Fix: Fixed the issue where having more than 3 custom categories were not displayed correctly.

Added Skill Reset Option: Added the ability to enable skill reset, which can be configured to be free, require an item, or cost in-game cash.

Changelog Console Update: A changelog for the previous version is now available directly in the server console, allowing you to easily track changes from older versions.

Hi ! Quick question, how does the leveling works ? Do i get a point and i choose where i put it ? Or do i do specific actions and i get point for this specific area (like running and i gain agility) ? Thx

Hi, hope you are doing well. We have a system set up where you get XP for: running, shooting, etc. But you can easily disable this and write your own or plug receiving XP into your scripts.

Hi ! I m doing well and you ? And is there a Skill Cap possible ? Like i can t have mroe than 30 points in all and for all. Because what i find attractive with your script is the ability to make a player “unique” and good at only one thing. Instead of the basic player good at running fighting and shooting as everyone else. So i d really love to Cap the skills to force people into a Way of their choosing. Thanks ! :slight_smile:

Hey currently we don’t have this option, but in the near future we plan to add an update that will somehow force the player to decide on the path he wants to take , while blocking other paths. Of course, this option will be configurable by the server owner :slight_smile:

Changelog: dh_skillTree v.1.0.3

Fixed client-side export of hasUnlockedSkill.
Fixed a bug that prevented skill unlocking when two skill trees overlapped.
Added the ability to unlock skills for 0 points.
Disabled XP gain if the player is not the driver of the vehicle.
Improved centering of long subcategory names in the UI.

Important Update
You can keep your configs folder.

Changelog: dh_skillTree v.1.0.4

Added option to set the maximum level for each skill category.
Added option to define the skill loading order during the player loaded event.
Improved the UI display for skill levels, making it work with high levels.
Improved the rendering of svg in the UI.

Changelog: dh_skillTree v.1.0.5

Added to translations “Required Points”
Fixed restarting script for QB version

[v1.0.6] - 2024-10-13

Added

  • colors.css added to the HTML folder: Easily manage and change all colors in one place.
  • Option for exclusive version to apply default earned XP across multiple categories.
  • Support in the config for opening the Skill Tree using an item.
  • Seamless functionality to upload skill configurations from other DevHub scripts.
  • New client event added to open the Skill Tree via external methods:
    • TriggerClientEvent('dh_skillTree:client:openSkillTree', source)


image (11)

[v1.0.7] - 2024-10-15

Added

  • [BETA] Added support for ultrawide and super-ultrawide resolutions.
  • Added one missing translation.

Improved

  • Ensured that external configs are loaded before player data is processed.
  • Increased the speed of loading external configs.

Fixed

  • Fixed an issue where skill effect data was retrieved before external configs were loaded.

Changelog dh_skillTree

[v1.0.8] - 2024-11-02

Added

  • Added new server-side exports to retrieve player data:
    • getPlayerLevel: Retrieve the current level of a player.
    • getPlayerXp: Access the current XP of a player.
    • getPlayerPoints: Check the skill points available to a player.
    • getPlayerTotalXp: Obtain the total accumulated XP of a player.
    • getPlayerGlobalStats: Access global player statistics.

Changelog dh_skillTree

[v1.0.9] - 2024-11-11

Added

  • New client export to reload default skills in the “personal” category:
    • exports['dh_skillTree']:reloadDefaultSkills()
    • Useful for players experiencing issues in the ambulance job after player revival.
  • Automatic reloading of certain “personal” category skills when the player’s ped changes.
    • This behavior can be disabled with Config.DisableRefreshOnPedOrPidChanged = true.
  • Config.MeleeWeapons added to configs/sh.main.lua to enhance weapon customization in melee damage skills.
  • Config.DisableDefaultSkillEffects added to configs/sh.main.lua to toggle skill effects.
  • Config.SkillDefaultValues added to configs/sh.main.lua for setting default skill values.
  • Config.DisableRefreshOnPedOrPidChanged added to configs/sh.main.lua to control refresh behavior.

New link, DEVHUB - THE BEST OF THE BEST

FYI: This is only a UI for skills. There are no skills in here. You have to supply your own skills to apply to the player. That being said the UI is cool but that’s all it is.

1 Like

Hey! Just to clarify, this is NOT only a UI.

It comes with 15 pre-made skills ready to go, and if you are using the exclusive version, you can create your own custom skill trees and connect them to your scripts. On top of that, we are constantly adding new pre-made skills, not only to our scripts but also in collaboration with other developers we work with. If you need any help with our skill tree you can always open ticket, we are here for you :slightly_smiling_face:

1 Like