• 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 does doSetCombatFormula work?

ziggy46802

Active Member
Joined
Aug 19, 2012
Messages
418
Reaction score
27
I looked in the energy strike formula and it was

Code:
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -10, -1, -20, 5, 5, 1.4, 2.1)

I read that it was mina, minb, maxa, maxb in my LUA_FUNCTIONS so what is all this nonsense -,1,-10 then -1, -20, then 5,5, then 1.4,2.1

I just cant figure out what these numbers mean

Rep to the first person who explains them clearly.
 
it's been years since I've last used those, but they stands for.
Magic * min, magic * max, absolute min, absolute max.. etc
I'm sure someone else around can answer that better than me
 
Back
Top