You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 58: Ramuh's Astral Flow is spelled "Judgement Bolt" which is incorrect, causing no gearswap to occur. The proper spelling is "Judgment Bolt."
Mana Cede and Elemental Siphon sets do not function. They must be added as midcasts. This is one example of how it's done to better understand this (added in job_midcast, preferably moved over to proper midcast system):
if (spell.english=='Mana Cede') then
equip(sets.precast.JA['Mana Cede'])
elseif (spell.english=='Elemental Siphon') then
equip(sets.precast.JA['Elemental Siphon'])
end
The "siphon system" is not working properly. As an example of a bad scenario, In the event of 2 dark weathers on a lightsday, a light spirit is used, which offers greatly reduced MP compared to a dark spirit.
The text was updated successfully, but these errors were encountered:
First, sorry for not noticing this issue. No one's used my issue tracker in so long, forgot it existed.
Fixed.
Rename the sets as sets.midcast['Mana Cede'] and sets.midcast['Elemental Siphon'] to force those sets to be used during midcast. You shouldn't have to modify the rules. I'll need to do testing on my own for how they work.
Line 58: Ramuh's Astral Flow is spelled "Judgement Bolt" which is incorrect, causing no gearswap to occur. The proper spelling is "Judgment Bolt."
Mana Cede and Elemental Siphon sets do not function. They must be added as midcasts. This is one example of how it's done to better understand this (added in job_midcast, preferably moved over to proper midcast system):
The text was updated successfully, but these errors were encountered: