Postado Outubro 14, 2015 9 anos local maxdamage = 1 -- configure aqui o maximo de dano para use exana pox local msgs = getnewmessages("Server Log") local qtd = msgs.count-1 local msgsgot = msgs[qtd].text local numeros = {} for w in string.gfind(msgsgot, "%d+") do if msgsgot:find("You lose (.+) hitpoints.") then table.insert(numeros, w) end end local damage = tonumber(numeros[#numeros]) if #numeros > 0 then if poisoned == true then if damage > maxdamage and maround(4) == 0 then if cancast("exana pox") then cast("exana pox") end end end end Créditos: tibiascripts
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.