Skip to content

Mogshake/FFXIV-Random-Duty-Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FFXIV Random Duty Picker

Picks a duty for you to run at random.

UI Image

How to use/Features

You will need Java in order to use this. (Any recent version should work, nothing fancy is going on.) Run the jarfile from the releases tab and it'll just go!

If you have Java installed, but the jar doesn't run when you double click it, you can shift + right click in the directory the jar is in and click "Open PowerShell/CMD here" then run this command: java -jar "FFXIV Duty Roulette.jar"

Misc Stuff

This program can pick a random standard Dungeon, Trial, or Raid from one or all of the expansions. The options to include higher difficulty duties are disabled because I felt they weren't overly important and didn't want to code them just yet.

I'm open to advice on this since I'm fairly new to coding Java still, and would looooove any pointers for the interface, making them is such a pain and I have zero sense of design whatsoever.