Pessoal antes de postar minha runa eu quero dizer que ainda sou iniciante em ot serv, so quero saber suas opniões,
Vá em data/spells/runes
Crie um arquivo sudden death rune
E Coloke isso
area = {
{0, 0, 1, 1, 1, 0, 0},
{0, 1, 1, 1, 1, 1, 0},
{1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1},
{0, 1, 1, 1, 1, 1, 0},
{0, 0, 1, 1, 1, 0, 0}
}
attackType = ATTACK_PHYSICAL
animationEffect = NM_ANI_SUDDENDEATH
hitEffect = NM_ME_MORT_AREA
damageEffect = NM_ME_DRAW_BLOOD
animationColor = RED
offensive = true
drawblood = true
GreatFireballObject = MagicDamageObject(attackType, animationEffect, hitEffect, damageEffect, animationColor, offensive, drawblood, 0, 0)
function onCast(cid, creaturePos, level, maglv, var)
centerpos = {x=creaturePos.x, y=creaturePos.y, z=creaturePos.z}
GreatFireballObject.minDmg = (level * 2 + maglv *3) * 0.40
GreatFireballObject.maxDmg = (level * 2 + maglv *3) * 0.75
return doAreaMagic(cid, centerpos, needDirection, areaEffect, area, GreatFireballObject:ordered())
end
________________________________________________________________________________
_
Vá ao Spells.xml
Em MAKE RUNES e coloque isso
<spell name="Sudden Death Rune" words="adori gran vis" maglv="40" mana="500" enabled="1"><vocation id="1" /></spell>
________________________________________________________________________________
_
Vá em RUNES (Dentro da spells.xml) (Os dois são parecidos mas tente colocar no lugar certo!!!) Cole isso
<rune name="Sudden Death Rune" id="2263" charges="5" maglv="40" mana="0" enabled="1"></rune>
________________________________________________________________________________
_
Vá em Spells/instant
Crie um arquivo chamado adori gran vis e cole isso
function onCast(cid, creaturePos, level, maglv, var)
n = makeRune(cid,2263,200);
return n
end
________________________________________________________________________________
_
PRONTO! A Rune está pronta para ser usada
Para criar a rune eh ADORI GRAN VIS
Voce pode editá-la e tudo mais
Desculpem a má organização eh que eu nao sei colocar quote.