Thanks for your help, haven't noticed the missing , ...
TFS 1.2 - The next script is working, removing every listed condition:
local conditions = {
CONDITION_DROWN,
CONDITION_PARALYZE,
CONDITION_CURSED,
CONDITION_POISON,
CONDITION_BLEEDING,
CONDITION_FIRE,
CONDITION_ENERGY
}
local combat = {}...