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

setCombatFormula how do parameters work?

CheatsBCN

New Member
Joined
Mar 6, 2012
Messages
131
Reaction score
1
Hello im triyng to change few parameters on my ot but i dont udnerstand how do the numbers affects


setCombatFormula(combat, COMBAT_FORMULA_SKILL, 0, -20, 0.8, 0)


if anyone can make me a quick resume ill apreciate it
 
The way how the function parameters are used is vague.

Code:
//setCombatFormula(combat, type, mina, minb, maxa, maxb[, minl, maxl[, minm, maxm[, minc[, maxc]]]])

If I were you, I'd just worry about the first six parameters.
 
The way how the function parameters are used is vague.

Code:
//setCombatFormula(combat, type, mina, minb, maxa, maxb[, minl, maxl[, minm, maxm[, minc[, maxc]]]])

If I were you, I'd just worry about the first six parameters.


yeye but i mean "mina" is 0 in my case, but 0 is not the minim damage done, does mina minb max a max b are mutliplied by my skills? or by my level? that what i dont get, the formula to get the hitpointss that its going to make
 

Similar threads

Replies
0
Views
433
Back
Top