jvshindo submitted a new resource:
Lua Script to OTCV8 - Fast Attack
Read more about this resource...
Lua Script to OTCV8 - Fast Attack
Hi guys! You can try this script to fast attack! However, someone could help to improve it and transfer for pvp? It is awesome to EKs hunting because your attack will be faster!
The script:
local attackInterval = 125 -- Intervalo de execução (em ms)
-- Função para obter a configuração do targeting de um monstro pelo nome
function getTargetingConfig(name)
if targeting then
for _, config in ipairs(targeting) do
if string.match(name, config.regex) then...
Read more about this resource...