Page 1 of 1

Recommendations to reduce stagger or slowdown during larger fights

Posted: Sun Jul 25, 2021 11:35 am
by Orontes
Per the thread title: any recommendations to reduce staggering, or slowdowns, or things moving toward slide show hell during fights?

Re: Recommendations to reduce stagger or slowdown during larger fights

Posted: Sun Jul 25, 2021 12:32 pm
by Fenris78
Try enabling "VFXdisable" option in the Settings > Server tab.

If it's not enough, reduce "play effects on :" from "all" to "party" but this setting probably wont change much (you will want to still see all ground effects even with VFXdisable enabled).

To reduce crashes and stutter during large fights and abuse of blast potions, you can use a macro to disable your combat log :
/script TextLogSetEnabled("Combat", false)

And to re-enable :
/script TextLogSetEnabled("Combat", true)

The macro will however disallow addons and logs to record any damage/kills/death/healing and such, but it will greatly improve fluidity. I recommend using it when hitting a keep/fort lord to greatly improve frame smoothness.

Re: Recommendations to reduce stagger or slowdown during larger fights

Posted: Mon Jul 26, 2021 12:23 am
by Orontes
Fenris78 wrote: Sun Jul 25, 2021 12:32 pm Try enabling "VFXdisable" option in the Settings > Server tab.

If it's not enough, reduce "play effects on :" from "all" to "party" but this setting probably wont change much (you will want to still see all ground effects even with VFXdisable enabled).

To reduce crashes and stutter during large fights and abuse of blast potions, you can use a macro to disable your combat log :
/script TextLogSetEnabled("Combat", false)

And to re-enable :
/script TextLogSetEnabled("Combat", true)

The macro will however disallow addons and logs to record any damage/kills/death/healing and such, but it will greatly improve fluidity. I recommend using it when hitting a keep/fort lord to greatly improve frame smoothness.

All good suggestions. Thank you