FlamesAdmin 261 Postado Maio 21, 2015 Share Postado Maio 21, 2015 Como colocar para quando o pokemon estiver dentro da pokebola, ele não carregar cd ? Rep+ Link para o comentário Compartilhar em outros sites More sharing options...
nociam 90 Postado Maio 21, 2015 Share Postado Maio 21, 2015 (editado) Queria saber tb. Funçoes que talvez tenha algo haver function setCD(item, tipo, tempo)if not tempo or not tonumber(tempo) thendoItemEraseAttribute(item, tipo)return trueenddoItemSetAttribute(item, tipo, "cd:"..(tempo + os.time()).."")return tempo + os.time()end---------------------------------------------------function getCD(item, tipo, limite)if not getItemAttribute(item, tipo) thenreturn 0endlocal string = getItemAttribute(item, tipo):gsub("cd:", "")local number = tonumber(string) - os.time()if number <= 0 thenreturn 0endif limite and limite < number thenreturn 0endreturn numberend Editado Maio 21, 2015 por nociam Link para o comentário Compartilhar em outros sites More sharing options...
FlamesAdmin 261 Postado Maio 21, 2015 Autor Share Postado Maio 21, 2015 Queria saber tb. Funçoes que talvez tenha algo haver function setCD(item, tipo, tempo) if not tempo or not tonumber(tempo) then doItemEraseAttribute(item, tipo) return true end doItemSetAttribute(item, tipo, "cd:"..(tempo + os.time()).."") return tempo + os.time() end --------------------------------------------------- function getCD(item, tipo, limite) if not getItemAttribute(item, tipo) then return 0 end local string = getItemAttribute(item, tipo):gsub("cd:", "") local number = tonumber(string) - os.time() if number <= 0 then return 0 end if limite and limite < number then return 0 end return number end Pode ser isso, mais vou esperar alguem vir aqui. xD Link para o comentário Compartilhar em outros sites More sharing options...
Bruno 535 Postado Julho 14, 2015 Share Postado Julho 14, 2015 O tópico foi fechado e movido para lixeira por estar inativo a mais de 10 dias. Caso seja preciso reabrir o mesmo, favor entrar em contato com a equipe. Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados