Ir para conteúdo

[Spell] [rune] Skull Combustion Rune


Posts Recomendados

Primeiro vá em data\spells\scripts\custom , copie um arquivo de la, abra-o apague oq esta dentro e cole isso nu lugar:

 

local combat = createCombatObject()

setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE)

setCombatParam(combat, COMBAT_PARAM_EFFECT, 60)

setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH)

setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.3, -30, -1.7, 0)

 

local condition = createConditionObject(CONDITION_DEATH)

setConditionParam(condition, CONDITION_PARAM_DELAYED, 1)

addDamageCondition(condition, 5, 3000, -25)

addDamageCondition(condition, 1, 5000, -666)

setCombatCondition(combat, condition)

 

function onCastSpell(cid, var)

return doCombat(cid, combat, var)

end

 

Salve como skull combustion e fexe

 

 

Agora va em data/spells e abra o spells.xml procure por <!-- Custom Runes --> e cole issu em baxo

 

<rune name="Skull Combustion" id="2264" charges="1" maglv="20" exhaustion="2000" blocktype="solid" allowfaruse="1" script="custom/skull combustion.lua"/>

 

 

Ainda no spells.xml procure por <!-- Conjure Spells --> e cole isso embaxo

 

</conjure>

<conjure name="Skull Combustion Rune" words="adori skull" lvl="50" mana="990" soul="1" reagentId="2260" conjureId="2264" conjureCount="4" exhaustion="1000" needlearn="0" function="conjureRune">

<vocation name="Master Sorcerer"/>

 

 

Agora va em items.xml e procure por 2264 vai axa issu

</item>

<item id="2264" article="a" name="spell rune">

<attribute key="weight" value="120"/> apague tudu e cole issu nu lugar:

 

 

</item>

<item id="2264" article="a" name="Skull Combustion">

<attribute key="runeSpellName" value="adori skull"/>

<attribute key="weight" value="120"/>

<attribute key="charges" value="4"/>

 

 

Salve e fexe ...Esta pronta a runa

 

SS

 

combustion.jpg

 

 

Coment PLS

Link para o comentário
Compartilhar em outros sites

:/ o cript fikou bom mas o efeito nem gostei botava isso na frente do dark effect qe fika rox :)

 

:/ o script fikou bom mas o efeito nem gostei botava isso na frente do dark effect qe fika rox :)

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...