This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#------------------------------------------------------------------ | |
# FINAL FANTASY XIV - A Realm Reborn Makeshift Patcher | |
# Applies locally stored patches to the game. Requires you to | |
# install the base game from a physical disk. | |
#------------------------------------------------------------------ | |
# --- Configuration ------------------------------------------------- | |
# Directory containing the XIVLauncher.PatchInstaller.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Author": "ArchiTed", | |
"Name": "Rotation Solver", | |
"InternalName": "RotationSolver", | |
"Description": "Analyses PvE combat information every frame and finds the best action.\n\nThis means almost all the information available in one frame in combat, including the status of all players in the party, the status of any hostile targets, skill cooldowns, the MP and HP of characters, the location of characters, casting status of the hostile target, combo, combat duration, player level, etc.\nThen, it will highlight the best action on the hot bar, or help you to click on it.\nIt is designed for `general combat`, not for savage or ultimate. Use it carefully.", | |
"ApplicableVersion": "any", | |
"Tags": [ | |
"combat", | |
"rotation" |