mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-03 13:26:23 +01:00
fix incorrect formulas for fireball and energy wave. Also fix player killing configs
This commit is contained in:
@@ -4,7 +4,7 @@ combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_TELEPORT)
|
||||
combat:setArea(createCombatArea(AREA_SQUAREWAVE5))
|
||||
|
||||
function onGetFormulaValues(player, level, maglevel)
|
||||
local base = 150
|
||||
local base = 250
|
||||
local variation = 50
|
||||
|
||||
local formula = 3 * maglevel + (2 * level)
|
||||
|
||||
Reference in New Issue
Block a user