Got any idea how to make this script shorter and faster?
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_EARTHDAMAGE)
setAttackFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 7, 7, 70.4, 75.8, 40, 70)
local combat1 = createCombatObject()...