MMOMinion
Immune pulses exceeded maximum - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Immune pulses exceeded maximum (/showthread.php?tid=10278)



Immune pulses exceeded maximum - rsilva712 - 12-30-2014

I have bee using the following profile for a while:

http://www.mmominion.com/Thread-Duty-Complete-Profiles?pid=83138#pid83138

and every once in a while, while fighting the last boss, and getting stunned by lunar cry a few times, the bot just stops attacking. The only error in the console is the following:
"Immune pulses reached 81, which exceeds the max of 80"

I've found the line in ffxiv_duty_tasks.lua to increase this value, but was wondering if this would break anything else by changing it?

Going to try a different duty profile too , but just wondered if this change would work, and if the "newinst.immuneMax = 80" setting was present in other .lua files that i would need to change??


RE: Immune pulses exceeded maximum - Ace - 12-30-2014

You can also add a
Code:
["noImmune"] = true;
to any encounter where you don't want immune calculations to happen.


RE: Immune pulses exceeded maximum - rsilva712 - 12-30-2014

I ended up bumping the value to 120 and the issue went away. I'll keep in mind adding it to specific profiles. if it becomes an issue, or on the next bot update, which im sure will overwrite this change.

Thanks!


RE: Immune pulses exceeded maximum - Ace - 12-30-2014

80 was sort of a guess value (it was originally built for Titan), so I may need to allow users to explicitly override.


RE: Immune pulses exceeded maximum - rsilva712 - 12-30-2014

Sweet! As long as there is an easy workaround, it shouldn't be necessary, but you know best ^^

I should really pick up some lua programming. 6 years at an office job has dulled my programming skills


RE: Immune pulses exceeded maximum - bandit420 - 01-01-2015

(12-30-2014, 03:58 PM)Ace Wrote:  You can also add a
Code:
["noImmune"] = true;
to any encounter where you don't want immune calculations to happen.


hah, i wish i knew about this when making the stonevigil HM profile.

new to this stuff so just dont know what task's you can do and what you cant, is there anyway/anyplace you can make/see a list of things we can put in the profiles?