Lembra dakela spell do evolutions...
Utani hurs?
Achei ela e vou postar aki
Oq ela faz?
vc da a magia ela pega uma area de um exura gran mas res
faz seu amigo,monster,npc correr mais...
ai vai:
Primeiro faça um atalho de qualquer arquivo em data/spells/scripts chamado haste all, se estiver escrito algo apague tudo e cole isso...
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)
local condition = createConditionObject(CONDITION_HASTE)
setConditionParam(condition, CONDITION_PARAM_TICKS, 20000)
setConditionFormula(condition, 0.9, -60, 0.8, -60)
setCombatCondition(combat, condition)
local arr = {
{0, 0, 1, 1, 1, 0, 0},
{0, 1, 1, 1, 1, 1, 0},
{1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 3, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1},
{0, 1, 1, 1, 1, 1, 0},
{0, 0, 1, 1, 1, 0, 0}
}
local area = createCombatArea(arr)
setCombatArea(combat, area)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
Agr va em data/spells/spells.xml
<instant name="Haste" words="utani hurs" selftarget="1" aggressive="0" lvl="30" maglv="4" mana="50" soul="0" exhaustion="1" prem="1" enabled="1" script="haste all.lua"><vocation id="2"/><vocation id="1"/><vocation id="3"/><vocation id="4"/><vocation id="6"/><vocation id="5"/><vocation id="8"/><vocation id="7"/></instant>
Postem ñ custa nd
T.T