• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Spells damage

In the script for the spell. In my server it looks like this:

Code:
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -60, -1, -60, 5.8, 5.8, 8.5, 13.4)  --this is the formula for damage, based on magic level
 
In the script for the spell. In my server it looks like this:

Code:
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -60, -1, -60, 5.8, 5.8, 8.5, 13.4)  --this is the formula for damage, based on magic level


what does one of each value there?

i have try change them but nothing happening
 
Back
Top