muita gente ta atraz dessas magias, axei e desidi postar ake
vamo começar com o exori con:
- vai na pasta data/spells/scripts copia um arquivo bota como o nome do arquivo exori con e apaga tudo q tem dentro dele e bota isso
local combatDist = createCombatObject()
setCombatParam(combatDist, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combatDist, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENCHANTEDSPEAR )
setCombatFormula(combatDist, COMBAT_FORMULA_SKILL, 0, 0, 0.5, 0)
function onCastSpell(cid, var)
local target = getCreatureTarget(cid)
if(target ~= 0) then
return doCombat(cid, combatDist, numberToVariant(target))
end
return doCombat(cid, combat, var)
end
agora vai em data/spells/spells e salva em <!-- instant spells --> assim:
<instant name="exori con" words="exori con" aggressive="1" direction="1" lvl="25" maglv="5" mana="10" soul="0" exhaustion="1" prem="0" enabled="1" script="exori con.lua"><vocation id="7"/><vocation id="3"/></instant>
pronto esta feito a exori con
agora vamo pra exori hur:
vai em data/spells/scripts copia novamente um arquivo bota o nome dele de exori hur e apaga tudo dentro dele i bota o seguinte:
local combatDist = createCombatObject()
setCombatParam(combatDist, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combatDist, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_WHIRLWINDSWORD )
setCombatFormula(combatDist, COMBAT_FORMULA_SKILL, 0, 0, 0.5, 0)
function onCastSpell(cid, var)
local target = getCreatureTarget(cid)
if(target ~= 0) then
return doCombat(cid, combatDist, numberToVariant(target))
end
return doCombat(cid, combat, var)
end
agora va em data/spells/spells salve em <!-- instant spells --> o seguinte:
<instant name="exori hur" words="exori hur" aggressive="1" direction="1" lvl="25" maglv="5" mana="10" soul="0" exhaustion="1" prem="0" enabled="1" script="exori hur.lua"><vocation id="4"/><vocation id="8"/></instant>
no caso os 2 feitos ficara assim:
<!-- instant spells -->
<instant name="exori con" words="exori con" aggressive="1" direction="1" lvl="25" maglv="5" mana="10" soul="0" exhaustion="1" prem="0" enabled="1" script="exori con.lua"><vocation id="7"/><vocation id="3"/></instant>
<instant name="exori hur" words="exori hur" aggressive="1" direction="1" lvl="25" maglv="5" mana="10" soul="0" exhaustion="1" prem="0" enabled="1" script="exori hur.lua"><vocation id="4"/><vocation id="8"/></instant>
pronto ae esta as 2 magias fufando perfeitamente
comentem por favor ;DD
espero ter ajudado ate +