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

Donor SD

Spratt

New Member
Joined
Jun 26, 2011
Messages
106
Reaction score
1
Hello Everyone,

I am looking for a Sudden Death Rune that hits 2x faster than a regular SD and 2x stronger than SD using Item ID:2263





I will Rep++ for a the best one





Thanks
 
well that sounds extremely over powered. copy the SD file double all the numbers and in the xml half its exhaust time. By only looking at the files in data/spells you can figure it out with common sense. Its very simply if you cant do it without help then i suggest you stick to only playing OT's and not "making" them.
 
PHP:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)
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, -10, -1, -40, -1)

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

Try This :)
 
Last edited:
PHP:
<rune name="Donor SD" id="2263" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="450" needtarget="1" blocktype="solid" event="script" value="attack/Donor SD.lua"/>

And add this in spells.xml :)
 
Bitta1, that's like super over powered super sudden death rune?
I wish i cud know how these formulas work, i do them on my ot by guessing.
 
Back
Top