Things to look for when testing:
How to install
UPDATES:
- Do you find yourself NOT casting anything even when you have a target? (Lock ups)
- When the BUFF chain is being used, is the profile casting 6 Fire IVs when you are standing still the entire duration?
- Does the profile lose Enochian buff when you are standing still and getting all casts off?
- Does the profile revert to Fire I (2.0 rotation) when you lose Enochian?
- Does the profile correctly detect and use AoE rotation when Filter 4 is on? (Only does AoE when there are 3+ targets in a 5y radius around your target)
- Is Transpose being used out of combat to regenerate MP
How to install
- Extract File
- Place EasyBLM.lua in Bots\FFXIVMinion\LuaMods\ffxivminion\SkillManagerProfiles
Code:
Filter 1 - Buffs - ON = Uses Buffs (Ley lines requires Filter 3 also)
Filter 2 - Transpose - ON = Uses Transpose when out of combat
Filter 3 - Ley Lines - ON = Uses Ley Lines (Requires Filter 1 also)
Filter 4 - Smart AoE - ON = Uses AoE rotation when 3+ mobs are detected in a 5y radius around your target (Fire III->FireII Spam->Flare->Transpose->Repeat)
Filter 5 - Scathe - ON = Uses Scathe during movement
UPDATES:
Code:
20/3/2016 v3.00
-Initial release of new BLM profile
11/1/2016 v0.08
-Added Scathe to Filter 5
-Added Manaward and Manawall to Filter 2
25/12/2015 v0.07
-Added Filter names
28/11/2015 v0.06
-Will no longer cast Blizzard I if user is near full MP for ARR rotation
-Now casts Ley Lines outside of combo chain
15/11/2015 v0.05
-Adjusted values to account for AST arrow speed buff during 6x Fire IV combo chain
15/11/2015 v0.04
-Fixed the casting of Fire I after Sharpcast
-Removed the small delays when trying to cast Fire IV following Fire I or Fire III
-Added 3s delay before using Transpose when out of combat
14/11/2015 v0.03
-Adjusted a few MP checks on skills
13/11/2015 v0.02
-Cleaned up some skill lock ups
12/11/2015 v0.01
-Initial release