hello help me with this script, this script should only hit the mosnter attack and not the players
local combat = Combat()
combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE)
combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_PURPLESMOKE)
combat:setArea(createCombatArea({
{0, 0, 1, 1...