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

Simple Question about spells [REP++]

Shittex

New Member
Joined
Feb 14, 2009
Messages
5
Reaction score
0
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0.85, -25, -1.1, 0)

What does this mean:
-0.85
-25
-1.1
0

I also got another question, let's say I want to change the SD damage for paladins only, how I do that?:confused:
 
Magic & Level Damage:
Minimum
The number where - 0.85 is the minimum Multiplier for Level/Magic level


Maximum

The number where - 1.1 is the maximum Multiplier for Level/Magic level



Additional/Extra Damage:
Minimum
The number where - 25 is in the above forumla Represents the
minimum additional damage The number you place here adds damage.

-25
This means the spell would add a minimum 25 extra damage.


Maximum

The number where - 0 is the maximum additional damage The number you place here adds damage.

-0
This means the spell would add a maximum 0 extra damage.
 
Back
Top