DamooN
05-27-2016, 12:51 PM
Hello script masters :)
I looking for advanced looter for my waypoints.
The looter should be activating on label and running for limited period.
Looter should be firstly looting corpses from next to me sqms
and if 2 monsters on screen looting others corpses.
Now my script looking like that:
registerEventListener(WALKER_SELECTLABEL, "labels")
dofile("Forgee.lua")
function labels(label)
if(label == "loot") then
setLooterEnabled(true)
wait(8000)
setLooterEnabled(false)
end
end
Its working but is running after kill all mobs and it wasting time.
Please help my masters;)
PEACE
I looking for advanced looter for my waypoints.
The looter should be activating on label and running for limited period.
Looter should be firstly looting corpses from next to me sqms
and if 2 monsters on screen looting others corpses.
Now my script looking like that:
registerEventListener(WALKER_SELECTLABEL, "labels")
dofile("Forgee.lua")
function labels(label)
if(label == "loot") then
setLooterEnabled(true)
wait(8000)
setLooterEnabled(false)
end
end
Its working but is running after kill all mobs and it wasting time.
Please help my masters;)
PEACE