Ir para conteúdo

Spell Premium


Leonard02

Posts Recomendados

Galera éo seguinte preciso de ajuda pra arrumar essa magia! Ela esta perfeita, só que eu quero que ela seja só para os Premium Accounts Magia:

 

--100% Created by leonardo
local acombat = createCombatObject()
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_WHIRLWINDSWORD)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -15.0, -999, -15.0, 999)
local arr = {
{0, 0, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 1, 1, 1, 0, 0, 0},
{0, 0, 1, 1, 1, 1, 1, 0, 0},
{0, 1, 1, 1, 1, 1, 1, 1, 0},
{0, 1, 1, 1, 2, 1, 1, 1, 0},
{0, 1, 1, 1, 1, 1, 1, 1, 0},
{0, 0, 1, 1, 1, 1, 1, 0, 0},
{0, 0, 0, 1, 1, 1, 0, 0, 0},
{0, 0, 0, 0, 0, 0, 0, 0, 0},
}
local area = createCombatArea(arr)
setCombatArea(acombat, area)
function onTargetTile(cid, pos)
doCombat(cid,combat,positionToVariant(pos))
end
setCombatCallback(acombat, CALLBACK_PARAM_TARGETTILE, "onTargetTile")
function onCastSpell(cid, var)
return doCombat(cid, acombat, var)
end

 

e no spells xml:

 

			 <instant name="Divine Strike" words="Alohostrike" lvl="250" mana="550" prem="1" needweapon="0" exhaustion="2000" needlearn="0" script="attack/power flw.lua">
 <vocation id="1"/>
 <vocation id="2"/>
 <vocation id="5"/>
 <vocation id="6"/>
</instant>

 

 

Bom quem me ajudar e me explicar como faz eu dou +REP por 2 Dias!!!!

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...