Ir para conteúdo

Snowsz

Héroi
  • Registro em

  • Última visita

Solutions

  1. Snowsz's post in (Resolvido)talk de !promotion was marked as the answer   
    Tenta esse



  2. Snowsz's post in (Resolvido)Spell a um determinado ponto was marked as the answer   
    Eu percebi uns erros só agora... Troca tudo por isso:
    Tag:
     
    <instant name="Fire Attack" words="exori flame" lvl="10" mana="20" prem="1" range="3" needtarget="1" blockwalls="1" exhaustion="2000" needlearn="0" event="script" value="exori flame.lua"> <vocation id="1"/> <vocation id="2"/> <vocation id="5"/> <vocation id="6"/> </instant> Script:
    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 15) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -10, -1, -20, 5, 5, 1.4, 2.1) function onCastSpell(cid, var) local target = getCreatureTarget(cid) local effect = 3 doSendDistanceShoot({x = getThingPos(target).x-6, y = getThingPos(target).y-6,z = getThingPos(target).z}, getThingPos(target), effect) return doCombat( cid, combat, var) end
  3. Snowsz's post in (Resolvido)Erro no distro, ao exitar em non pvp e pvp was marked as the answer   
    É fácil, tenta assim
     
    function onThink(cid, interval) if isCreature(cid) then if(getTilePzInfo(getCreaturePosition(cid))) then doRemoveCondition(cid, CONDITION_INFIGHT) end end end

Informação Importante

Confirmação de Termo