
MMORPG Skill casting HUD 5.3.1
🔥 Cast your skills with an immersive HUD for MMOCore!!
Whatever the current version of the hud you are using, i suggest you to remove all the lines you added to your placeholderapi config.yml and use the lines included in this new version instead!
This will mostly fix an issue concerning the display of skill icon in red when a skill doesn't have enough mana to be casted
If you already have everything set up with my HUD, you only need to do these changes :
- Change what you have at the bottom of your PlaceholderAPI's config.yml with the new version included in the txt of my product
- In your skill_casting_bar-hud.yml, change every instance of the word nospace into skill (you can use Notepad++ to change everything at once for example)
This will fix an issue concerning the display of cooldown remaining for a skill when the skill name is made of multiple words.
Two new version of the HUD are now available!
The HUD now have two extra versions that are automatically compatible with EVERY RPG Class made by Samus2002.
If you want to update your config :
In PlaceholderAPI/Config.yml, add :
noskillcd_check: '%changeoutput_equals_input:{mmocore_bound_{0}}_matcher:noskill_ifmatch:0_else:{mmocore_cooldown_bound_{0}}%'
below the manaskill_check line.
In your skill_casting_bar-hud.yml, replace all the "text:" lines of every "cooldown-skill1text:" layers with this :
   text: "%math_0_{utils_shortcut_noskillcd_check:1}+1%"
Do the same for all the other layer named the same way but with another number than 1 (and replace 1 with the corresponding number)