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

How works COMBAT_FORMULA_SKILL?

andu

Sold 649 scripts, 25 maps and 9 events!
Joined
Aug 7, 2009
Messages
976
Solutions
17
Reaction score
368
GitHub
olrios
Twitch
jamagowy
How works COMBAT_FORMULA_SKILL?

for eg:
Code:
setCombatFormula(combat1, COMBAT_FORMULA_SKILL, 0.4, 0, 0.8, 0)
if i have 100 skill, and weapon 50 atk - what dmgs is dealing?

and how many COMBAT_FORMULA_SKILL, 0.4, 0, 0.8, 0
i need to set to deal the same dmg as like as i using a normal attack?
 
Back
Top