Caraxi / SimpleTweaksPlugin

GNU Affero General Public License v3.0
151 stars 139 forks source link

[`LevelingDungeonCommand`] New Tweak: Command to open highest level leveling dungeon available to the player #851

Open LuminaSapphira opened 2 weeks ago

LuminaSapphira commented 2 weeks ago

Adds a new command to open the highest level leveling dungeon available to the player in the Duty Finder. A quick QoL to avoid having to scroll through the duty list or remember what's best for your level. Intended to be macro'd or QoLBar'd, but direct input is also feasible.

No subcommands / arguments / settings. Uses excel sheet data to list the available instance content in the game, filters by those that are dungeons, where RequiredClassJobLevel % 10 == 0, those that are unlocked by the player, and those that have a required level less than the player's current level on their current job, then selects the max level dungeon of that list.

I tinkered with having an option to auto-check-checkbox-for-queueing but couldn't figure it out in <10 minutes so I went to bed.