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

Spell effects

sibbe

New Member
Joined
Oct 28, 2007
Messages
51
Reaction score
0
Is there any way I can see what spell effect corresponds to what number?

Example:
local combat1 = createCombatObject()
setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE)
setCombatParam(combat1, COMBAT_PARAM_EFFECT, 15)
setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -0.8, 0, -1.3, 0)

The number 15 will cause fire, while the number 41 will cause ice.
So is there any place I can see what number causes what effect?
 
Back
Top