Could someone guide me on how to reposition the effect of these weapons? I need it to be 1 down and 1 to the right, but I'm having trouble with it.
área local = createCombatArea( {
{0, 0, 0},
{0, 3, 0},
{0, 0, 0}
})
local combat = Combat()
combat:setParameter(COMBAT_PARAM_TYPE...