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

Solved I need help to increase the damage of sd rune

oto

New Member
Joined
Apr 8, 2009
Messages
174
Reaction score
0
Location
spain
I need to increase the damage of sd rune.

thant where is the directory to edit the parameters of this rune.
what lua or xml need open to increase sd rune.

thanks
 
Last edited:
Go to: ServerFile/data/spells/scripts/attack/sudden death.lua

Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, [COLOR="Red"]-1.4[/COLOR], [COLOR="red"]-30[/COLOR], [COLOR="red"]-1.8[/COLOR], 0)

function onCastSpell(cid, var)
	return doCombat(cid, combat, var)
end

Edit The Red Ones ( Increase Them To Increase DMG )

I Hope I Helped,
Rep++
//Zarby
 
#up
You're annoying, do you really think he's that stupid?
If you're just trying to help, you're doing it wrong.
 
Back
Top