• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.
Resource icon

Lua Script to OTCV8

jvshindo

New Member
Joined
Jun 9, 2020
Messages
5
Reaction score
2
jvshindo submitted a new 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...
 
Back
Top