XIVSlothCombo icon indicating copy to clipboard operation
XIVSlothCombo copied to clipboard

[Global] Emulate level

Open Ratio805 opened this issue 2 years ago • 1 comments

Add a way to emulate (lower) levels for either testing/optimizing a rotation or for when doing class quests that unlock abilities. Ex: Level 60 Ninja quest unlocks Huraijin which is the opener for the Simple Ninja Single Target and the Simple Ninja AoE. Being able to emulate level 59 for the duration of the 60 class quest would make it easier than potentially turning off scombo and/or rearranging hotbars.

Ratio805 avatar Jul 26 '22 19:07 Ratio805

just check if the quest for unlocking the skill is complete FFXIVClientStructs.FFXIV.Client.Game.QuestManager.IsQuestComplete, if not then don't pass as a valid skill to replace icon with, rather than just straight level check.

Rabalaba avatar Jul 30 '22 15:07 Rabalaba