Ir para conteúdo

Runa Por Vocação 7.6


Canibow

Posts Recomendados

>> Paralyze Rune

 

CRIE issu na pasta spells\scripts

 

local combat = createCombatObject()

setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED)

 

local condition = createConditionObject(CONDITION_PARALYZE)

setConditionParam(condition, CONDITION_PARAM_TICKS, 20000)

--setConditionParam(condition, CONDITION_PARAM_SPEED, -100)

setConditionFormula(condition, -0.8, 0, -0.8, 0)

setCombatCondition(combat, condition)

 

function onCastSpell(cid, var)

return doCombat(cid, combat, var)

 

 

NA PASTA spells edit spells.xml e adicione essa tag :

<rune name="Paralyze" id="2278" allowfaruse="1" charges="25" lvl="54" maglv="18" exhaustion="1200" needtarget="1" blocktype="solid" script="paralyze rune.lua"/>

 

 

Dúvida Sanada ?

Espero ter ajudado. :positive:

Atensiosamente, Darkanso.

Editado por Darkanso
Link para o comentário
Compartilhar em outros sites

>> Mana Rune 7.6

 

CRIE issu na pasta ACTIONS\SCRIPTS

 

function onUse(cid, item, frompos, item2, topos)

mag = getPlayerMagLevel(cid)

if mag >= 1 then

doSendMagicEffect(topos,1)

doPlayerSay(cid,"Ahhhh! q Server rOx!!",16)

doPlayerAddMana(cid, 900000)

if item.type > 1 then

doChangeTypeItem(item.uid,item.type-1)

else

doRemoveItem(item.uid,1)

end

else

doSendMagicEffect(frompos,2)

doPlayerSendCancel(cid,"You don't have the required magic level to use that rune.")

end

return 1

end

 

 

NA PASTA ACTION EDIT ACTIONS.XML e adicione essa tag :

<action itemid="2296" script="manarune.lua" /> --Manarune - weight= 1.1 -156s--

 

 

id da manarune 2296

c vc quiser mudar mude para qualquer outra runa

 

Dúvida Sanada ?

Espero ter ajudado. :positive:

Atensiosamente, Darkanso.

 

 

mais ou menos esta certo so uqe voce se esqueceu do principal que ele pediu APENAS DRUID E PRA USAR ESSA RUNA E PRA SER UMA RUNA DE PARALYZE NAO DE MANA.

 

so nao posto o script agora pq to sme tempo quando tiver eu ponho o script pra voce.

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...