
MMORPG Skill casting HUD 6.0.2
๐ฅ Cast your skills with an immersive HUD for MMOCore!!
If you are using the HUD since before this update and that you are using the Player-J17 expansion, you need to update something in the skill_casting_bar-hud.yml you are using :
replace every instance of %player-j17_held_item_slot%
with %player-j17_held_item_slot%
.
that's all!
If you haven't touched your skill_casting_bar-hud.yml, you can download this new version, check that you are correctly using the latest version of the Player-J17 placeholderapi expansion, and just change the skill_casting_bar-hud.yml you are using with the new one.
If you were using the hud with either the RPG Class Series version - 16x16 or the RPG Class Series version - Autorescale, i highly recommend you to do a new clean install of the hud!
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)