Hi.
I prefer add features to the shooter to use a scum bag if stuck on Spectrum Scum.
Thanks.
Hi.
I prefer add features to the shooter to use a scum bag if stuck on Spectrum Scum.
Thanks.
@grave18
Why features if you can script? D:
lua code:Module.New("Scumbagnestor", function(module)
if Walker.IsStuck() then
if (Creature("Spectral Scum"):isOnScreen()) then
setBotEnabled(false)
if not(Creature("Spectral Scum"):isFollowed()) then
Creature("Spectral Scum"):Follow()
end
if (Self.ItemCount(12237) > 0) then
Self.UseItemWithFollow(12237)
wait(900,1200)
end
setBotEnabled(true)
end
end
module:Delay(1000)
end)
Last edited by maroxy; 08-25-2014 at 09:01 AM.
Problem with line 2.
My character got stuck and did not work; /
My character is often used scumbag even if they did not stop.
Could you do that all the spectrum scum removed ?
Thx.
if Walker.IsStuck then
>
if Walker.IsStuck() then
PROPER TABZ PLX;
lua code:Module.New("Scumbagnestor", function(module)
if Walker.IsStuck() then
if (Creature("Spectral Scum"):isOnScreen()) then
setBotEnabled(false)
if not (Creature("Spectral Scum"):isFollowed()) then
Creature("Spectral Scum"):Follow()
end
if (Self.ItemCount(12237) > 0) then
Self.UseItemWithFollow(12237)
wait(900,1200)
end
setBotEnabled(true)
end
end
module:Delay(1000)
end)
Unfortunately, I did not work properly ;(
Maroxy can you do to use a scum bag for all spectrum scum ?? It may work ;/
Thanks