• 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 to make a spell powerful.

Boyegas

New Member
Joined
Jan 27, 2009
Messages
159
Reaction score
1
Hello, I created a new spell and just created like the eternal winter spell but made it energy instead of ice, how do i change the damage. i want to make it stronger
 
local combat1 = createCombatObject()
setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE)
setCombatParam(combat1, COMBAT_PARAM_EFFECT, 34)
setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -0, -0, -0.0, -0) -0.0= no damager -0.1 =damager but not alot -10000.1

It will kill all in 1 hit etc rep++ if I helped you ^_^
 
Back
Top