Ir para conteúdo

klausMa

Campones
  • Total de itens

    13
  • Registro em

  • Última visita

Posts postados por klausMa

  1. @gabriel28 

    elseif spell == "Earth Flame" then

    local eff = getSubName(cid, target) == "Victini" and 15 or 15  --alterado v1.6.1
     
    local function doQuake(cid)
    if not isCreature(cid) then return false end
    if isSleeping(cid) and getPlayerStorageValue(cid, 3644587) >= 1 then return false end
    if isWithFear(cid) and getPlayerStorageValue(cid, 3644587) >= 1 then return true end
       doMoveInArea2(cid, eff, confusion, FIREDAMAGE, min, max, spell)
    end

    times = {0, 500, 1000, 1500, 2300, 2800, 3300, 3800, 4600, 5100, 5600, 6100, 6900, 7400, 7900, 8400, 9200, 10000}

    setPlayerStorageValue(cid, 3644587, 1)
    addEvent(setPlayerStorageValue, 10000, cid, 3644587, -1)
    for i = 1, #times do                   --alterado v1.4
        addEvent(doQuake, times, cid)
    end

  2. não so cura mesmo e so da esse erro nos poderes de gelo 

     

    mudei tbm a script da booststone não foi tbm 

    elseif spell == "Star Ice" then

    local eff = getSubName(cid, target) == "Ultra Solgaleo" and 90 or 90  --alterado v1.6.1
     
    local function doQuake(cid)
    if not isCreature(cid) then return false end
    if isSleeping(cid) and getPlayerStorageValue(cid, 3644587) >= 1 then return false end
    if isWithFear(cid) and getPlayerStorageValue(cid, 3644587) >= 1 then return true end
       doMoveInArea2(cid, eff, stomp, ICEDAMAGE, min, max, spell)
    end

    times = {0, 500, 1000, 1500, 2300, 2800, 3300, 3800, 4600, 5100, 5600, 6100, 6900, 7400, 7900, 8400, 9200, 10000}

    setPlayerStorageValue(cid, 3644587, 1)
    addEvent(setPlayerStorageValue, 10000, cid, 3644587, -1)
    for i = 1, #times do                   --alterado v1.4
        addEvent(doQuake, times, cid)
    end

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...