Ir para conteúdo
  • Cadastre-se

Storm

Héroi
  • Total de itens

    1045
  • Registro em

  • Última visita

  • Dias Ganhos

    43

Tudo que Storm postou

  1. @MarkCharlotte Tenta assim: local condition = createConditionObject(CONDITION_PARALYZE) setConditionParam(condition, CONDITION_PARAM_TICKS, 5000) setConditionParam(condition, CONDITION_PARAM_SPEED, -5000) function onCastSpell(cid, var) local target = getCreatureTarget(cid) local targetpos = getCreaturePosition(target) local efepos = {x=targetpos.x, y=targetpos.y, z=targetpos.z} local time = 5 -- tempo paralyzado if isPlayer(cid) and exhaustion.check(cid, 11560) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde " .. exhaustion.get(cid, 11560) .. " segundo
  2. @MarkCharlotte Tenta assim: local condition = createConditionObject(CONDITION_PARALYZE) setConditionParam(condition, CONDITION_PARAM_TICKS, 5000) setConditionParam(condition, CONDITION_PARAM_SPEED, -5000) function onCastSpell(cid, var) local target = getCreatureTarget(cid) local targetpos = getCreaturePosition(target) local efepos = {x=targetpos.x, y=targetpos.y, z=targetpos.z} local time = 5 -- tempo paralyzado if isPlayer(cid) and exhaustion.check(cid, 11560) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde " .. exhaustion.get(cid, 11560) .. "
  3. @Jonathan005 Não sou bom com TFS 1.X, mas tenta assim:
  4. @RuukasuSenpai Foi mal, lerdei demais agora: local effects = { --Goku-- [915] = 672, } function onThink(interval) for _, pid in ipairs(getPlayersOnline()) do local effect = effects[getPlayerVocation(pid)] if(effect) then local position = {x = getCreaturePosition(pid).x, y = getCreaturePosition(pid).y, z = getCreaturePosition(pid).z} doSendMagicEffect(position, effect) end end return true end
  5. @RuukasuSenpai local effects = { --Goku-- [915] = 672, } function onThink(interval) for _, pid in ipairs(getPlayersOnline()) do local effect = effects[getPlayerVocation(pid)] local position = {x = getCreaturePosition(pid).x, y = getCreaturePosition(pid).y, z = getCreaturePosition(pid).z} if(effect) then doSendMagicEffect(pos, effect) end end return true end
  6. @RuukasuSenpai local effects = { --Goku-- [915] = 672, } function onThink(interval) for _, pid in ipairs(getPlayersOnline()) do local effect = effects[getPlayerVocation(pid)] local position = {x = getCreaturePosition(pid), y = getCreaturePosition(pid), z = getCreaturePosition(pid)} if(effect) then doSendMagicEffect(pos, effect) end end return true end
  7. @Magalhaes92 Tenta assim, só configurar o valor da storage na variável:
  8. @kaique2020 Acho que essa script foi feita do jeito errado, tenta trocar o valor das storages deixando assim: function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid == 5997 then queststatus = getPlayerStorageValue(cid, 33333) if queststatus < 1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have found a Royal Scale Robe.") doPlayerAddItem(cid, 12604, 1) setPlayerStorageValue(cid, 33333, 1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "It is empty.") end elseif item.uid == 5997 then queststatus = getPlayerStorageValue(cid, 3
  9. Um membro já tinha postado a source compilada, mas aqui vai ela: NTO Hard 64bits.rar As dlls já estão inclusas no download, mas caso falte alguma no seu PC é só baixar no site https://pt.dll-files.com/?/
  10. @Pifafa Mas ele consegue usar o Exercise Bow quando está com a magia ativa? Se conseguir, tenta assim: if getCreatureCondition(cid, CONDITION_ATTRIBUTES, 1) then doPlayerSendTextMessage(cid, 27, "Voce nao pode usar o Exercise Bow com um buff ativo.") doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) return false end
  11. @Pifafa Isso mesmo. Funcionou ou deu algo errado?
  12. @Pifafa Adiciona na linha embaixo de: local crit = math.random(1, 100) O seguinte escopo: if getCreatureCondition(cid, CONDITION_ATTRIBUTES) then doPlayerSendTextMessage(cid, 27, "Voce nao pode usar o Exercise Bow com um buff ativo.") doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) return false end
  13. @Pifafa Me manda as spells, vou criar um if para verificar se tem uma condition ativa e não permitir o uso do skill trainer
  14. @Pifafa A magia que aumenta a skill é uma condition? Se possível, me manda a spell.
  15. Apesar de não gostar de OTX, em breve eu vou compilar a distro e postar, já que muita gente ta pedindo.
  16. Seu servidor é de NTO? Se sim, tenho duas suspeitas: 1 - A distro do seu servidor está com muitos erros (geralmente causado por spells) 2 - O servidor está muito mal otimizado, com sistemas mal feitos e um mapa muito pesado.
  17. @Absolute Luffy Se você olhar bem, nos tópicos lá um usuário postou a distro já compilada.
  18. @Absolute Luffy Pelo jeito você ta usando os Linkers errados na hora de compilar. Vai no tópico dessa source aí e procura os Linkers corretos para o DEV.
  19. @Absolute Luffy Se você já pegou uma base zerada, por que não usa a distro dela com a sua antiga datapack?
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo