• 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!

Super SD

kilirt

New Member
Joined
May 11, 2009
Messages
223
Reaction score
2
excuse me i've a problem i've search how lean this formula ( formula of basic SD ):
Code:
(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 5, 25)
but i've not found please can you said me how learn this formula or make me this formula only *20 level of player
 
LUA:
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.3, -30, -1.8, 0)

-1.3 = Level * 1.3
-1.8 = Magic level * 1.8
-30 = The damage may vary 30, if it normaly does 200 damage then the new damage may be between 170 and 230. (If 200 is the regular damage, then if you put 30 you give the posibility to vary +30 or -30)
 
So if i've understand if i whrite:
LUA:
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -20,0,0,0)
the sd hit *20 my level?
 
Back
Top