Boom, essa eh a minha primera spell q eu posto.. ela eeh mto simples, eh um exeta res com uma area maior
Começandoo :
Copie um arkivo qualquer da pasta data/spells/scripts e cole na msm pasta, renomeie para exeta mas res.lua e ponha isso dentro :
local combat = createCombatObject()setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED)
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 onTargetCreature(cid, target)
doChallengeCreature(cid, target)
end
setCombatCallback(combat, CALLBACK_PARAM_TARGETCREATURE, "onTargetCreature")
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
Depois disso, volte para a pasta data/spells e abra o spells.xml e adicione essa tag :
<instant name="Super Challenge" words="exeta mas res" lvl="50" maglv="7" mana="70" soul="0" exhaustion="1" prem="1" enabled="1" script="exeta mas res.lua"><vocation id="4"/><vocation id="8"/><vocation id="12"/></instant>
Edite como quiser e bote pra rodar ;D
By Sharingan
N vi isso em nenhum lugar, apenas tive essa simples idéia
Galera, se for usar comente, se gostar comente, se n gostar comente tbm
SS :
Fuizz