• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Problem] Combat Formula problem with value

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
1,067
Solutions
5
Reaction score
63
So hi
I was reading about spell formulas and one think made me think about it. So this part
Code:
setCombatFormula(combat, COMBAT_FORMULA_SKILL, 0, 0, 0, (-300 this part)   )
-300 i know that if i'm 100-200-300 lvl or e.t.c dmg will always will be <=300 so if i make weapon like example 100dmg still it can't deal over >300, so how should i fix this stuff? I tried to increase or even delete these lines ,but is it right way? I don't think so. So maybe someone can show me the right way how to fix it, and make it deal over these 300 and focus at weapon dmg because this dmg limit it's not what i want.
 
Back
Top