LiteMount

LiteMount

2M Downloads

[filter=] syntax no longer supported in action lists (was: Error messages in chatbox since last update (10.0.12))

sthdevilish opened this issue · 6 comments

commented

I'm getting these when mounting using the LiteMount keybind, no lua errors, just these error messages (they also appear on screen each time):

LiteMount: Bad condition 'filter=VASHJIR' in action list.
LiteMount: Bad condition 'filter=AQ' in action list.
LiteMount: Bad condition 'filter=NAGRAND' in action list.
LiteMount: Bad condition 'filter=SURAMAR' in action list.
LiteMount: Bad condition 'filter=230987' in action list.
LiteMount: Bad condition 'filter=230987' in action list.
LiteMount: Bad condition 'filter=MONK' in action list.
LiteMount: Bad condition 'filter=RUN' in action list.
LiteMount: Bad condition 'filter=WALK' in action list.
LiteMount: Bad condition 'filter=FLOAT' in action list.

commented
commented

Which settings?

The action lists are part of the profile settings (not per character, the only per character settiings are the combat/unavailable macros).

The action lists can't be shared any further: that's the point of the profiles to allow you to have different configurations.

commented

Hi,

This was a deliberate change in 10.0.12, where a really old (pre-BfA I think) compatibility syntax` in action lists was removed to keep the number of things I have to maintain down.

To fix the problem you'll have to edit your advanced action lists and change to the "new" format for the relevant lines, which is to move the [filter=XXX] to just an XXX on the end.

E.g.,

SmartMount [filter=NAZJATAR]

to

SmartMount NAZJATAR

and

SmartMount [filter=BIGMOUNTS][map:1234]

to

SmartMount [map:1234] BIGMOUNTS

Sorry for breaking this on you, I wasn't sure anyone would still have configs with the old line format. And thanks for being a long-time user of LiteMount, appreciate you!

Happy adventuring, X.

commented

Thanks, this worked :) I am indeed using this addon from a long time. In fact I don't even remember why did I need some of these filters (they are propably obsolete now) :-D

Keep up the good work!

commented

Thanks for the update, glad it's working!

I'll leave this open for a little while in case anyone else comes to say the same thing, and close it off later.

Happy adventuring, X.

commented

Closing this off now, I think everyone who would have found this has by now.